Mercurial > emacs
changeset 41730:fb0e629655ed
Document left-fringe and right-fringe frame parameters.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 01 Dec 2001 01:51:51 +0000 |
parents | 6abdfe13c312 |
children | 33ba14e9c09a |
files | etc/NEWS |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Dec 01 01:36:04 2001 +0000 +++ b/etc/NEWS Sat Dec 01 01:51:51 2001 +0000 @@ -20,6 +20,19 @@ * Changes in Emacs 21.3 +** Controlling the left and right fringe widths. + +The left and right fringe widths can now be controlled by setting the +`left-fringe' and `right-fringe' frame parameters to an integer value +specifying the width in pixels. The default is 8 pixels. Setting the +width to 0 effectively removes the corresponding fringe. +The actual fringe widths may deviate from the specified widths, since +the combined fringe widths must match an integral number of columns. +The extra width is distributed evenly between the left and right fringe. +For force a specific fringe width, specify the width as a negative +integer (if both widths are negative, only the left fringe gets the +specified width). + ** hide-ifdef-mode now uses overlays rather than selective-display to hide its text. This should be mostly transparent but slightly changes the behavior of motion commands line C-e and C-p.