aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-09-05 18:18:32 +0000
committerEli Zaretskii2000-09-05 18:18:32 +0000
commit0772f3a31cd172365e87b25571201348b776648b (patch)
treebc94bbc24282c979a8d975710403f795352725ba
parent08ba3862e35117bcbdc395173368ed2313d79b22 (diff)
downloademacs-0772f3a31cd172365e87b25571201348b776648b.tar.gz
emacs-0772f3a31cd172365e87b25571201348b776648b.zip
Mention new face attributes, fields, and Eshell. Suggested
by Gerd Moellmann.
-rw-r--r--man/anti.texi29
1 files changed, 24 insertions, 5 deletions
diff --git a/man/anti.texi b/man/anti.texi
index 11251b1413b..3e64f08b1b1 100644
--- a/man/anti.texi
+++ b/man/anti.texi
@@ -21,18 +21,28 @@ which contain oversized characters, and using italics fonts can totally
21screw up your display. Find one font that works and stick to it! 21screw up your display. Find one font that works and stick to it!
22 22
23@item 23@item
24Likewise, Emacs cannot display images, play sounds, and do anything 24Likewise, Emacs cannot display images, play sounds, or do anything
25except displaying text. Multimedia is for Netrape! 25except displaying text. Multimedia is for Netrape!
26 26
27@item 27@item
28Faces on X were made to follow the XLFD font names, to avoid the need of
29reinventing what X has already invented. This means that face merging
30doesn't work. However, experience shows that supporting mergers is bad
31economics. Face inheritance was also removed.
32
33@item
34New face attributes, such as 3D appearence, strike-through, overline
35etc., were eliminated, to minimize consing.
36
37@item
28Toolkit scrollbars are not supported. Emacs bare-bones X scrollbars are 38Toolkit scrollbars are not supported. Emacs bare-bones X scrollbars are
29so much leaner and meaner. There are no toggle buttons and radio 39so much leaner and meaner. There are no toggle buttons and radio
30buttons in menus. @code{LessTif} is not supported either. 40buttons in menus. @code{LessTif} is not supported either.
31 41
32@item 42@item
33There are no toolbars and no tooltips; in particular, the @acronym{GUD} 43There are no toolbars and no tooltips; in particular, the @acronym{GUD}
34mode cannot display variable values in tooltips. Emacs is an editor, 44mode cannot display in a tooltip a value of a variable when you click on
35not some fancy GUI program! 45that variable's name. Emacs is an editor, not some fancy GUI program!
36 46
37@item 47@item
38Colors are not available on character terminals. If you @emph{must} 48Colors are not available on character terminals. If you @emph{must}
@@ -205,11 +215,20 @@ recentf.el is not available, so you will have to memorize your
205frequently edited files by heart, or use desktop.el. 215frequently edited files by heart, or use desktop.el.
206 216
207@item 217@item
218Field properties were eliminated, so various packages based on comint.el
219which run subsidiary programs in Emacs buffers cannot easily distinguish
220between text which came from the subprocess and text typed by the user.
221The ingenious techniques this requires from Lisp programs will
222undoubtfully assist to further advance and development of the Emacs Lisp
223language.
224
225@item
208Many additional packages that were unnecessarily complicating your lives 226Many additional packages that were unnecessarily complicating your lives
209are no longer with us. You cannot browse C@t{++} classes with Ebrowse, 227are no longer with us. You cannot browse C@t{++} classes with Ebrowse,
210edit Delphi sources, access @acronym{SQL} data bases, edit PostScript 228edit Delphi sources, access @acronym{SQL} data bases, edit PostScript
211files and context diffs, access LDAP and other directory servers, edit 229files and context diffs, access @acronym{LDAP} and other directory
212TODO files conveniently. Emacs doesn't need all that crud. 230servers, edit @file{TODO} files conveniently, or mix shell commands and
231Lisp functions with Eshell. Emacs doesn't need all that crud.
213 232
214@item 233@item
215To keep up with decreasing computer memory capacity and disk space, many 234To keep up with decreasing computer memory capacity and disk space, many