GNU bug report logs - #76983
NS redisplays itself constantly

Previous Next

Package: emacs;

Reported by: Daniel Colascione <dancol <at> dancol.org>

Date: Wed, 12 Mar 2025 18:29:01 UTC

Severity: normal

To reply to this bug, email your comments to 76983 AT debbugs.gnu.org.

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#76983; Package emacs. (Wed, 12 Mar 2025 18:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Colascione <dancol <at> dancol.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 12 Mar 2025 18:29:01 GMT) Full text and rfc822 format available.

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

From: Daniel Colascione <dancol <at> dancol.org>
To: bug-gnu-emacs <at> gnu.org
Subject: NS redisplays itself constantly
Date: Wed, 12 Mar 2025 11:28:04 -0700
NS is redisplaying itself several times per second even when nothing is
happening. I've tried disabling every timer and stopping every
process. I've also seen a scenario in which NS redisplays itself several
hundred times per second, burning a CPU core (while being responsive).

emacs -Q

(progn
  (blink-cursor-mode 0)
  (defvar redisplay-count 0)
  (defun probe-redisplay (&rest _) (incf redisplay-count))
  (add-to-list 'pre-redisplay-functions #'probe-redisplay))

eval redisplay-count once in a while




This bug report was last modified 31 days ago.

Previous Next


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