Next: File Conveniences, Previous: Quoted File Names, Up: Files
You can use the file name cache to make it easy to locate a
file by name, without having to remember exactly where it is located.
When typing a file name in the minibuffer, C-<tab>
(file-cache-minibuffer-complete
) completes it using the file
name cache. If you repeat C-<tab>, that cycles through the
possible completions of what you had originally typed. Note that the
C-<tab> character cannot be typed on most text-only
terminals.
The file name cache does not fill up automatically. Instead, you load file names into the cache using these commands:
load-path
or exec-path
, whose value is a list
of directory names.