emacs-devel
[Top][All Lists]
Advanced

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

Re: The event handling thread


From: John Wiegley
Subject: Re: The event handling thread
Date: Tue, 20 Dec 2016 17:04:36 -0800
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.90 (darwin)

>>>>> Eli Zaretskii <address@hidden> writes:

> To see the above machinery in action, try this:

>   (defun infloop ()
>     (with-temp-buffer (while t (insert "foo"))))

>   (make-thread #'infloop "thread-loop")

> As soon as you start the looping thread, any keyboard input, like M-x or
> cursor motion commands, doesn't have any effect, until you type C-g (which
> causes the looping thread to exit), because the looping thread never yields.

Ah, this is the bit I was missing. It's clear to me now, thanks.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2



reply via email to

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