From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Olavi Niemitalo To: guile-emacs@sourceware.cygnus.com Subject: New module (emacs io) Date: Thu, 23 Mar 2000 02:08:00 -0000 Message-id: <87ln3agfsl.fsf@PC486.Niemitalo.LAN> X-SW-Source: 2000-q1/msg00053.html 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?