emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

I have committed changes to control fringe widths.


From: Kim F. Storm
Subject: I have committed changes to control fringe widths.
Date: 01 Dec 2001 04:01:14 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

I have just committed the changes to control the fringe widths.
The new parameters are described in NEWS.

I have only tested the changes on X, as I failed to find a windows
system with the necessary compiler and tools to build an NTemacs.
The mac port hasn't been tested either.

I would appreciate feedback on this from someone who can build the
windows or mac version.

Please try things like:

        (modify-frame-parameters nil '((left-fringe . 0) (right-fringe . 0)))
        (modify-frame-parameters nil '((left-fringe . -8) (right-fringe . nil)))
        (modify-frame-parameters nil '((left-fringe . nil) (right-fringe . -8)))
        (modify-frame-parameters nil '((left-fringe . 20) (right-fringe . 30)))
        (modify-frame-parameters nil '((left-fringe . nil) (right-fringe . 
nil)))

Please also try

        (setq indicate-empty-lines t)

to test the new 'end of buffer' bitmap. It should fill the left fringe
with a lot of small dashes (instead of the old small squares).

-- 
Kim F. Storm <address@hidden> http://www.cua.dk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]