]> code.delx.au - gnu-emacs/blobdiff - man/anti.texi
(Non-ASCII Isearch): Clarify. Mention C-q.
[gnu-emacs] / man / anti.texi
index c2ffaf7db72c79aa5ca8be475030036d015e3a67..6bb0f5e62c5676b62066fb3407cba419e014565f 100644 (file)
@@ -1,5 +1,5 @@
 @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
@@ -18,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
@@ -31,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
@@ -60,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
@@ -84,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
@@ -103,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
@@ -127,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
@@ -230,7 +232,7 @@ handle.
 
 @item
 The input methods for Emacs are included in a separate distribution
-called ``Leim''.  To use this, you must extract the Leim tar file on
+called ``Leim.''  To use this, you must extract the Leim tar file on
 top of the Emacs distribution, into the same directory, before you
 build Emacs.
 
@@ -257,10 +259,17 @@ 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,
+Emacs no longer displays your breakpoints in the source buffer, so you
+have to remember where you left them.  It can be difficult to inspect
+the state of your debugged program from the command line, so Emacs
+tries to demonstrate this in the GUD buffer.
+
+@item
+The Calc, CUA, Ibuffer, Ido, Password, Printing, Reveal,
 Ruler-mode, SES, Table, Tramp, and URL packages have been removed.
 The Benchmark, Cfengine, Conf, Dns, Flymake, Python, Thumbs, and
 Wdired modes have also been removed.