unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 55863@debbugs.gnu.org, dick <dick.r.chiang@gmail.com>
Subject: bug#55863: 29.0.50; [PATCH] Avoid hanging chad of *Backtrace*
Date: Thu, 09 Jun 2022 20:58:39 +0300	[thread overview]
Message-ID: <86edzxbu6w.fsf@mail.linkov.net> (raw)
In-Reply-To: <878rq5zqod.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 09 Jun 2022 19:34:42 +0200")

>> A better question is why *Backtrace* is erased?
>> Often I accidentally quit the backtrace, then
>> try to switch to the *Backtrace* buffer to check
>> the backtrace again, but to no avail.
>
> I don't think you can usefully interact with it after exiting the
> recursive edit?  That is, I think all the stuff that's bound in the
> `debug' command (debugger-outer-match-data etc etc) has to continue to
> be bound...
>
> But perhaps that can be fixed?

I have no idea what will happen when it's not erased, need to try.
Hmm, interesting, after this all backtrace links are still valid:

diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 6c172d6c31..eb71b12341 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -308,13 +308,13 @@ debug
             ;; Restore previous state of debugger-buffer in case we were
             ;; in a recursive invocation of the debugger, otherwise just
             ;; erase the buffer.
-	    (when (buffer-live-p debugger-buffer)
-	      (with-current-buffer debugger-buffer
-	        (if debugger-previous-state
-                    (debugger--restore-buffer-state debugger-previous-state)
-                  (setq backtrace-insert-header-function nil)
-                  (setq backtrace-frames nil)
-                  (backtrace-print))))
+            ;; (when (buffer-live-p debugger-buffer)
+            ;;   (with-current-buffer debugger-buffer
+            ;;     (if debugger-previous-state
+            ;;         (debugger--restore-buffer-state debugger-previous-state)
+            ;;       (setq backtrace-insert-header-function nil)
+            ;;       (setq backtrace-frames nil)
+            ;;       (backtrace-print))))
 	    (with-timeout-unsuspend debugger-with-timeout-suspend)
 	    (set-match-data debugger-outer-match-data)))
         (setq debug-on-next-call debugger-step-after-exit)





  reply	other threads:[~2022-06-09 17:58 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 21:28 bug#55863: 29.0.50; [PATCH] Avoid hanging chad of *Backtrace* dick.r.chiang
2022-06-09  5:45 ` Eli Zaretskii
2022-06-09  6:46 ` Juri Linkov
2022-06-09 10:11 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-09 12:59 ` Lars Ingebrigtsen
2022-06-09 13:51   ` dick
2022-06-09 16:01     ` Lars Ingebrigtsen
2022-06-09 16:58     ` Juri Linkov
2022-06-09 17:34       ` Lars Ingebrigtsen
2022-06-09 17:58         ` Juri Linkov [this message]
2022-06-09 18:44           ` Lars Ingebrigtsen
2022-06-09 18:50         ` Drew Adams
2022-06-09 18:57         ` Eli Zaretskii
2022-06-09 19:02           ` Lars Ingebrigtsen
2022-06-09 18:56       ` Eli Zaretskii
2022-06-09 19:17       ` Eric Abrahamsen
2022-06-09 19:34         ` dick
2022-06-09 21:02           ` Eric Abrahamsen
2022-06-10  9:27           ` Lars Ingebrigtsen
2022-06-10 10:03             ` dick
2022-06-10 10:06               ` Lars Ingebrigtsen
2022-06-10 10:24                 ` dick
2022-06-10 11:39                   ` dick
2022-06-14 12:39                     ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86edzxbu6w.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=55863@debbugs.gnu.org \
    --cc=dick.r.chiang@gmail.com \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).