[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debian 5.0 Emacs package missing undo and strange behavior.
From: |
budu |
Subject: |
Re: Debian 5.0 Emacs package missing undo and strange behavior. |
Date: |
Fri, 17 Apr 2009 06:33:27 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Apr 17, 9:07 am, Nikolaj Schumacher <m...@nschum.de> wrote:
> budu <nbudu...@gmail.com> wrote:
> > The weird thing is, when evaluating the incorrect global-set-key
> > above, the debugger show up as usual, but then, all the text after the
> > cursor disappear, like if it were erased. Still it isn't when
> > reopening the file! Maybe it got to do with screen. What do you think?
>
> You probably have `debug-on-error' set. In that case Emacs doesn't
> immediately unwind the stack when an error occurs. That can leave the
> buffer half-drawn.
>
> If you press q in the backtrace buffer, or M-x top-level, you should
> return.
>
> regards,
> Nikolaj Schumacher
I didn't know about that one, thanks.
- budu