emacs-devel
[Top][All Lists]
Advanced

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

Re: emacsclient on WXP does not work (as it used to)


From: Eli Zaretskii
Subject: Re: emacsclient on WXP does not work (as it used to)
Date: Sat, 01 Nov 2008 15:53:17 +0200

> Date: Fri, 31 Oct 2008 20:51:33 +0530
> From: dhruva <address@hidden>
> Cc: "Juanma Barranquero" <address@hidden>, address@hidden, 
>       address@hidden
> 
> Even this works!
> 
> diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
> index 0bbc385..6d2d2c4 100644
> --- a/lib-src/emacsclient.c
> +++ b/lib-src/emacsclient.c
> @@ -1446,6 +1446,9 @@ main (argc, argv)
>        char *tty_name = NULL;
>  #ifndef WINDOWSNT
>        tty_name = ttyname (fileno (stdout));
> +#else
> +      type = "CMD";
> +      tty_name = "CON";
>  #endif

Thanks.  I checked in a slightly different change, which eliminates
the need for this and one other ifdef.  Could you two please see if
the new version works for you?  Please be sure to try -t and -c
switches as well.




reply via email to

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