[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/doc/lispref/display.texi,v
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/doc/lispref/display.texi,v |
Date: |
Tue, 01 Jul 2008 09:39:30 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Miles Bader <miles> 08/07/01 09:39:29
Index: doc/lispref/display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/display.texi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- doc/lispref/display.texi 28 Jun 2008 15:38:05 -0000 1.17
+++ doc/lispref/display.texi 1 Jul 2008 09:39:28 -0000 1.18
@@ -191,6 +191,29 @@
When horizontal scrolling (@pxref{Horizontal Scrolling}) is in use in
a window, that forces truncation.
address@hidden wrap-prefix
+If this buffer-local variable is address@hidden, the prefix it defines
+will be added at display-time to the beginning of every continuation
+line due to text wrapping (so if lines are truncated, the wrap-prefix
+is never used). It may be a string, an image, or a stretch-glyph such
+as used by the `display' text-property. @xref{Display Property}.
+
+A wrap-prefix may also be specified for regions of text using the
address@hidden text-property (which takes precedence over the
+value of the @code{wrap-prefix} variable). @xref{Special Properties}.
address@hidden defvar
+
address@hidden line-prefix
+If this buffer-local variable is address@hidden, the prefix it defines
+will be added at display-time to the beginning of every
+non-continuation line It may be a string, an image, or a stretch-glyph
+such as used by the `display' text-property. @xref{Display Property}.
+
+A line-prefix may also be specified for regions of text using the
address@hidden text-property (which takes precedence over the
+value of the @code{line-prefix} variable). @xref{Special Properties}.
address@hidden defvar
+
If your buffer contains @emph{very} long lines, and you use
continuation to display them, just thinking about them can make Emacs
redisplay slow. The column computation and indentation functions also
- [Emacs-diffs] Changes to emacs/doc/lispref/display.texi,v,
Miles Bader <=