* edebug kill buffer ( error "Selecting deleted buffer" )
@ 2007-03-20 13:56 A Soare
0 siblings, 0 replies; 2+ messages in thread
From: A Soare @ 2007-03-20 13:56 UTC (permalink / raw)
To: Emacs Dev [emacs-devel]
1. eval a function with edebug.
2. call that function
You are in *debugging* now, kill buffer where the debugging is in progress.
Debugger entered: nil
edebug-display()
edebug(error (error "Selecting deleted buffer"))
signal(error ("Selecting deleted buffer"))
edebug-signal(error ("Selecting deleted buffer"))
byte-code("..."
top-level()
edebug-kill-buffer()
kill-buffer("*scratch*")
call-interactively(kill-buffer)
recursive-edit()
edebug-recursive-edit()
edebug-display()
edebug-debugger(0 before nil)
edebug-before(0)
#[nil "...
edebug-enter(silly-loop (10000000) #
The solution to add the hook function edebug-kill-buffer does not work.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: edebug kill buffer ( error "Selecting deleted buffer" )
@ 2007-03-21 13:53 A Soare
0 siblings, 0 replies; 2+ messages in thread
From: A Soare @ 2007-03-21 13:53 UTC (permalink / raw)
To: Emacs Dev [emacs-devel]
This problem seems that can be solved just using run-with-idle-timer.
Impossible otherwise.
Alin Soare.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-21 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-20 13:56 edebug kill buffer ( error "Selecting deleted buffer" ) A Soare
-- strict thread matches above, loose matches on Subject: below --
2007-03-21 13:53 A Soare
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).