From: Jean L. <bu...@gn...> - 2017-01-25 20:38:55
|
On Wed, Jan 25, 2017 at 02:42:14PM -0500, Sam Steingold wrote: > > * Jean Louis <ohtf@tah.fhccbeg> [2017-01-25 12:35:40 +0300]: > > > > I am looking into solution to open file descriptor in CLISP, and to > > get its fileno, that I can feed files to GNU mailutils, mail program > > to file descriptors. > > > > Basically, into functionality that is shown in the sample Perl program > > here: http://mailutils.org/wiki/Mail:_sending_attachments -- relating > > to opening file descriptor and getting its number. > > There is function ext:stream-handles which should be documented in > http://clisp.org/impnotes/stream-handles.html > I have no idea why it is only documented in the beta docs > http://clisp.org/beta/impnotes/stream-handles.html. > > There goes my zorkmid. :-( Oh thanks! |