comparison man/display.texi @ 90133:4da4a09e8b1b

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 206-222) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 45-52) - Update from CVS - Update from CVS: texi Makefile.in CVS keyw cruft - Update from CVS: ChangeLog tweaks
author Miles Bader <miles@gnu.org>
date Thu, 31 Mar 2005 09:58:14 +0000
parents 13796b0653c7 f79ed513cc6e
children 146c086df160
comparison
equal deleted inserted replaced
90132:4080fe8b4f0f 90133:4da4a09e8b1b
911 as Latin-1 graphics. In unibyte mode, if you enable European display 911 as Latin-1 graphics. In unibyte mode, if you enable European display
912 they are displayed using their graphics (assuming your terminal supports 912 they are displayed using their graphics (assuming your terminal supports
913 them), otherwise as escape sequences. @xref{Single-Byte Character 913 them), otherwise as escape sequences. @xref{Single-Byte Character
914 Support}. 914 Support}.
915 915
916 @vindex show-nonbreak-escape
917 @cindex no-break space, display
918 @cindex no-break hyphen, display
919 Some character sets define ``no-break'' versions of the space
920 and hyphen characters, which are used where a line should not be
921 broken. Emacs displays these with an escape character in order to
922 distinguish them from ordinary spaces and hyphens. For example, a
923 non-breaking space is displayed as @samp{\ }. You can turn off this
924 behavior by setting the variable @code{show-nonbreak-escape} to
925 @code{nil}.
926
916 @node Cursor Display 927 @node Cursor Display
917 @section Displaying the Cursor 928 @section Displaying the Cursor
918 929
919 @findex blink-cursor-mode 930 @findex blink-cursor-mode
920 @vindex blink-cursor-alist 931 @vindex blink-cursor-alist