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: Fri, 18 Nov 2011 10:41:44 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux)

Paul Eggert <address@hidden> writes:

> Also, this code would be easier to read:
>
>     if (! (use_gtk && terminal->type == output_x_window))
>       terminal->reference_count--;
>
> with something like this near the start of the file:
>
>    #ifdef USE_GTK
>     enum { use_gtk = 1 };
>    #else
>     enum { use_gtk = 0 };
>    #endif

We don't follow this practice elsewhere in Emacs; let's not start now.



reply via email to

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