* Compiler error messages::
* Indenting switch statements::
* Customizing C and C++ indentation::
-* Horizontal scrolling::
* Overwrite mode::
* Turning off beeping::
* Turning the volume down::
effect in @emph{all} languages supported by @code{cc-mode}, use
@code{c-mode-common-hook}.
-@node Horizontal scrolling
-@section How can I make Emacs automatically scroll horizontally?
-@cindex @code{hscroll-mode}
-@cindex Horizontal scrolling
-@cindex Scrolling horizontally
-
-In Emacs 21 and later, this is on by default: if the variable
-@code{truncate-lines} is non-@code{nil} in the current buffer, Emacs
-automatically scrolls the display horizontally when point moves off the
-left or right edge of the window.
-
-Note that this is overridden by the variable
-@code{truncate-partial-width-windows} if that variable is non-@code{nil}
-and the current buffer is not full-frame width.
-
-In Emacs 20, use @code{hscroll-mode}.
-
@node Overwrite mode
@section How do I make Emacs ``typeover'' or ``overwrite'' instead of inserting?
@cindex @key{Insert}
@cindex Commands, repeating many times
@cindex @code{.}, equivalent to @code{vi} command
-As of Emacs 20.3, there is indeed a @code{repeat} command (@kbd{C-x z})
-that repeats the last command. If you preface it with a prefix
-argument, the prefix arg is applied to the command.
+Use the @code{repeat} command (@kbd{C-x z}) to repeat the last
+command. If you preface it with a prefix argument, the prefix arg is
+applied to the command.
You can also type @kbd{C-x @key{ESC} @key{ESC}}
(@code{repeat-complex-command}) to reinvoke commands that used the
@cindex Microsoft files, editing
@cindex Windows files, editing
-As of Emacs 20, detection and handling of MS-DOS (and Windows) files is
-performed transparently. You can open MS-DOS files on a Unix system,
-edit it, and save it without having to worry about the file format.
+Detection and handling of MS-DOS (and Windows) files is performed
+transparently. You can open MS-DOS files on a Unix system, edit it,
+and save it without having to worry about the file format.
When editing an MS-DOS style file, the mode line will indicate that it
is a DOS file. On Unix and GNU/Linux systems, and also on a Macintosh,
;; Customization, Hooks and Imenu
;; ==============================
-;; WoMan supports the GNU Emacs 20+ customization facility, and puts
+;; WoMan supports the GNU Emacs customization facility, and puts
;; a customization group called `WoMan' in the `Help' group under the
;; top-level `Emacs' group. In order to be able to customize WoMan
;; without first loading it, add the following sexp to your .emacs: