all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Petteri Hintsanen <petterih@iki.fi>
To: help-gnu-emacs@gnu.org
Subject: Portable way for creating FIFOs
Date: Mon, 18 Sep 2017 23:48:57 +0300	[thread overview]
Message-ID: <x2mlglb7mx2.fsf@iki.fi> (raw)

Hello,

Is it possible to portably create named pipes in Emacs Lisp?  "Portably"
means here "to create in a system that has named pipes".  I could use
call-process or something like that with 'mkfifo', but that seems quite
POSIXy thing to do.

(Context: I'm trying to write an EMMS player for mpv, and there FIFO
would be the preferable way to do IPC.  But mpv does not create a pipe,
it only opens one.)

Thanks,
Petteri


             reply	other threads:[~2017-09-18 20:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-18 20:48 Petteri Hintsanen [this message]
2017-09-19  6:56 ` Portable way for creating FIFOs Alexis

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=x2mlglb7mx2.fsf@iki.fi \
    --to=petterih@iki.fi \
    --cc=help-gnu-emacs@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.