unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Philipp Stephani <phst@google.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Philipp Stephani <p.stephani2@gmail.com>, emacs-devel@gnu.org
Subject: Re: [PATCH] Add a module function to open a file descriptor connected to a pipe.
Date: Thu, 26 Mar 2020 21:51:31 +0100	[thread overview]
Message-ID: <CAP-RRPvgcsHw2Va0aB_Dvvd0N5q8JvDGYjY1VRU1k1dNB7rvGw@mail.gmail.com> (raw)
In-Reply-To: <83369v9c1m.fsf@gnu.org>

Am Do., 26. März 2020 um 20:00 Uhr schrieb Eli Zaretskii <eliz@gnu.org>:
>
> > From: Philipp Stephani <p.stephani2@gmail.com>
> > Date: Thu, 26 Mar 2020 17:30:21 +0100
> > Cc: Philipp Stephani <phst@google.com>
> >
> > This patch implements a function that adapts an existing pipe
> > process.  That way, users can use familiar tools like process filters
> > or 'accept-process-output'.
> >
> > * src/module-env-28.h: Add 'open_channel' module function.
> >
> > * src/emacs-module.c (module_open_channel): Provide definition for
> > 'open_channel'.
> > (initialize_environment): Use it.
> >
> > * src/process.c (open_channel_for_module): New helper function.
> > (syms_of_process): Define necessary symbol.
> >
> > * test/src/emacs-module-tests.el (module/async-pipe): New unit test.
> >
> > * test/data/emacs-module/mod-test.c (signal_system_error): New helper
> > function.
> > (signal_errno): Use it.
> > (write_to_pipe): New function running in the background.
> > (Fmod_test_async_pipe): New test module function.
> > (emacs_module_init): Export it.
> >
> > * doc/lispref/internals.texi (Module Misc): Document new module
> > function.
> >
> > * doc/lispref/processes.texi (Asynchronous Processes): New anchor
> > for pipe processes.
>
> Thanks, but please also call out the change in NEWS.

Ah, I always forget that. Done, and pushed as
d28b00476890f791a89b65007e5f20682b3eaa0d.

-- 
Google Germany GmbH
Erika-Mann-Straße 33
80636 München

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle

Diese E-Mail ist vertraulich. Wenn Sie nicht der richtige Adressat
sind, leiten Sie diese bitte nicht weiter, informieren Sie den
Absender und löschen Sie die E-Mail und alle Anhänge. Vielen Dank.

This e-mail is confidential. If you are not the right addressee please
do not forward it, please inform the sender, and please erase this
e-mail including any attachments. Thanks.



      reply	other threads:[~2020-03-26 20:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-26 16:30 [PATCH] Add a module function to open a file descriptor connected to a pipe Philipp Stephani
2020-03-26 19:00 ` Eli Zaretskii
2020-03-26 20:51   ` Philipp Stephani [this message]

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAP-RRPvgcsHw2Va0aB_Dvvd0N5q8JvDGYjY1VRU1k1dNB7rvGw@mail.gmail.com \
    --to=phst@google.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=p.stephani2@gmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).