emacs-devel
[Top][All Lists]
Advanced

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

Re: Killing a frame sometimes kills emacs


From: Chong Yidong
Subject: Re: Killing a frame sometimes kills emacs
Date: Thu, 17 Nov 2011 19:18:23 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> I did that by using the patch below for about one month.  Since then,
> the crashes I had are gone, and working with multiple emacs X frames is
> fun again.  Should I go ahead and commit?

Fine by me, but the code should probably be something like

#ifdef USE_GTK
    /* ... (Use C-style not C++ style comments) ... */
    if (terminal->type != output_x_window)
#endif
    terminal->reference_count--;



reply via email to

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