Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285588 - app-emacs/wanderlust-2.14.0-r4 50wanderlust-gentoo.el path should be wl, not wanderlust
Summary: app-emacs/wanderlust-2.14.0-r4 50wanderlust-gentoo.el path should be wl, not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-19 15:49 UTC by Jeff Kowalczyk
Modified: 2009-09-19 21:38 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2009-09-19 15:49:37 UTC
app-emacs/wanderlust-2.14.0-r4,

---

# cat /usr/share/emacs/site-lisp/site-gentoo.d/50wanderlust-gentoo.el

;;; wanderlust site-lisp configuration

(add-to-list 'load-path "/usr/share/emacs/site-lisp/wanderlust")

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)

(setq wl-icon-directory "/usr/share/emacs/etc/wanderlust/icons")

--

# ls /usr/share/emacs/site-lisp/wanderlust
ls: cannot access /usr/share/emacs/site-lisp/wanderlust: No such file or directory

The actual path is:

# ls /usr/share/emacs/site-lisp/wl       
acap.el           elmo-file.el        elmo-maildir.el    ...

I don't understand the mechanismy by which this gets expanded from the packaged 50wanderlust-gentoo.el:

# cat /usr/portage/app-emacs/wanderlust/files/50wanderlust-gentoo.el 
(add-to-list 'load-path "@SITELISP@")

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)

(setq wl-icon-directory "@SITEETC@/icons")

But if it can be corrected, it should be. Thanks.

Reproducible: Always
Comment 1 Ulrich Müller gentoo-dev 2009-09-19 21:38:40 UTC
Fixed in 2.14.0-r5. Thanks for reporting.