Files
emacs/lisp
Richard M. Stallman 9c35d70676 Added support for BS2000, and for raw ftp
login commands (needed in some circumstances).
(ange-ftp-raw-login): New custom var.
(ange-ftp-normal-login): Perform login with raw ftp commands, if
ange-ftp-raw-login is set and account password is needed.
(ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
(ange-ftp-bs2000-filename-pubset-regexp)
(ange-ftp-bs2000-filename-username-regexp)
(ange-ftp-bs2000-filename-prefix-regexp)
(ange-ftp-bs2000-name-template): New consts.
(ange-ftp-bs2000-short-filename-regexp)
(ange-ftp-bs2000-fix-name-regexp-reverse)
(ange-ftp-bs2000-fix-name-regexp): New consts.
(ange-ftp-bs2000-special-prefix): New custom var.
(ange-ftp-fix-name-for-bs2000)
(ange-ftp-fix-dir-name-for-bs2000): New funs.
(ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
(ange-ftp-bs2000-posix-hook-installed): New vars.
(ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
(ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
(ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
(ange-ftp-bs2000-filename-regexp): New const.
(ange-ftp-bs2000-additional-pubsets): New custom var.
(ange-ftp-bs2000-cd-to-posix): New fun.
2002-01-20 22:10:54 +00:00
..
2001-12-20 19:01:00 +00:00
2002-01-15 03:31:34 +00:00
2002-01-12 21:41:26 +00:00
2002-01-12 21:41:26 +00:00
2002-01-09 03:42:12 +00:00
2002-01-19 19:15:11 +00:00
2002-01-16 13:46:59 +00:00
2001-12-22 13:39:18 +00:00
2002-01-10 22:14:26 +00:00
2002-01-17 01:39:49 +00:00
2002-01-13 10:09:20 +00:00
2002-01-05 19:02:27 +00:00
2002-01-05 19:02:55 +00:00
2001-12-09 13:13:13 +00:00
2002-01-05 19:02:27 +00:00
2002-01-13 09:02:35 +00:00
2002-01-13 09:02:35 +00:00
2001-12-20 19:01:00 +00:00
2001-11-01 19:32:39 +00:00
2002-01-03 08:43:09 +00:00
2002-01-20 18:13:16 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2002-01-20 18:13:16 +00:00
2001-11-13 00:07:54 +00:00
2001-11-03 23:53:10 +00:00
2001-10-06 09:57:20 +00:00
2002-01-12 15:58:30 +00:00
2002-01-12 15:58:30 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 18:59:32 +00:00
2001-12-09 10:14:33 +00:00
2002-01-20 16:02:31 +00:00
2002-01-05 18:56:56 +00:00
2002-01-01 22:12:19 +00:00
2002-01-05 19:00:24 +00:00
2002-01-13 02:39:08 +00:00
2001-12-02 07:51:49 +00:00
2002-01-13 10:09:20 +00:00
2002-01-02 22:56:12 +00:00
2002-01-13 09:56:13 +00:00
2001-12-28 02:13:58 +00:00
2002-01-13 17:19:00 +00:00
2001-12-11 07:32:00 +00:00
2001-12-20 18:59:32 +00:00
2002-01-14 14:42:37 +00:00
2001-11-30 09:42:52 +00:00
2001-12-20 18:59:32 +00:00
2002-01-20 09:27:07 +00:00
2002-01-17 20:15:52 +00:00
2002-01-05 18:59:25 +00:00
2001-12-25 11:03:46 +00:00
2002-01-20 16:02:31 +00:00
2002-01-20 15:35:09 +00:00
2001-09-06 08:29:49 +00:00
2002-01-13 10:09:20 +00:00
2001-12-20 19:01:00 +00:00
2002-01-13 10:09:20 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 19:01:00 +00:00
2001-09-19 14:54:19 +00:00
2001-12-20 18:59:32 +00:00
2001-11-17 00:47:42 +00:00
2001-12-25 11:10:03 +00:00
2001-12-18 16:42:38 +00:00
2001-12-02 07:39:23 +00:00
2001-11-27 04:30:43 +00:00
2001-11-11 19:23:13 +00:00
2002-01-20 17:54:36 +00:00
2002-01-13 10:09:20 +00:00
2001-12-20 19:01:00 +00:00
2002-01-19 14:05:57 +00:00
2002-01-13 10:09:20 +00:00
2002-01-11 20:11:18 +00:00
2001-10-05 10:13:12 +00:00
2002-01-18 05:42:23 +00:00
2001-12-14 22:12:30 +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.