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: [gnu.emacs.help] Portable way for creating FIFOs
Date: Tue, 19 Sep 2017 23:24:24 +0300	[thread overview]
Message-ID: <x2mo9q65tdz.fsf@iki.fi> (raw)

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

Looks like my original message below, posted to gnu.emacs.help, did not
go through into the mailing list...  Apologies for possible
double-posting.

Regards,
Petteri


[-- Attachment #2: Type: message/rfc822, Size: 880 bytes --]

From: Petteri Hintsanen <petterih@iki.fi>
Subject: Portable way for creating FIFOs
Date: Mon, 18 Sep 2017 23:48:57 +0300
Message-ID: <x2mlglb7mx2.fsf@iki.fi>

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-19 20:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-19 20:24 Petteri Hintsanen [this message]
2017-09-20 16:32 ` [gnu.emacs.help] Portable way for creating FIFOs Alex Kost
2017-09-23 20:13 ` Bob Proulx
     [not found] ` <mailman.847.1505925146.14750.help-gnu-emacs@gnu.org>
2017-09-28 19:51   ` Petteri Hintsanen

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=x2mo9q65tdz.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.