|
| From: | Peter Dyballa |
| Subject: | Re: Name completion for library |
| Date: | Sat, 6 Aug 2005 20:51:15 +0200 |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |