Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 241594

Summary: dev-lang/idb: fix Emacs support
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: Current packagesAssignee: Sébastien Fabbro (RETIRED) <bicatali>
Status: RESOLVED FIXED    
Severity: normal CC: emacs
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 184166    
Attachments: Proposed patch for idb-10.1.018.ebuild
files/50idb-gentoo.el

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.