emacs-devel
[Top][All Lists]
Advanced

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

Re: emacsclient's option decoding code


From: Juanma Barranquero
Subject: Re: emacsclient's option decoding code
Date: Thu, 6 Nov 2008 12:56:26 +0100

On Tue, Nov 4, 2008 at 17:40, Chong Yidong <address@hidden> wrote:

>> Actually, I was thinking about something deeper, somewhere below
>> make-frame.  But I guess this will also do.  Thanks.
>
> OK, checked in.

Your patch makes changes in server.el unnecessary, but for emacsclient
-c to work on Windows the attached change is still needed to
emacsclient.c.

             Juanma


Index: lib-src/emacsclient.c
===================================================================
RCS file: /sources/emacs/emacs/lib-src/emacsclient.c,v
retrieving revision 1.140
diff -u -2 -b -r1.140 emacsclient.c
--- lib-src/emacsclient.c       2 Nov 2008 23:16:33 -0000       1.140
+++ lib-src/emacsclient.c       3 Nov 2008 11:37:19 -0000
@@ -575,7 +575,9 @@
    display = NULL;

+#ifndef WINDOWSNT
  /* If no display is available, new frames are tty frames.  */
  if (!current_frame && !display)
    tty = 1;
+#endif




reply via email to

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