all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Devon Sean McCullough <Emacs-Hacker2014@jovi.net>
Cc: 18658@debbugs.gnu.org
Subject: bug#18658: 24.3; deformed server-socket-dir
Date: Thu, 13 Aug 2020 12:01:29 +0200	[thread overview]
Message-ID: <87r1sag8zq.fsf@gnus.org> (raw)
In-Reply-To: <56FE6C1F-CA39-417F-9C43-CB2351BE2D71@jovi.net> (Devon Sean McCullough's message of "Tue, 7 Oct 2014 15:57:58 -0400")

Devon Sean McCullough <Emacs-Hacker2014@jovi.net> writes:

> Double slashes in server-socket-dir is a bug waiting to happen.

[...]

> -       (format "%s/emacs%d" (or (getenv "TMPDIR") "/tmp") (user-uid)))
> +       (expand-file-name (format "emacs%d" 
> +				 (user-uid))
> +			 (or (getenv "TMPDIR")
> +			     "/tmp")))

Thanks; I applied a version of this to Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





      parent reply	other threads:[~2020-08-13 10:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-07 19:57 bug#18658: 24.3; deformed server-socket-dir Devon Sean McCullough
2014-10-10  1:03 ` Glenn Morris
2020-08-13 10:01 ` Lars Ingebrigtsen [this message]

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=87r1sag8zq.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=18658@debbugs.gnu.org \
    --cc=Emacs-Hacker2014@jovi.net \
    /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.