Mercurial > hg > xemacs-beta
comparison lisp/README @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 131b0175ea99 |
children | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
115:f109f7dabbe2 | 116:9f59509498e1 |
---|---|
65 starts, it checks the $TERM environment variable to | 65 starts, it checks the $TERM environment variable to |
66 see what type of terminal the user is running on, and | 66 see what type of terminal the user is running on, and |
67 loads a file named $TERM.el from this directory, if | 67 loads a file named $TERM.el from this directory, if |
68 that file exists. | 68 that file exists. |
69 | 69 |
70 vms VMS-specific code. | 70 vms VMS-specific code. (Not functional) |
71 | 71 |
72 x11 X Window System-specific code. | 72 x11 X Window System-specific code. |
73 | 73 |
74 games Various ways to waste time. | 74 games Various ways to waste time. |
75 | 75 |
78 uncompressing .Z files would be here. This is an | 78 uncompressing .Z files would be here. This is an |
79 `everything else' sort of directory. | 79 `everything else' sort of directory. |
80 | 80 |
81 Some packages are fairly large; those have been given their own directories: | 81 Some packages are fairly large; those have been given their own directories: |
82 | 82 |
83 auctex A package for editing TeX documents. | |
84 | |
83 bytecomp The XEmacs-lisp compiler. | 85 bytecomp The XEmacs-lisp compiler. |
84 | 86 |
85 calendar A calendar and appointment manager. | 87 calendar A calendar and appointment manager. |
86 | 88 |
89 cl Common Lisp compatibility code. | |
90 | |
87 comint General code for interacting with inferior processes, | 91 comint General code for interacting with inferior processes, |
88 like shell buffers and lisp interpreters. | 92 like shell buffers and lisp interpreters. |
89 | 93 |
90 dired The directory editor. | 94 custom User environment customization code. |
91 | 95 |
92 edebug A source-level debugger for Elisp. | 96 edebug A source-level debugger for Elisp. |
93 | 97 |
94 ediff A comprehensive visual interface to diff and patch. | 98 ediff A comprehensive visual interface to diff and patch. |
99 | |
100 efs The directory editor, remote FTP frontend. | |
101 | |
102 egg MULE Input Method. | |
95 | 103 |
96 electric The "electric" commands; these implement temporary | 104 electric The "electric" commands; these implement temporary |
97 windows for help, list-buffers, etc. | 105 windows for help, list-buffers, etc. |
98 | 106 |
99 energize An interface to the Lucid Energize system. | 107 energize An interface to the Lucid Energize system. |
101 eos An interface to Sun's SparcWorks product. | 109 eos An interface to Sun's SparcWorks product. |
102 | 110 |
103 eterm A merge of the comint shell mode with an | 111 eterm A merge of the comint shell mode with an |
104 ANSI-compatible terminal-emulator. | 112 ANSI-compatible terminal-emulator. |
105 | 113 |
106 gnus An NNTP-based newsreader; version 3.14. | 114 gnus A network news and mail reader. |
107 | 115 |
108 hm--html-menus Menu interface to html-mode. | 116 hm--html-menus Menu interface to html-mode. |
109 | 117 |
110 hyperbole An information management and hypertext system. | 118 hyperbole An information management and hypertext system. |
111 | 119 |
112 ilisp A comint-based package for interacting with inferior | 120 ilisp A comint-based package for interacting with inferior |
113 lisp processes. | 121 lisp processes. |
114 | 122 |
123 iso ISO Latin language support. | |
124 | |
125 its MULE Input Method. | |
126 | |
127 locale IE18N stuff. | |
128 | |
129 mailcrypt Package for dealing with PGP encrypted messages. | |
130 | |
131 mel MIME encoding library (part of the Tools for MIME). | |
132 | |
115 mh-e An interface to the MH-E mail handling system. | 133 mh-e An interface to the MH-E mail handling system. |
134 | |
135 mu Message Utilities library (part of the Tools for | |
136 MIME). | |
137 | |
138 mule Multi-lingual extensions for XEmacs. | |
139 | |
140 ns NeXTStep support. | |
116 | 141 |
117 oobr An Object-Oriented class browser. | 142 oobr An Object-Oriented class browser. |
118 | 143 |
119 pcl-cvs An interface to the Concurrent Version System. | 144 pcl-cvs An interface to the Concurrent Version System. |
120 | 145 |
146 psgml General purpose SGML editing support with extra | |
147 support for editing HTML. | |
148 | |
149 quail MULE Input Method. | |
150 | |
121 rmail A BABYL-format mail reader. | 151 rmail A BABYL-format mail reader. |
122 | 152 |
123 sunpro Additional code for interfacing with SunPro products. | 153 sunpro Additional code for interfacing with SunPro products. |
154 | |
155 tl Tiny Library (Part of the Tools for MIME). | |
156 | |
157 tm Tools for MIME. MIME support for emacs lisp based | |
158 news and mail readers. | |
124 | 159 |
125 tooltalk An inteface to the ToolTalk communication protocol. | 160 tooltalk An inteface to the ToolTalk communication protocol. |
126 | 161 |
127 viper A full-featured VI emulator. | 162 viper A full-featured VI emulator. |
128 | 163 |
129 vm View Mail, an UNIX-format alternative to RMAIL. | 164 vm View Mail, an UNIX-format alternative to RMAIL. |
130 | 165 |
131 url A Uniform Resource Locator retrieval tool. | |
132 | |
133 w3 A World Wide Web interface. | 166 w3 A World Wide Web interface. |