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

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

Re: defadvice protect / (error ...)


From: Richard M. Stallman
Subject: Re: defadvice protect / (error ...)
Date: Wed, 13 Jul 2005 16:56:08 -0400

    The debugger window should appear.
    Then type either C-x 0 or C-x k RET to get rid the window (or the  
    buffer).
    Do NOT type q.

    Then evalute ring-bell-function.
    It's nil.

That is because you are still inside the call to `error'.
You have not yet exited from the `let'.

    If you quit the debugger buffer with q, the problem doesn't occur.

When you do that, you exit from the `let' and the binding is unwound.




reply via email to

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