Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241588 - dev-util/cmt-1.20.20080222: fix Emacs support
Summary: dev-util/cmt-1.20.20080222: fix Emacs support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sébastien Fabbro (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 184166
  Show dependency tree
 
Reported: 2008-10-12 12:56 UTC by Ulrich Müller
Modified: 2008-10-13 22:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch for ebuild and Emacs site-init file (cmt.patch,1.36 KB, patch)
2008-10-12 17:31 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2008-10-12 12:56:08 UTC
Function elisp-site-file-install cannot be used to install general elisp
files; especially, it accepts only one filename argument. Please use elisp-install instead (this is well-documented in
elisp-common.eclass, btw).

Also, files/80cmt-mode-gentoo.el should include the following as its first line:
(add-to-list 'load-path "@SITELISP@")

Patch will follow.
Comment 1 Ulrich Müller gentoo-dev 2008-10-12 17:31:54 UTC
Created attachment 168196 [details, diff]
Proposed patch for ebuild and Emacs site-init file
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2008-10-13 22:10:25 UTC
Applied patch in cvs. Thanks!