Remove string.h hack.
[bpt/emacs.git] / man / anti.texi
CommitLineData
6bf7aab6
DL
1@c This is part of the Emacs manual.
2@c Copyright (C) 1997, 1999 Free Software Foundation, Inc.
3@c See file emacs.texi for copying conditions.
4
5@node Antinews, MS-DOS, Command Arguments, Top
6@appendix Emacs 19 Antinews
7
8 For those users who live backwards in time, here is information about
9downgrading to Emacs version 19. We hope you will enjoy the greater
10simplicity that results from the absence of certain Emacs 20 features.
11
12@itemize @bullet
13@item
14The multibyte character and end-of-line conversion support have been
15eliminated entirely. (Some users consider this a tremendous
16improvement.) Character codes are limited to the range 0 through 255
17and files imported onto Unix-like systems may have a ^M at the end of
18each line to remind you to control MS-DOG type files.
19
20@item
21Fontsets, coding systems and input methods have been eliminated as well.
22
23@item
24The mode line normally displays the string @samp{Emacs}, in case you
25forget what editor you are using.
26
27@item
28Scroll bars always appear on the right-hand side of the window.
29This clearly separates them from the text in the window.
30
31@item
32The @kbd{M-x customize} feature has been replaced with a very simple
33feature, @kbd{M-x edit-options}. This shows you @emph{all} the user
34options right from the start, so you don't have to hunt for the ones you
35want. It also provides a few commands, such as @kbd{s} and @kbd{x}, to
36set a user option.
37
38@item
39The @key{DELETE} key does nothing special in Emacs 19 when you use it
40after selecting a region with the mouse. It does exactly the same thing
41in that situation as it does at all other times: delete one character
42backwards.
43
44@item
45@kbd{C-x C-w} no longer changes the major mode according to the new file
46name. If you want to change the mode, use @kbd{M-x normal-mode}.
47
48@item
49In Transient Mark mode, each window displays highlighting for the region
50as it exists in that window.
51
52@item
53Outline mode doesn't use overlay properties; instead, it hides a line by
54converting the preceding newline into code 015. Magically, however, if
55you save the file, the 015 character appears in the file as a newline.
56
57@item
58There is now a clever way you can activate the minibuffer recursively
59even if @code{enable-recursive-minibuffers} is @code{nil}. All you have
60to do is @emph{switch windows} to a non-minibuffer window, and then use a
61minibuffer command. You can pile up any number of minibuffer levels
62this way, but @kbd{M-x top-level} will get you out of all of them.
63
64@item
65We have removed the limit on the length of minibuffer history lists;
66they now contain all the minibuffer arguments you have used since the
67beginning of the session.
68
69@item
70Dynamic abbrev expansion now handles case conversion in a very simple
71and straightforward way. If you have requested preserving case, it
72always converts the entire expansion to the case pattern of the abbrev
73that you have typed in.
74
75@item
76The @code{compose-mail} command does not exist; @kbd{C-x m} now
77runs @code{mail} directly.
78
79@item
80There is no way to quote a file name with special characters in it.
81What you see is what you get: if the name looks remote, it is remote.
82
83@item
84@kbd{M-x grep-find} has been eliminated, because @code{grep} has never
85been lost.
86
87@ignore
88@item
89Truth in advertising: @kbd{M-x grep} by default uses @code{grep}, the
90whole @code{grep}, and nothing but the @code{grep}. If you want it to
91use @code{zgrep}, you'll have to edit the search command by hand.
92@end ignore
93
94@item
95Some Dired commands have been rearranged: two-character sequences
96have been replaced with quick single-character commands:
97
98@itemize @bullet
99@item
100For @code{dired-mark-executables}, type @kbd{*}.
101@item
102For @code{dired-mark-directories}, type @kbd{/}.
103@item
104For @code{dired-mark-symlinks}, type @kbd{@@}.
105@item
106For @code{dired-change-marks}, type @kbd{c}.
107@item
108For @code{dired-unmark-all-files}, type @kbd{C-M-?}.
109@item
110For @code{dired-unmark-all-marks}, type @kbd{C-M-? @key{RET}}.
111@end itemize
112
113But if you want to use @code{dired-flag-garbage-files}, @kbd{&}, you'll
114just have to stop living in the past.
115
116@item
117In C mode, you can now specify your preferred style for block comments.
118If you want to use the style
119
120@example
121/*
122blah
123blah
124*/
125@end example
126
127@noindent
128then you should set the variable @code{c-block-comments-indent-p} to
129@code{t}.
130
131@item
132To customize faces used by Font Lock mode, use the variable
133@code{font-lock-face-attributes}. See its documentation string for
134details.
135
136@item
137For efficiency, Font Lock mode now uses by default the minimum supported
138level of decoration for the selected major mode.
139
140@item
141If you kill a buffer, any registers holding saved positions in that
142buffer are changed to point into limbo.
143
144@item
145The function @code{set-frame-font} has been renamed to
146@code{set-default-font}.
147
148@item
149The variable @code{tex-main-file} doesn't exist. Of course, you can
150create the variable by setting it, but that won't do anything special.
151
152@item
153The @code{scroll-preserve-screen-position} variable has been eliminated;
154and so has the feature that it controls.
155
156@item
157We have eliminated the functions @code{add-untranslated-filesystem} and
158@code{remove-untranslated-filesystem}, and replaced them with a simpler
159function, @code{using-unix-filesystems}.
160
161@item
162To keep up with decreasing computer memory capacity, many other
163functions and files have been eliminated in Emacs 19. There's no need
164to mention them all here. If you try to use one of them, you'll get an
165error message to tell you that it is undefined or unbound.
166@end itemize