emacs-diffs
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110819: * server.el (server-c


From: Jan Djärv
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110819: * server.el (server-create-window-system-frame): Handle Nextstep
Date: Fri, 9 Nov 2012 07:29:21 +0100

Hello.

It is now:

    ;; Special case for ns.  This is because DISPLAY may not be set at all
    ;; which in the ns case isn't an error.  The variable display then becomes
    ;; the fully qualified hostname, which make-frame-on-display below
    ;; does not understand and throws an error.
    ;; It may also be a valid X display, but if Emacs is compiled for ns, it
    ;; can not make X frames.


        Jan D.

8 nov 2012 kl. 22:07 skrev Stefan Monnier <address@hidden>:

>> +    * server.el (server-create-window-system-frame): Handle Nextstep
>> +    specially (Bug#12780).
> [...]
>> +    ;; Special case for ns.
>> +    (if (featurep 'ns-win)
>> +    (setq w 'ns display "ns"))
> 
> The (featurep 'ns-win) test says "do something special for ns", then the
> comment repeats it and the commit message as well.  But nowhere do you
> say what we really want to know: why we need to handle nextstep specially.
> 
> 
>        Stefan




reply via email to

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