This was necessary to flush out some of the bugs fixed in the patches
surrounding this one.
2009-07-28 Mike Sperber <mike(a)xemacs.org>
* startup.el (startup-setup-paths): Print a few more variables
upon --debug-paths.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
diff --git a/lisp/startup.el b/lisp/startup.el
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1524,13 +1524,19 @@
" inhibit-packages inhibit-site-lisp called-early)
'external-debugging-output)
(princ (format
-"emacs-roots:
+"invocation-directory: %S
+invocation-name: %S
+configure-prefix-directory: %S
+configure-exec-prefix-directory: %S
+emacs-roots:
%S
emacs-data-roots:
%S
user-init-directory: %S
configure-package-path: %S
-" emacs-roots emacs-data-roots user-init-directory configure-package-path)
+" invocation-directory invocation-name
+ configure-prefix-directory configure-exec-prefix-directory
+ emacs-roots emacs-data-roots user-init-directory configure-package-path)
'external-debugging-output)
)
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches