all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [gnu.emacs.help] Portable way for creating FIFOs
@ 2017-09-19 20:24 Petteri Hintsanen
  2017-09-20 16:32 ` Alex Kost
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Petteri Hintsanen @ 2017-09-19 20:24 UTC (permalink / raw
  To: help-gnu-emacs

[-- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-28 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19 20:24 [gnu.emacs.help] Portable way for creating FIFOs Petteri Hintsanen
2017-09-20 16:32 ` 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

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.