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
Fixed in 2.14.0-r5. Thanks for reporting.