On Saturday, 24 April 1999, Tudor Hulubei wrote:
I find useful sometimes to have the current line highlighted in some
major modes (vm-summary-mode, buffer-menu-mode, dired-mode,
compilation-mode, etc). If there is no code in XEmacs that does that
(I looked, but you never know :-)), the following will work fine, with
both XEmacs and GNU Emacs.
A follow up on my own post: current-line-extent/overlay should be
buffer local:
(make-variable-buffer-local 'current-line-extent/overlay)
Tudor