Am 06.08.2005 um 20:36 schrieb Tim Johnson:

If I type M-x load-l and TAB, emacs completes the
name to 'load-library'.

If I then begin to type in the library name and
press TAB, emacs inserts the literal TAB and does not
present name completion.


load-library takes the name of a 'library' -- an Elisp file's name from the load-path, not a path name. If you want to use file name completion, try load-file!

Look at the load function in files.el!

--
Greetings

  Pete

If you're not confused, you're not paying attention



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to