GNU bug report logs - #77039
31.0.50; Flickering on macOS

Previous Next

Package: emacs;

Reported by: Aaron Jensen <aaronjensen <at> gmail.com>

Date: Sat, 15 Mar 2025 16:43:01 UTC

Severity: normal

Found in version 31.0.50

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Aaron Jensen" <aaronjensen <at> gmail.com>
To: "Eli Zaretskii" <eliz <at> gnu.org>
Cc: gerd.moellmann <at> gmail.com, alan <at> idiocy.org, 77039 <at> debbugs.gnu.org
Subject: bug#77039: 31.0.50; Flickering on macOS
Date: Sun, 23 Mar 2025 08:16:18 +0000
[Message part 1 (text/plain, inline)]
On Sun, Mar 23, 2025 at 12:59 AM, Eli Zaretskii < eliz <at> gnu.org > wrote:

> 
> 
>> 
>> 
>> 
>> 
>> 
>> From: Aaron Jensen < aaronjensen@ gmail. com ( aaronjensen <at> gmail.com ) >
>> 
>> Date: Sat , 22 Mar 2025 17:38:01 -0400
>> 
>> Cc: Eli Zaretskii < eliz@ gnu. org ( eliz <at> gnu.org ) >, alan@ idiocy. org (
>> alan <at> idiocy.org ) , 77039@ debbugs. gnu. org ( 77039 <at> debbugs.gnu.org )
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> It's global-display-line-numbers-mode.
>> 
>> 
>> 
>> 
>> Repro from emacs -Q:
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> (defun foo ()
>> 
>> (Interactive)
>> 
>> (global-display-line-numbers-mode)
>> 
>> (term "/usr/bin/yes")
>> 
>> (switch-to-buffer "*scratch*"))
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 
> 
> 
> If you set display-line-numbers-mode to 'visual globally, does the problem
> go away?
> 
> 
> 
> 

No, nor does disabling blink cursor mode or commenting out the lines you referenced.

I'm using this, please double check I'm not doing something wrong.

(defun foo ()

(interactive)

(blink-cursor-mode -1)

(global-display-line-numbers-mode)

(setq-default display-line-numbers-mode 'visual)

(term "/usr/bin/yes")

(switch-to-buffer "*scratch*"))
[Message part 2 (text/html, inline)]

This bug report was last modified 114 days ago.

Previous Next


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