bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#65837: 30.0.50; Debugger in non-main threads


From: Helmut Eller
Subject: bug#65837: 30.0.50; Debugger in non-main threads
Date: Sat, 09 Sep 2023 20:50:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

On Sat, Sep 09 2023, Eli Zaretskii wrote:

> Can you describe the bug, though?  What exactly happens that is wrong,
> and how to reproduce it?

Start the debugger with

  emacs -Q --eval '(make-thread (lambda() (debug)))'

The bug is that pressing q doesn't actually delete the *Backtrace*
window.  The expected behavior in that the window should be deleted and
the buffer should be killed.

Helmut





reply via email to

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