GNU bug report logs -
#12953
Implement line highlighting (à la hl-line) in the display engine
Previous Next
To reply to this bug, email your comments to 12953 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
gavenkoa <at> gmail.com, bug-gnu-emacs <at> gnu.org
:
bug#12953
; Package
emacs
.
(Wed, 21 Nov 2012 15:52:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Juanma Barranquero <lekktu <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
gavenkoa <at> gmail.com, bug-gnu-emacs <at> gnu.org
.
(Wed, 21 Nov 2012 15:52:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Package: emacs
Version: 24.2.50
Severity: wishlist
X-Debbugs-Cc: gavenkoa <at> gmail.com
---------- Forwarded message ----------
From: Eli Zaretskii <eliz <at> gnu.org>
Date: Tue, Nov 20, 2012 at 9:47 PM
Subject: bug#12927: 24.2; global-hl-line-mode and
"scroll-conservatively=1000" take jump up-down the text when hold DOWN
key (in *info* buffer).
To: Oleksandr Gavenko <gavenkoa <at> gmail.com>
Cc: 12927 <at> debbugs.gnu.org
> From: Oleksandr Gavenko <gavenkoa <at> gmail.com>
> Cc: 12927 <at> debbugs.gnu.org
> Date: Tue, 20 Nov 2012 22:36:58 +0200
>
> > Should be fixed in revision 110927 on the emacs-24 branch. Please
> > test.
>
> I don't familiar with bzr:
>
> $ bzr up
> $ bzr info -v
> Repository checkout (format: 2a)
> Location:
> repository checkout root: .
> checkout of branch: bzr://bzr.savannah.gnu.org/emacs/trunk/
> shared repository: /home/user/devel/emacs/emacs-bzr
This is the trunk, not the emacs-24 branch. I committed the fix to
the emacs-24 branch. You can wait until the changes from the branch
are merged onto the trunk, and test then. Or you can checkout the
branch, like so:
$ cd /home/user/devel/emacs/emacs-bzr
$ bzr branch bzr://bzr.savannah.gnu.org/emacs/emacs-24
This will create an emacs-24 directory under
/home/user/devel/emacs/emacs-bzr, and you can then build it and try
the fix.
> Also I found that "(global-hl-line-mode 1)" slow down scrolling in CC-mode
> enabled buffers in two or more times. Do I need report a bug?
No, this is expected. hl-line-mode adds itself to post-command-hook,
and moves its overlay after each command that changes the current
line. What this does is completely disable the redisplay
optimizations used when only the cursor moves without any other
changes to the text, because moving an overlay requires a thorough
redisplay of the window, which is more expensive.
The only bug report that I can think of is a feature request to move
hl-line-mode into the display engine, because the display engine
knowns very well where's the current line (when it decides where to
display the cursor), and can do this highlighting better and much more
efficiently.
Forcibly Merged 12953 12956.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 21 Nov 2012 22:22:02 GMT)
Full text and
rfc822 format available.
Merged 12953 12956.
Request was from
Juanma Barranquero <lekktu <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 22 Nov 2012 00:58:01 GMT)
Full text and
rfc822 format available.
Merged 12953 12956.
Request was from
Eli Zaretskii <eliz <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Thu, 22 Nov 2012 03:49:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 205 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.