GNU bug report logs - #24463
25.1; hl-line-mode makes text disappear

Previous Next

Package: emacs;

Reported by: Alex Branham <alex.branham <at> gmail.com>

Date: Sun, 18 Sep 2016 23:51:02 UTC

Severity: normal

Found in version 25.1

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24463 in the body.
You can then email your comments to 24463 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#24463; Package emacs. (Sun, 18 Sep 2016 23:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Branham <alex.branham <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 18 Sep 2016 23:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Branham <alex.branham <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.1; hl-line-mode makes text disappear
Date: Sun, 18 Sep 2016 19:50:22 +0000
[Message part 1 (text/plain, inline)]
From emacs -Q:
M-x global-hl-line-mode
then open a file and move around with C-n

Text at the current line disappears seemingly at random. It comes back
eventually and/or if I do C-l.

It does this regardless of major mode and I experienced the behavior in
24.5 and 25.1




In GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.9)
 of 2016-09-18 built on juergen
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
System Description:    Arch Linux

Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --with-x-toolkit=gtk3 --with-xft
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe
 -fstack-protector-strong' CPPFLAGS=-D_FORTIFY_SOURCE=2
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Org

Minor modes in effect:
  global-hl-line-mode: t
  org-indent-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Global Hl-Line mode enabled

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rfc822 mml mml-sec
password-cache epg epg-config mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util help-fns help-mode mail-prsvr mail-utils cus-start
cus-load hl-line org-element org-indent org-rmail org-mhe org-irc
org-info org-gnus gnus-util org-docview doc-view subr-x jka-compr
image-mode dired cl-loaddefs pcase cl-lib org-bibtex bibtex org-bbdb
org-w3m org org-macro org-footnote org-pcomplete pcomplete org-list
org-faces org-entities noutline outline easy-mmode org-version
ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys
ob-comint comint ansi-color ring ob-core ob-eval org-compat org-macs
org-loaddefs format-spec find-func cal-menu easymenu calendar
cal-loaddefs time-date mule-util tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese charscript
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote dbusbind inotify
dynamic-setting system-font-setting font-render-setting move-toolbar gtk
x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 162162 7289)
 (symbols 48 27365 0)
 (miscs 40 271 655)
 (strings 32 37912 6108)
 (string-bytes 1 1137387)
 (vectors 16 18378)
 (vector-slots 8 502578 5776)
 (floats 8 213 90)
 (intervals 56 1847 0)
 (buffers 976 19))
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24463; Package emacs. (Mon, 19 Sep 2016 16:40:02 GMT) Full text and rfc822 format available.

Message #8 received at 24463 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Alex Branham <alex.branham <at> gmail.com>
Cc: 24463 <at> debbugs.gnu.org
Subject: Re: bug#24463: 25.1; hl-line-mode makes text disappear
Date: Mon, 19 Sep 2016 19:39:15 +0300
> From: Alex Branham <alex.branham <at> gmail.com>
> Date: Sun, 18 Sep 2016 19:50:22 +0000
> 
> From emacs -Q:
> M-x global-hl-line-mode
> then open a file and move around with C-n
> 
> Text at the current line disappears seemingly at random. It comes back eventually and/or if I do C-l. 
> 
> It does this regardless of major mode and I experienced the behavior in 24.5 and 25.1 

I cannot reproduce this at all, with neither of the 2 versions.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24463; Package emacs. (Mon, 19 Sep 2016 20:16:01 GMT) Full text and rfc822 format available.

Message #11 received at 24463 <at> debbugs.gnu.org (full text, mbox):

From: Alex Branham <alex.branham <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24463 <at> debbugs.gnu.org
Subject: Re: bug#24463: 25.1; hl-line-mode makes text disappear
Date: Mon, 19 Sep 2016 20:14:44 +0000
[Message part 1 (text/plain, inline)]
Thanks for responding.

After more investigation, it turns out that hl-line-mode is not responsible
for this - I was having this issue in emacs -Q whenever emacs redrew text
(which just happened much more frequently in hl-line-mode). Sometimes it
would disappear, and sometimes it would duplicate the last line when
scrolling down. I tried using Gnome on Wayland instead of X and did not
experience this issue. But other things did not work in wayland.

Since the Arch Wiki (https://wiki.archlinux.org/index.php/intel_graphics)
suggests that the kernel modesetting may be better than the intel graphics
package, I uninstalled that package just to see if that would fix the
issue. After uninstalling and rebooting the computer, I have not
experienced this weird disappearing/duplicating text issue.

I don't know enough about this to tell whether this is a bug in that intel
graphics package or emacs.

Thanks again!

On Mon, Sep 19, 2016 at 11:39 AM Eli Zaretskii <eliz <at> gnu.org> wrote:

> > From: Alex Branham <alex.branham <at> gmail.com>
> > Date: Sun, 18 Sep 2016 19:50:22 +0000
> >
> > From emacs -Q:
> > M-x global-hl-line-mode
> > then open a file and move around with C-n
> >
> > Text at the current line disappears seemingly at random. It comes back
> eventually and/or if I do C-l.
> >
> > It does this regardless of major mode and I experienced the behavior in
> 24.5 and 25.1
>
> I cannot reproduce this at all, with neither of the 2 versions.
>
[Message part 2 (text/html, inline)]

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Tue, 20 Sep 2016 02:27:02 GMT) Full text and rfc822 format available.

Notification sent to Alex Branham <alex.branham <at> gmail.com>:
bug acknowledged by developer. (Tue, 20 Sep 2016 02:27:02 GMT) Full text and rfc822 format available.

Message #16 received at 24463-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Alex Branham <alex.branham <at> gmail.com>
Cc: 24463-done <at> debbugs.gnu.org
Subject: Re: bug#24463: 25.1; hl-line-mode makes text disappear
Date: Tue, 20 Sep 2016 05:26:19 +0300
> From: Alex Branham <alex.branham <at> gmail.com>
> Date: Mon, 19 Sep 2016 20:14:44 +0000
> Cc: 24463 <at> debbugs.gnu.org
> 
> Since the Arch Wiki (https://wiki.archlinux.org/index.php/intel_graphics) suggests that the kernel modesetting
> may be better than the intel graphics package, I uninstalled that package just to see if that would fix the issue.
> After uninstalling and rebooting the computer, I have not experienced this weird disappearing/duplicating text
> issue. 
> 
> I don't know enough about this to tell whether this is a bug in that intel graphics package or emacs. 

I'm quite sure it's not an Emacs problem.

Thanks, I'm closing the bug report.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 18 Oct 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.