Files
emacs/lisp
Kai Großjohann 487f4fb795 Version 2.0.25 released.
(tramp-handle-file-truename): If it's a directory,
append slash only if result doesn't end in a slash already.
(tramp-handle-file-truename): Restructure logic.  If list of steps
is nil, return "/" as the real name.
(tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
`match-string' doesn't make sense.  From Michael Albinus.
(tramp-host-with-port-regexp): New defcustom. Equal to previous
`tramp-host-regexp'.  From Michael Albinus.
(tramp-host-regexp): Taken off hashes in host names. Otherwise,
scanning files like .rhosts would take comments as host names.
From Michael Albinus.
(tramp-file-name-structure, tramp-multi-file-name-hop-structure):
Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
From Michael Albinus.
(tramp-action-terminal): New function.
(tramp-terminal-prompt-regexp): New variable, matches "tset"
prompts.
(tramp-actions-before-shell): Use them.
(tramp-handle-shell-command): Logic error.  From Ivan
Zakharyaschev <imz@altlinux.org>.
2002-10-06 19:35:59 +00:00
..
2002-10-01 20:27:23 +00:00
2002-10-06 19:35:59 +00:00
2002-10-01 20:27:23 +00:00
2002-09-23 20:54:28 +00:00
2002-08-30 11:03:28 +00:00
2002-08-30 11:00:27 +00:00
2002-10-06 19:35:59 +00:00
2002-09-16 06:34:04 +00:00
2002-08-20 00:34:28 +00:00
2002-09-29 04:19:06 +00:00
2002-09-09 01:43:31 +00:00
2002-07-11 17:32:01 +00:00
2002-09-06 07:12:37 +00:00
2002-07-08 01:21:41 +00:00
2002-09-06 07:14:29 +00:00
2002-09-08 21:40:05 +00:00
2002-09-11 21:28:51 +00:00
2002-07-16 16:02:35 +00:00
2002-07-09 09:05:19 +00:00
2002-08-05 16:26:03 +00:00
2002-08-20 20:35:56 +00:00
2002-09-09 21:05:22 +00:00
2002-09-08 21:38:11 +00:00
2002-09-27 17:47:38 +00:00
2002-09-24 08:35:43 +00:00
2002-09-28 18:45:56 +00:00
2002-07-18 15:02:00 +00:00
2002-10-04 18:38:53 +00:00
2002-10-04 18:38:04 +00:00
2002-09-14 17:35:32 +00:00
2002-10-03 13:46:25 +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.