all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matthew Leach <matthew@mattleach.net>
To: emacs-devel@gnu.org
Subject: Re: [PATCH] Fix `server-name' and `server-socket-dir' for bug#24218
Date: Sun, 07 Jan 2018 17:23:49 +0000	[thread overview]
Message-ID: <87y3l9twey.fsf@mattleach.net> (raw)
In-Reply-To: <20171229213705.20263-1-matthew@mattleach.net> (Matthew Leach's message of "Fri, 29 Dec 2017 21:37:05 +0000")

Matthew Leach <matthew@mattleach.net> writes:

> * lisp/server.el: (server-external-socket-initialised): New
>   (server-name): Compute server name from `get-external-sockname'.
>   (server-socket-dir): Compute socket dir from
>   `get-external-sockname'.
>   (server-start): Don't check for existing server when an
>   uninitialised external socket has been passed to Emacs.
>
> * src/emacs.c: (main): Obtain socket name via getsockname and pass to
>   `init_process_emacs'.
>
> * src/lisp.h: (init_process_emacs): Add second parameter.
>
> * src/proess.c: (external_sock_name): New.
>   (get-external-sockname): New.
>   (init_process_emacs): Set `external_sock_name' to `sockname'
>   parameter.

If this patch looks OK, please could it be merged?  I don't have write
access.

Many thanks,
-- 
Matt



  reply	other threads:[~2018-01-07 17:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-29 21:37 [PATCH] Fix `server-name' and `server-socket-dir' for bug#24218 Matthew Leach
2018-01-07 17:23 ` Matthew Leach [this message]
2018-01-07 21:56   ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y3l9twey.fsf@mattleach.net \
    --to=matthew@mattleach.net \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.