[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs Windows NT crashes when loading/evaluating term/w32-win
From: |
Eli Zaretskii |
Subject: |
Re: Emacs Windows NT crashes when loading/evaluating term/w32-win |
Date: |
Thu, 13 Dec 2001 11:03:26 +0200 |
> From: Christoph Conrad <cc@cli.de>
> Date: Thu, 13 Dec 2001 08:55:58 +0100
>
> I can't find it out. I had a look at the code, it's like you say! I
> guess it's loaded, but an error occurs at that time. Which one? How to
> debug at that level?
The only method known to me of debugging on the Lisp level during
startup is to modify the Lisp file (in this case, w32-win.el) to
insert debugging (message "bla bla bla") print-outs in strategic
places, possibly followed by a (sit-for 2), to give you a chance to
see the message, and then watch what happens when Enacs starts. (The
sit-for part is not strictly necessary, since all the messages end up
in the *Messages* buffer, but sometimes you need to see what was
Emacs's display when the message was printed.)
- Emacs Windows NT crashes when loading/evaluating term/w32-win, Christoph Conrad, 2001/12/12
- Re: Emacs Windows NT crashes when loading/evaluating term/w32-win, Eli Zaretskii, 2001/12/12
- Re: Emacs Windows NT crashes when loading/evaluating term/w32-win, Christoph Conrad, 2001/12/13
- Re: Emacs Windows NT crashes when loading/evaluating term/w32-win,
Eli Zaretskii <=
- Re: Emacs Windows NT crashes when loading/evaluating term/w32-win, Jason Rumney, 2001/12/18
- Re: Emacs Windows NT crashes when loading/evaluating term/w32-win, Eli Zaretskii, 2001/12/19
- Re: Emacs Windows NT crashes when loading/evaluating term/w32-win, Christoph Conrad, 2001/12/19
- Re: Emacs Windows NT crashes when loading/evaluating term/w32-win, Jason Rumney, 2001/12/20
- Re: Emacs Windows NT crashes when loading/evaluating term/w32-win, Eli Zaretskii, 2001/12/23
- Re: Emacs Windows NT crashes when loading/evaluating term/w32-win, Christoph Conrad, 2001/12/23