bug#15228: making open-process public

2017-03-05 Thread Amirouche
Sorry I have an issue with my mail I can't find the mail where you asked for a patch. Attached to this mail my very first patch. Le 03/09/2016 à 09:33, Amirouche Boubekki a écrit : Wingo wrote: We could just expose `open-process' from (ice-9 popen) to start with. AFAIK, that's what Mark w

bug#15228: making open-process public

2017-02-28 Thread Andy Wingo
On Sat 03 Sep 2016 09:33, Amirouche Boubekki writes: >> We could just expose `open-process' from (ice-9 popen) to start with. > > Here is an example use of `open-process' to wrap `html2text': > > >(use-modules (ice-9 popen)) > >(define open-process (@@ (ice-9 popen) open-process)) > >

bug#15228: making open-process public

2016-09-03 Thread Amirouche Boubekki
Wingo wrote: We could just expose `open-process' from (ice-9 popen) to start with. AFAIK, that's what Mark wants. Here is an example use of `open-process' to wrap `html2text': (use-modules (ice-9 popen)) (define open-process (@@ (ice-9 popen) open-process)) (define (html2text str