all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
Cc: Romain Francoise <romain@orebokech.com>, emacs-devel@gnu.org
Subject: Re: The emacsclient socket vs. etc/emacs.bash
Date: Sat, 9 Dec 2006 00:47:45 +0100	[thread overview]
Message-ID: <f7ccd24b0612081547m352547f4o3466504d2f637180@mail.gmail.com> (raw)
In-Reply-To: <jwv7ix2ge3s.fsf-monnier+emacs@gnu.org>

On 12/9/06, Stefan Monnier <monnier@iro.umontreal.ca> wrote:

> The problem is to remove the socket file when the server quits, because we
> don't know for sure that it's still our socket.

In the method I'm suggesting, each Emacs instance should assume no one
stole its socket (or server file) if it didn't acknowledge and accept
the steal, and in this case, it can remove the file before sending
back the acknowledge. If it ends normally without surrendering the
server status, it just deletes the file.

> Yes, that's a possible way to do it better.  But it still will not prevent
> leftover socket files in case Emacs exited precipitously.

No, but if an instance finds a socket/server-file and no one answers
its request, it can assume the socket is a leftover, because there's
no one listening out there. There's a tiny possibility for a race
condition, but it would still be nicer to the user than the current "I
can assume nothing, so I'll overwrite" method used now.

> Not so sure since you don't whether whether you're talking (though the
> socket) to yourself or to some other process.

I thought the socket name includes the pid of the Emacs instance; the
server-file certainly does, so for TCP sockets it's easy to know.
                    /L/e/k/t/u

  reply	other threads:[~2006-12-08 23:47 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-08 13:15 The emacsclient socket vs. etc/emacs.bash Romain Francoise
2006-12-08 13:46 ` Stefan Monnier
2006-12-08 14:06   ` Romain Francoise
2006-12-08 18:38     ` Stefan Monnier
2006-12-08 19:10       ` Juanma Barranquero
2006-12-08 23:33         ` Stefan Monnier
2006-12-08 23:47           ` Juanma Barranquero [this message]
2006-12-09  1:28             ` Stefan Monnier
2006-12-09 11:36           ` Romain Francoise
2006-12-09  1:26 ` Richard Stallman
2006-12-09  3:55   ` Stefan Monnier
2006-12-09 18:25     ` Richard Stallman
2006-12-15 12:45       ` Juanma Barranquero
2006-12-15 13:37         ` Kim F. Storm
2006-12-15 14:05           ` Juanma Barranquero
2006-12-15 23:40             ` Stefan Monnier
2006-12-15 23:47               ` Juanma Barranquero
2006-12-16  9:54                 ` Eli Zaretskii
2006-12-16 11:07                   ` Juanma Barranquero
2006-12-15 21:07           ` Andreas Schwab
  -- strict thread matches above, loose matches on Subject: below --
2006-12-15 13:54 LENNART BORGMAN
2006-12-15 15:18 ` Kim F. Storm
2006-12-15 15:24   ` Lennart Borgman
2006-12-15 15:38     ` Kim F. Storm
2006-12-15 15:48       ` Lennart Borgman
2006-12-15 23:21         ` Kim F. Storm

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=f7ccd24b0612081547m352547f4o3466504d2f637180@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=romain@orebokech.com \
    /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.