all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Freeze with specific evaluation in the modeline
@ 2024-09-02 19:56 Nicolas P. Rougier (inria)
  2024-09-02 21:40 ` Stephen Berman
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas P. Rougier (inria) @ 2024-09-02 19:56 UTC (permalink / raw)
  To: emacs-devel


I've tried the following code (with Emacs -q, v30.0.60):

(setq mode-line-format
       '(:eval (if (window-in-direction 'down) "yes" "no")))

and it somehow freezes Emacs even though menubar is still responsive and
I can quit through the menu. I'm not sure how to debug since I cannot
really interact anymore.

Could anyone confirms the behavior?

Nicolas

-- 
Nicolas P. Rougier —— www.labri.fr/perso/nrougier
Institute of Neurodegenerative Diseases, Bordeaux



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-03 18:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 19:56 Freeze with specific evaluation in the modeline Nicolas P. Rougier (inria)
2024-09-02 21:40 ` Stephen Berman
2024-09-03 14:17   ` Eli Zaretskii
2024-09-03 18:13     ` Nicolas P. Rougier (gmail)

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.