emacs-devel
[Top][All Lists]
Advanced

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

Re: Weird behavior and crash with X and TTY frame


From: grischka
Subject: Re: Weird behavior and crash with X and TTY frame
Date: Sun, 07 Apr 2013 17:02:07 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

This would be solvable if we had an independent Lisp loop per terminal, but it is not so. There is only one Lisp loop, shared by all frames/terminals, and if one frame/terminal suspends the loop, it is suspended for all frames/terminals.

Maybe you say "Lisp loop" because you think there can't be lisp
without a loop.  Thus you want to solve the problem with even
more loops while the problem is actually caused by the loop that
you already have.

--- gr




reply via email to

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