emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: User interaction from multiple threads


From: martin rudalics
Subject: Re: User interaction from multiple threads
Date: Wed, 15 Aug 2018 11:08:14 +0200

>> If we make a rule that each thread owns a frame with a minibuffer,
>
> I don't believe this is feasible. Imagine you'll call "C-x & C-x C-f
> .../emacs/lisp/*.el". This would load all Lisp files of Emacs in
> parallel, resulting in 250+ frames.
>
> This example sounds strange, but it is one test case in the
> feature/tramp-thread-safe branch I'm running regularly.

We can make frame creation lazy: Make a frame when the thread wants to
ask a question.

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]