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: Juanma Barranquero
Subject: bug#6781: emacs server with X11 build on OSX
Date: Tue, 3 Aug 2010 14:02:19 +0200

On Tue, Aug 3, 2010 at 07:01, Leo <sdl.web@gmail.com> wrote:

> On 2010-08-03 03:47 +0100, Juanma Barranquero wrote:
>> I suppose the Right
>> Thing to do for server.el is to force it to use "127.0.0.1" instead of
>> 'local for the :host argument.

> I think this can be the workaround for now while waiting for Ken to look
> at the C side for more bugs there. Thank you both.

I meant that server.el should stick to IPv4 and make sure it does so,
not that it was the fix for your problem.

If you ping localhost and it reaches 127.0.0.1, but
(make-network-proces ... :host 'local) does not use that address, it
is obvious there's a bug somewhere...

> Could you also simplify (more readable) the loop in server-start like this:

> -                     for i below 64
> +                   repeat 64

Nice. I wonder why did I miss "repeat".

    Juanma





reply via email to

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