GNU bug report logs -
#26530
Lisp interpreter can't run more than one thread in parallel
Previous Next
Reported by: Cody Rivera <cjrivera2000 <at> gmail.com>
Date: Sun, 16 Apr 2017 04:11:02 UTC
Severity: wishlist
Merged with 25721
Found in version 26.0.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 26530 <at> debbugs.gnu.org (full text, mbox):
Cody Rivera wrote:
> I must have some emacs package that allows the form "(loop @body)" to be
> used.
Yes, evidently your problem involves some code that I don't have, which explains
why I can't reproduce it. If you can provide a way to reproduce your problem
(i.e., C-g does not work) then perhaps we can fix it.
> I reran similar code with emacs -Q, and it turns out I can stop it. After
> about fifteen seconds, the buffer was populated with millions of lines
> (about 300 million while composing my reply). Clearly my mundane code was
> running properly.
>
> However, while running the code, my installed versions of Emacs remain
> unresponsive until interrupted -- none of the GUI elements are responsive,
> no command works except C-g, there is no terminal output, and there is
> ultimately no indication that the program is running properly.
>
> I misinterpreted (the lack of) a feature as a bug.
Yes, that's to be expected. Emacs is single-threaded, and if are running Lisp
code it cannot respond to other keystrokes to run any other Lisp code; all you
can do is interrupt it with C-g.
This bug report was last modified 7 years and 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.