"Andrew M. Scott" <[EMAIL PROTECTED]> writes: > 1. My fingers sometimes add the .el extension without my asking. I > often load .el's, as they are easier to debug. That's what prompted > this original bug-report.
That would be a bug in your fingers, then. Note that `M-x find-library cc-mode.el RET' will work as intended (the .el.gz file is the first available completion). > 2. If someone has legacy ~/.emacs code like the following > example, but without the optional 2nd arg of nil, a move from > Emacs-21.3 -> Emacs-22 would unexpected not load/execute their code > fragment: > (when (locate-library "specman-mode" nil) This is fine, calling `locate-library' without specifying a file extension always works, as noted in my first message. -- Romain Francoise <[EMAIL PROTECTED]> | The sea! the sea! the open it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the | ever free! --Bryan W. Procter _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
