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

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

Re: Aqua: closing Speedbar early crashes Emacs


From: Steve Wainstead
Subject: Re: Aqua: closing Speedbar early crashes Emacs
Date: Tue, 14 Jan 2003 12:25:03 -0500


On Tuesday, January 14, 2003, at 11:56 AM, Andrew Choi wrote:

Steve Wainstead <address@hidden> writes:

I have in my .emacs:

;; get the speedbar
(if window-system
    (speedbar)
    ;; else
    (menu-bar-mode nil))

When I start Emacs from the Dock it comes up no problem, with the
speedbar.

If, however, I close the speedbar before Emacs finishes loading,
Emacs crashes completely and there is no crash report under
~/Library/Logs/CrashReporter.

[...]

Emacs exits when the its last window is closed.  So I don't think it
crashed.  Unfortunately it will not be easy to show a frame only after
it is completely initialized on the Mac OS.


But the main frame is still open. Since (speedbar) is in the .emacs file, the sequence goes:

Frame 1 opens
Speedbar opens
Both are blank at this point as Emacs loads the rest of the .emacs file
I close the speedbar since I don't want it. I sometimes do this and it's never been a problem.
Emacs exits completely.

~swain





reply via email to

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