comparison man/display.texi @ 90294:c5406394f567

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 43-57) - Update from CVS - Merge from erc--emacs--0 - Make constrain-to-field notice overlays - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0
author Miles Bader <miles@gnu.org>
date Wed, 08 Feb 2006 04:26:44 +0000
parents d6f8fe3307c8 55bc2caea3d5
children d57ee9eab157
comparison
equal deleted inserted replaced
90293:275e0a144c1d 90294:c5406394f567
1 @c This is part of the Emacs manual. 1 @c This is part of the Emacs manual.
2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
3 @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 3 @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 @c See file emacs.texi for copying conditions. 4 @c See file emacs.texi for copying conditions.
5 @node Display, Search, Registers, Top 5 @node Display, Search, Registers, Top
6 @chapter Controlling the Display 6 @chapter Controlling the Display
7 7
8 Since only part of a large buffer fits in the window, Emacs tries to 8 Since only part of a large buffer fits in the window, Emacs tries to
983 The display of character codes 0240 through 0377 (octal) may be 983 The display of character codes 0240 through 0377 (octal) may be
984 either as escape sequences or as graphics. They do not normally occur 984 either as escape sequences or as graphics. They do not normally occur
985 in multibyte buffers, but if they do, they are displayed as Latin-1 985 in multibyte buffers, but if they do, they are displayed as Latin-1
986 graphics. In unibyte mode, if you enable European display they are 986 graphics. In unibyte mode, if you enable European display they are
987 displayed using their graphics (assuming your terminal supports them), 987 displayed using their graphics (assuming your terminal supports them),
988 otherwise as escape sequences. @xref{Single-Byte Character Support}. 988 otherwise as escape sequences. @xref{Unibyte Mode}.
989 989
990 @vindex nobreak-char-display 990 @vindex nobreak-char-display
991 @cindex no-break space, display 991 @cindex no-break space, display
992 @cindex no-break hyphen, display 992 @cindex no-break hyphen, display
993 @cindex soft hyphen, display 993 @cindex soft hyphen, display