comparison man/basic.texi @ 42902:f83cc0d82951

(Continuation Lines): Add index entries for the fringe usage.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 22 Jan 2002 11:24:23 +0000
parents c66f34e7d2cd
children b4bc3c095326
comparison
equal deleted inserted replaced
42901:a8392117d6de 42902:f83cc0d82951
504 @section Continuation Lines 504 @section Continuation Lines
505 505
506 @cindex continuation line 506 @cindex continuation line
507 @cindex wrapping 507 @cindex wrapping
508 @cindex line wrapping 508 @cindex line wrapping
509 @cindex fringes, and continuation lines
509 If you add too many characters to one line without breaking it with 510 If you add too many characters to one line without breaking it with
510 @key{RET}, the line grows to occupy two (or more) lines on the screen. 511 @key{RET}, the line grows to occupy two (or more) lines on the screen.
511 On graphical displays, Emacs indicates line wrapping with small bent 512 On graphical displays, Emacs indicates line wrapping with small bent
512 arrows in the fringes to the left and right of the window. On 513 arrows in the fringes to the left and right of the window. On
513 text-only terminals, Emacs displays a @samp{\} character at the right 514 text-only terminals, Emacs displays a @samp{\} character at the right
527 a line gets too long. Continuation on the screen does not do that. Use 528 a line gets too long. Continuation on the screen does not do that. Use
528 Auto Fill mode (@pxref{Filling}) if that's what you want. 529 Auto Fill mode (@pxref{Filling}) if that's what you want.
529 530
530 @vindex truncate-lines 531 @vindex truncate-lines
531 @cindex truncation 532 @cindex truncation
533 @cindex line truncation, and fringes
532 As an alternative to continuation, Emacs can display long lines by 534 As an alternative to continuation, Emacs can display long lines by
533 @dfn{truncation}. This means that all the characters that do not fit 535 @dfn{truncation}. This means that all the characters that do not fit
534 in the width of the screen or window do not appear at all. They 536 in the width of the screen or window do not appear at all. They
535 remain in the buffer, temporarily invisible. On terminals, @samp{$} 537 remain in the buffer, temporarily invisible. On terminals, @samp{$}
536 in the last column informs you that the line has been truncated on the 538 in the last column informs you that the line has been truncated on the