Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241594 - dev-lang/idb: fix Emacs support
Summary: dev-lang/idb: 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 13:08 UTC by Ulrich Müller
Modified: 2008-10-13 22:29 UTC (History)
1 user (show)

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


Attachments
Proposed patch for idb-10.1.018.ebuild (idb.patch,629 bytes, patch)
2008-10-12 22:14 UTC, Ulrich Müller
Details | Diff
files/50idb-gentoo.el (50idb-gentoo.el,148 bytes, text/plain)
2008-10-12 22:15 UTC, Ulrich Müller
Details

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 13:08:36 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).

Patch will follow.
Comment 1 Ulrich Müller gentoo-dev 2008-10-12 22:14:30 UTC
Created attachment 168212 [details, diff]
Proposed patch for idb-10.1.018.ebuild

This will properly install the elisp files and an Emacs site-init file.

I didn't bother to add code for byte-compilation of idb.el since the file is very short.
Comment 2 Ulrich Müller gentoo-dev 2008-10-12 22:15:13 UTC
Created attachment 168214 [details]
files/50idb-gentoo.el

Site-init file for Emacs.
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2008-10-13 22:29:15 UTC
Fixed in cvs. Thanks.