[Sorry, I should never have bound lisp-complte-symbol to C-c c ]
sperber(a)informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) writes:
Note also that early-package-load-path may be nil.
Which means that "~/.xemacs" isn't there and XEmacs will therefore
happily load .emacs. (If we locate the library with
(locate-file "site" early-package-load-path ".elc:.el:") instead of
using load-library).
Note that for my part we could also refrain from using
early-package-load-path and just use the full load-path by I wanted
try to keep stat'ing to a minimum.
Jan