bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6781: emacs server with X11 build on OSX


From: Stefan Monnier
Subject: bug#6781: emacs server with X11 build on OSX
Date: Wed, 04 Aug 2010 15:18:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> -                        (list :family nil
> +                        (list :family 'ipv4

That would make sense if emacsclient.c only supports ipv4.  Not being
up-to-speed on ipv6, I do not know whether that's the case.

> -                              :host (or server-host 'local)
> +                              :host (or server-host "127.0.0.1") ;; bug#6781

We should rather do that in the C code of make-network-process, where
instead of "localhost" we might prefer using "127.0.0.1".


        Stefan





reply via email to

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