From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keisuke Nishida To: guile-emacs@sourceware.cygnus.com Subject: Re: message printing Date: Mon, 08 May 2000 16:48:00 -0000 Message-id: References: <20000507172804W.satoru-t@is.aist-nara.ac.jp> X-SW-Source: 2000-q2/msg00043.html Satoru Takabayashi writes: > When I evaluate (display "foo"), "foo" will be printed in > the *Messages* buffer. I think making the output buffer > customizable with the `scheme-output-buffer' variable is a > good idea. > > Moreover, I hope that `scheme-interaction-mode' opens a new > window automatically when a message is printed. It is nice > to scroll the window as messages go on just like M-x compile > does. I've implemented this by rewriting (emacs io). Try (display (read (current-input-port))) Have fun! -- Kei P.S. I noticed that Guile Emacs sometimes crashes when a Scheme error occurs. I'll fix this later on...