emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; Emacs server and -nw


From: Stefan Monnier
Subject: Re: 23.0.50; Emacs server and -nw
Date: Sun, 09 Dec 2007 22:46:55 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>> In an xterm, start Emacs with:
>> 
>> $ emacs -nw -Q --eval "(server-start)"
>> 
>> In another xterm, do:
>> 
>> $ emacsclient a
>> 
>> and it immediately asks:
>> 
>> Buffer `a' still has clients; kill it? (yes or no)
>> 
>> This does not happen if you invoke emacsclient with the "-t" option or
>> emacs (built using --with-x) without the "-nw" option.
>> 
>> In GNU Emacs 23.0.50.1 (i386-apple-darwin8.11.1, X toolkit)
>> of 2007-12-04 ...
>> Windowing system distributor `The X.Org Foundation', version 11.0.60802000
>> configured using `configure  '--with-x' '--without-carbon' '--without-tiff' 
>> '--without-gif''

> This works fine with server.el version 1.136, it does not with versions
> after that. 
> Stefan, you made the changes in version 1.137, can you please take a
> look at this?

Does the patch below fix it?


        Stefan


--- server.el.~1.153.~  2007-11-29 11:02:58.000000000 -0500
+++ server.el   2007-12-09 22:44:34.000000000 -0500
@@ -339,7 +338,7 @@
                      display
                      ;; Make it display (and remember) some dummy buffer, so
                      ;; we can detect later if the frame is in use or not.
-                     `((server-dummmy-buffer . ,buffer)
+                     `((server-dummy-buffer . ,buffer)
                        ;; This frame may be deleted later (see
                        ;; server-unselect-display) so we want it to be as
                        ;; unobtrusive as possible.




reply via email to

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