emacs-devel
[Top][All Lists]
Advanced

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

Re: something like linum.el ought to be added


From: martin rudalics
Subject: Re: something like linum.el ought to be added
Date: Wed, 12 Sep 2007 11:19:39 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

There is a new version, 0.9f, which fixes all concerns raised so far
in this thread. Please let me know if it breaks anything for you.

When the same buffer appears in more than one window the `walk-windows'
in `linum-configuration-change' together with

        (mapc #'linum-update-window
              (get-buffer-window-list linum-buffer nil 'visible)))

seems to update line numbers twice when the same buffer is displayed in
more than one window.  Why do you want to update numbers on any but the
selected frame here?  Also, after scrolling it should be sufficient to
consider the scrolled window only.  The `string-match' in
`linum-after-change' should become `string-match-p' to avoid clobbering
match data.





reply via email to

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