This is the mail archive of the guile-emacs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

New module (emacs io)


I have added a new module, (emacs io).  It redirects Scheme
input and output ports to Emacs functions so that
with-output-to-temp-buffer affects (display ...) too.
I think this redirection should be the default for Emacs Scheme.

In the current version, just loading the module redirects the
ports.  Should the module instead export a procedure which does
the redirection when it is called?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]