help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnu.emacs.help] Portable way for creating FIFOs


From: Petteri Hintsanen
Subject: [gnu.emacs.help] Portable way for creating FIFOs
Date: Tue, 19 Sep 2017 23:24:24 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

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

--- Begin Message --- Subject: Portable way for creating FIFOs Date: Mon, 18 Sep 2017 23:48:57 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
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

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]