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]

Re: New module (emacs io)


Kalle Olavi Niemitalo <tosi@ees2.oulu.fi> writes:

> 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.

Sounds good.

> 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?

I think it is not necessary but this module should be optional;
the user should be able to choose whether or not to use it.
(I sometimes used display to the terminal for debugging...)
We will turn this to the default some time later on.

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