Mercurial > hg > xemacs-beta
comparison lisp/startup.el @ 4662:a597b89c2db9
Print a few more variables upon --debug-paths.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Tue, 28 Jul 2009 15:49:37 +0200 |
parents | e34711681f30 |
children | d71d2cefa42d |
comparison
equal
deleted
inserted
replaced
4661:24224362882c | 4662:a597b89c2db9 |
---|---|
1522 inhibit-site-lisp: %S | 1522 inhibit-site-lisp: %S |
1523 called-early: %S | 1523 called-early: %S |
1524 " inhibit-packages inhibit-site-lisp called-early) | 1524 " inhibit-packages inhibit-site-lisp called-early) |
1525 'external-debugging-output) | 1525 'external-debugging-output) |
1526 (princ (format | 1526 (princ (format |
1527 "emacs-roots: | 1527 "invocation-directory: %S |
1528 invocation-name: %S | |
1529 configure-prefix-directory: %S | |
1530 configure-exec-prefix-directory: %S | |
1531 emacs-roots: | |
1528 %S | 1532 %S |
1529 emacs-data-roots: | 1533 emacs-data-roots: |
1530 %S | 1534 %S |
1531 user-init-directory: %S | 1535 user-init-directory: %S |
1532 configure-package-path: %S | 1536 configure-package-path: %S |
1533 " emacs-roots emacs-data-roots user-init-directory configure-package-path) | 1537 " invocation-directory invocation-name |
1538 configure-prefix-directory configure-exec-prefix-directory | |
1539 emacs-roots emacs-data-roots user-init-directory configure-package-path) | |
1534 'external-debugging-output) | 1540 'external-debugging-output) |
1535 ) | 1541 ) |
1536 | 1542 |
1537 (setq lisp-directory (paths-find-lisp-directory emacs-roots)) | 1543 (setq lisp-directory (paths-find-lisp-directory emacs-roots)) |
1538 | 1544 |