/[emacs]/emacs/man/display.texi
ViewVC logotype

Diff of /emacs/man/display.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59.2.4 by miles, Sat Sep 4 09:26:23 2004 UTC revision 1.59.2.5 by miles, Wed Oct 6 05:21:53 2004 UTC
# Line 990  the value of @code{truncate-lines}.  For Line 990  the value of @code{truncate-lines}.  For
990  windows, see @ref{Split Window}.  See also @ref{Display,, Display,  windows, see @ref{Split Window}.  See also @ref{Display,, Display,
991  elisp, The Emacs Lisp Reference Manual}.  elisp, The Emacs Lisp Reference Manual}.
992    
993    @vindex overflow-newline-into-fringe
994      If the variable @code{overflow-newline-into-fringe} is
995    non-@code{nil} on a window system, it specifies that lines which are
996    exactly as wide as the window (not counting the final newline
997    character) shall not be broken into two lines on the display (with
998    just the newline on the second line).  Instead, the newline
999    overflows into the right fringe, and the cursor will be displayed in
1000    the fringe when positioned on that newline.
1001    
1002    @vindex indicate-buffer-boundaries
1003      On a window system, Emacs may indicate the buffer boundaries in the
1004    fringes.  The buffer boundaries, i.e. first and last line in the
1005    buffer, can be marked with angle bitmaps in the left or right fringe.
1006    This can be combined with up and down arrow bitmaps shown at the top
1007    and bottom of the left or right fringe if the window can be scrolled
1008    in either direction.
1009    
1010    The buffer-local variable @code{indicate-buffer-boundaries} controls
1011    how the buffer boundaries and window scrolling is indicated in the
1012    fringes.
1013    
1014    If the value is @code{left} or @code{right}, both angle and arrow
1015    bitmaps are displayed in the left or right fringe, respectively.
1016    Any other non-@code{nil} value causes the bitmap on the top line to be
1017    displayed in the left fringe, and the bitmap on the bottom line in the
1018    right fringe.
1019    
1020    If value is a cons @code{(angles . arrows)}, the car specifies the
1021    position of the angle bitmaps, and the cdr specifies the position of
1022    the arrow bitmaps.  For example, @code{(t .  right)} places the top
1023    angle bitmap in left fringe, the bottom angle bitmap in right fringe,
1024    and both arrow bitmaps in right fringe.  To show just the angle
1025    bitmaps in the left fringe, but no arrow bitmaps, use @code{(left . nil)}.
1026    
1027    @vindex default-indicate-buffer-boundaries
1028      The value of the variable @code{default-indicate-buffer-boundaries}
1029    is the default value for @code{indicate-buffer-boundaries} in buffers
1030    that do not override it.
1031    
1032  @vindex baud-rate  @vindex baud-rate
1033    The variable @code{baud-rate} holds the output speed of the    The variable @code{baud-rate} holds the output speed of the
1034  terminal, as far as Emacs knows.  Setting this variable does not  terminal, as far as Emacs knows.  Setting this variable does not

Legend:
Removed from v.1.59.2.4  
changed lines
  Added in v.1.59.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26