diff options
author | Kim F. Storm <storm@cua.dk> | 2004-03-02 11:09:29 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-03-02 11:09:29 +0000 |
commit | 851e55621f5532e3b34791e8cc204d833b06611d (patch) | |
tree | dc1184eb03edb280ed2fefea800bbf2fd2cc854c /etc | |
parent | 409949b5d5bdbc7ce47ac018535bff8092c99e84 (diff) | |
download | emacs-851e55621f5532e3b34791e8cc204d833b06611d.tar.gz |
Add overlay-arrow-variable-list variable.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1826,6 +1826,7 @@ a match if part of it has a read-only property. configuration files. * Lisp Changes in Emacs 21.4 + +++ ** New face attribute `min-colors' can be used to tailor the face color to the number of colors supported by a display, and define the @@ -1863,6 +1864,18 @@ for displaying the bitmap. identifying the current fringe bitmaps in the display line at a given buffer position. A nil value means no bitmap. +** Multiple overlay arrows can now be defined and managed via the new +variable `overlay-arrow-variable-list'. It contains a list of +varibles which contain overlay arrow position markers, including +the original `overlay-arrow-position' variable. + +Each variable on this list may have individual `overlay-arrow-string' +and `overlay-arrow-bitmap' properties that specify an overlay arrow +string (for non-window terminals) or fringe bitmap (for window +systems) to display at the corresponding overlay arrow position. +If either property is not set, the default `overlay-arrow-string' or +'overlay-arrow-fringe-bitmap' will be used. + +++ ** New function `line-number-at-pos' returns line number of current line in current buffer, or if optional buffer position is given, line |