[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ns-do-applescript again
From: |
Po Lu |
Subject: |
Re: ns-do-applescript again |
Date: |
Mon, 10 Oct 2022 18:07:19 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) |
Robert Pluim <rpluim@gmail.com> writes:
> Po> What was previously found to still use `ns-do-applescript'? The
> Po> function should really be deleted, ideally before the Emacs 29 branch
> is
> Po> cut. It is simply a waste of space in nsfns.m and is probably the
> cause
> Po> of a mysterious crash in popup menus.
>
> bug#58288 still reproduces wiht ns-do-applescript removed. Could you
> elaborate?
Something inside the popup event loop checks for timers (I'm borrowing
someone's fully set up Mac, so the problematic Lisp code is likely not
in Emacs core); then, the nested event loop run by ns-do-applescript
inside a timer crashes.