]> code.delx.au - gnu-emacs/blobdiff - man/anti.texi
(enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT.
[gnu-emacs] / man / anti.texi
index f20cada4f48b7c49ee6270593b967d0fab75b57a..bfcd8badae08b8ecd88a88413bcb70819b58f100 100644 (file)
@@ -1,13 +1,14 @@
 @c This is part of the Emacs manual.
-@c Copyright (C)  2005 Free Software Foundation, Inc.
+@c Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 
 @node Antinews, Mac OS, X Resources, Top
-@appendix Emacs 22.1 Antinews
+@appendix Emacs 21 Antinews
 
   For those users who live backwards in time, here is information about
 downgrading to Emacs version 21.4.  We hope you will enjoy the greater
-simplicity that results from the absence of many Emacs 22 features.
+simplicity that results from the absence of many Emacs @value{EMACSVER}
+features.
 
 @itemize @bullet
 
@@ -17,7 +18,10 @@ the mode line, where they can be more easily seen.
 
 @item
 The mode line of the selected window is no longer displayed with a
-special face.  All mode lines are created equal.
+special face.  All mode lines are created equal.  Meanwhile, you can
+use the variable @code{mode-line-inverse-video} to control whether
+mode lines are highlighted at all---@code{nil} means don't highlight
+them.
 
 @item
 Clicking on a link with the left mouse button (@kbd{mouse-1}) will
@@ -30,9 +34,9 @@ Emacs is tired of X droppings.  If you drop a file or a piece of text
 onto an Emacs window, nothing will happen.
 
 @item
-On an xterm, Emacs provides a more convincing simulation of a text
-terminal by not responding to mouse-clicks on the mode-line,
-header-line, or display margin.
+On an xterm, even if you enable Xterm Mouse mode, Emacs provides a
+more convincing simulation of a text terminal by not responding to
+mouse clicks on the mode line, header line, or display margin.
 
 @item
 For simplicity, windows always have fringes.  We wouldn't want to
@@ -59,9 +63,10 @@ the @samp{-f} option will not read arguments for interactive
 functions.
 
 @item
-Emacs now looks for @file{.emacs} and @file{.emacs_SHELL} in one
-standard location---your home directory.  Don't put these files in
-@file{~/.emacs.d}; they won't be found.
+We have standardized on one location for the user init file: the file
+named @file{.emacs} in your home directory.  Emacs will not look for
+the init file in @file{~/.emacs.d/init.el}.  Similarly, don't try
+putting @file{.emacs_SHELL} in @file{~/.emacs.d}; Emacs won't find it.
 
 @item
 Emacs will not read @file{~/.abbrev_defs} automatically.  If you want
@@ -83,8 +88,8 @@ the file name @file{foo$bar} would probably be an error.  Meanwhile,
 the @code{setenv} command does not expand @samp{$} at all.
 
 @item
-Emacs will not query you if a command accumulates too much undo
-information.  If Emacs runs out of memory as a result, it will handle
+If a single command accumulates too much undo information, Emacs never
+discards it.  If Emacs runs out of memory as a result, it will handle
 this by crashing.
 
 @item
@@ -102,7 +107,7 @@ source code, grep for it.
 
 @item
 The apropos commands will not accept a list of words to match, in
-order to encourage users to be more specific.  Also, the user option
+order to encourage you to be more specific.  Also, the user option
 @code{apropos-sort-by-scores} has been removed.
 
 @item
@@ -126,9 +131,7 @@ them.  In most cases, typing these commands multiple times is
 equivalent to typing them once.  @kbd{M-h} ignores numeric arguments.
 
 @item
-If you want to repeat a jump to a previous mark, you should supply the
-prefix argument explicitly.  So, instead of typing @kbd{C-u C-SPC
-C-SPC C-SPC}, type @kbd{C-u C-SPC C-u C-SPC C-u C-SPC}.
+The user option @code{set-mark-command-repeat-pop} has been removed.
 
 @item
 @kbd{C-@key{SPC} C-@key{SPC}} has no special meaning--it just sets the
@@ -150,9 +153,8 @@ The variable @code{fill-nobreak-predicate} is no longer customizable,
 and it can only hold a single function.
 
 @item
-Non-breaking spaces and hyphens are displayed just like normal
-characters.  The user option @code{show-nonbreak-escape} is therefore
-obsolete, and has been removed.
+Nobreak spaces and hyphens are displayed just like normal characters,
+and the user option @code{nobreak-char-display} has been removed.
 
 @item
 @kbd{C-w} in an incremental search always grabs an entire word
@@ -257,7 +259,8 @@ systems, has been removed.
 The Kmacro package has been replaced with a simple and elegant
 keyboard macro system.  Use @kbd{C-x (} to start a new keyboard macro,
 @kbd{C-x )} to end the macro, and @kbd{C-x e} to execute the last
-macro.
+macro.  Use @kbd{M-x name-last-kbd-macro} to name the most recently
+defined macro.
 
 @item
 The Calc, CUA, GDB-UI, Ibuffer, Ido, Password, Printing, Reveal,