all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Robert Pluim <rpluim@gmail.com>
Cc: stefan@marxist.se, emacs-devel@gnu.org
Subject: Re: master cff1702: Fix hanging wdired test
Date: Mon, 15 Nov 2021 15:14:31 +0200	[thread overview]
Message-ID: <83wnl9sgqw.fsf@gnu.org> (raw)
In-Reply-To: <87r1bhbri7.fsf@gmail.com> (message from Robert Pluim on Mon, 15 Nov 2021 12:14:08 +0100)

> From: Robert Pluim <rpluim@gmail.com>
> Date: Mon, 15 Nov 2021 12:14:08 +0100
> Cc: Stefan Kangas <stefan@marxist.se>
> 
> >>>>> On Mon, 15 Nov 2021 03:45:15 -0500 (EST), stefankangas@gmail.com (Stefan Kangas) said:
>     Stefan> @@ -148,11 +145,12 @@ wdired-get-filename before and after editing."
>     Stefan>                (set-file-modes "foo" (file-modes-symbolic-to-number "+x"))
>     Stefan>                (make-symbolic-link "foo" "bar")
>     Stefan>                (make-directory "foodir")
>     Stefan> -              (require 'dired-x)
>     Stefan>                (dired-smart-shell-command "mkfifo foopipe")
>     Stefan> -              (server-force-delete)
>     Stefan> -              ;; FIXME?  This seems a heavy-handed way of making a socket.
>     Stefan> -              (server-start)             ; Add a socket file.
>     Stefan> +              (setq proc (make-network-process
>     Stefan> +                          :name "foo"
>     Stefan> +                          :family 'local
>     Stefan> +                          :server t
>     Stefan> +                          :service (expand-file-name "foosocket" test-dir)))
> 
> Not every platform supports local sockets

And what about the 'makefifo' command?



  reply	other threads:[~2021-11-15 13:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20211115084514.28560.821@vcs0.savannah.gnu.org>
     [not found] ` <20211115084515.88275207D5@vcs0.savannah.gnu.org>
2021-11-15 11:14   ` master cff1702: Fix hanging wdired test Robert Pluim
2021-11-15 13:14     ` Eli Zaretskii [this message]
2021-11-16  4:24       ` Stefan Kangas
2021-11-16 13:01         ` Eli Zaretskii

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=83wnl9sgqw.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rpluim@gmail.com \
    --cc=stefan@marxist.se \
    /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.