Files
emacs/lisp
Kim F. Storm dfebc0ae14 (ido-cache-ftp-work-directory-time): Doc fix.
(ido-unc-hosts): New user option to explicitly define list of know
UNC-style hosts for completion.
(ido-cache-unc-host-shares-time): New user option.
(ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid): New
helper functions for UNC file-name support.
(ido-may-cache-directory): Check for UNC host.  Simplify.
(ido-wash-history): Clean out old UNC hosts.
(ido-nonreadable-directory-p): UNC hosts are always readable.
(ido-directory-too-big-p): UNC hosts are never too big.
(ido-set-current-directory): Handle UNC root path.
(ido-file-name-all-completions): Complete UNC host names from
ido-unc-hosts list.  Cache UNC host shares.
(ido-make-file-list-1): Don't filter UNC root.
(ido-exhibit): Check for // in root directory, and switch to UNC
mode by setting ido-current-directory to //.
2006-03-18 01:48:52 +00:00
..
2006-03-11 12:16:32 +00:00
2006-01-22 12:19:11 +00:00
2006-02-15 11:10:56 +00:00
2006-02-06 15:23:23 +00:00
2006-03-18 01:48:32 +00:00
2006-02-25 00:31:44 +00:00
2006-02-25 00:31:44 +00:00
2006-02-10 11:07:50 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-21 11:39:46 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-02 21:59:18 +00:00
2006-02-06 15:23:23 +00:00
2006-03-17 21:29:33 +00:00
2006-02-05 06:11:41 +00:00
2006-02-20 22:14:54 +00:00
2006-02-06 15:23:23 +00:00
2006-01-29 23:03:30 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-03 15:57:56 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-03-11 17:01:47 +00:00
2006-03-17 00:41:18 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-03-14 10:20:51 +00:00
2006-03-05 13:09:26 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.