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

Bug 102289

Summary: Wrong hyperspec version specified with emacs
Product: Gentoo Linux Reporter: James Ashley <james.ashley>
Component: [OLD] DevelopmentAssignee: Emacs project <emacs>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Ashley 2005-08-12 14:46:33 UTC
I've emerged emacs, slime, and hyperspec-7.0.

/usr/share/emacs/site-lisp/site-gentoo.el and 70slime-gentoo.el both reference
"/usr/share/doc/hyperspec-6.0" when they should be referencing hyperspec-7.0.

Reproducible: Always
Steps to Reproduce:
1. emerge emacs slime hyperspec




There's also a warning in site-gentoo.el to not edit the file, since it is
generated by portage.  No big deal, since it's easy enough to fix by hand, but
annoying.  I really don't know whether it's worth the trouble.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2005-08-14 01:44:30 UTC
James, thanks for reporting this bug, and certainly it is important to fix.  I
installed the hyperspec documentation with a symlink and adjusted
app-emacs/slime and app-emacs/slime-cvs to use the symlink.  This should prevent
this bug from reoccuring.  I didn't version bump in this case, so just "emerge
hyperspec slime" and restart emacs.
Comment 2 James Ashley 2005-08-14 09:05:54 UTC
That seems to have handled it.