[emacs_common 0005278]: subdirs.el missing from emacs_common package

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Wed May 18 15:30:20 CEST 2016


A NOTE has been added to this issue. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5278 
====================================================================== 
Reported By:                trinkle
Assigned To:                pfelecan
====================================================================== 
Project:                    emacs_common
Issue ID:                   5278
Category:                   packaging
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             2016-05-15 06:08 CEST
Last Modified:              2016-05-18 15:30 CEST
====================================================================== 
Summary:                    subdirs.el missing from emacs_common package
Description: 
Missing files/directories

/opt/csw/share/emacs/24.5/lisp/subdirs.el
/opt/csw/share/emacs/24.5/site-lisp/
/opt/csw/share/emacs/24.5/site-lisp/subdirs.el

Without the first, emacs does not function.
====================================================================== 

---------------------------------------------------------------------- 
 (0011150) trinkle (reporter) - 2016-05-18 15:30
 https://www.opencsw.org/mantis/view.php?id=5278#c11150 
---------------------------------------------------------------------- 
Thank you for the feedback.  The easier workaround for me was to manually
create the subdirs.el (it's not very difficult).

;; In load-path, after this directory should come
;; certain of its subdirectories.  Here we specify them.
(normal-top-level-add-to-load-path '("vc" "url" "textmodes" "term"
"progmodes" "play" "org" "nxml" "net" "mh-e" "mail" "leim" "language"
"international" "gnus" "eshell" "erc" "emulation" "emacs-parallel"
"emacs-lisp" "cedet" "calendar" "calc" "obsolete"))
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; End:



More information about the bug-notifications mailing list