> And for beta lisp versions of packages, I want to easily reference
> a directory not usually on my load-path. This syntax also works,
> with the caveat that <TAB> expansion isn't available:
> M-x load-library $BetaLisp/cperl-mode
> M-x load-library $BetaLisp/cperl-mode.el
> M-x load-library $BetaLisp/cperl-mode.elc
Try M-x load-file for this one.
It would be good to make load-library work for this case as well, but for
technical reasons it is a bit inconvenient (the completion code is generic
for any user of locate-file, and only `load' among them uses
substitute-in-file-name which is the part that understands $envvar).
Stefan
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug