[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: UI input unresponsive on macOS
From: |
Alan Third |
Subject: |
Re: UI input unresponsive on macOS |
Date: |
Thu, 16 Nov 2017 19:33:43 +0000 |
User-agent: |
Mutt/1.9.1 (2017-09-22) |
On Thu, Oct 05, 2017 at 12:40:54PM +0900, YAMAMOTO Mitsuharu wrote:
> >>>>> On Thu, 05 Jan 2017 17:00:53 +0000, Gong-Yi Liao 廖宮毅 <address@hidden>
> >>>>> said:
>
> The following recipe seems to behave differently depending on the
> toolkit.
>
> (make-thread
> (lambda ()
> (let (last-nonmenu-event)
> (setq test (y-or-n-p-with-timeout "test" 2 'timeout)))))
>
> Athena: Works.
> GTK+2: Timeout works, but buttons are not displayed.
> GTK+3: Hangs.
> NS: Crashes.
I’m not sure how we could handle that on NS. Perhaps just refuse to
display the dialogue at all, and return nil?
--
Alan Third
- Re: UI input unresponsive on macOS,
Alan Third <=