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

[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.)



reply via email to

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