Nobody commented on this a while back; I'm committing to flush my
workspace, and to maybe generate some feedback :-) (I do believe it's
the right thing.)
2007-01-27 Mike Sperber <mike(a)xemacs.org>
* setup-paths.el (paths-module-load-path-depth): Add.
* setup-paths.el (paths-construct-module-load-path): For
`module-load-path', use `paths-module-load-path-depth', not
`paths-core-load-path-depth'.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
Index: lisp/setup-paths.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/setup-paths.el,v
retrieving revision 1.22
diff -u -r1.22 setup-paths.el
--- lisp/setup-paths.el 14 Mar 2006 00:09:03 -0000 1.22
+++ lisp/setup-paths.el 5 Feb 2007 15:17:10 -0000
@@ -55,6 +55,9 @@
(defvar paths-mule-load-path-depth 0
"Depth of load-path searches in Mule Lisp paths.")
+(defvar paths-module-load-path-depth 1
+ "Depth of load-path searches in module paths.")
+
(defvar paths-default-info-directories
(mapcar (function
(lambda (dirlist)
@@ -243,7 +246,7 @@
(module-load-path
(and module-directory
(paths-find-recursive-load-path (list module-directory)
- paths-core-load-path-depth))))
+ paths-module-load-path-depth))))
(append env-module-path
site-module-load-path
module-load-path)))
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches