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

Full log


View this message in rfc822 format

From: Daniel Colascione <dancol <at> dancol.org>
To: 76983 <at> debbugs.gnu.org
Subject: bug#76983: 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 97 days ago.

Previous Next


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