Re: GUILE_QUIET: need help with redirection

2024-10-06 Thread Dr. Arne Babenhauserheide
writes: > On Sun, Oct 06, 2024 at 07:13:02AM -0700, Matt Wette wrote: >> 1) Leave welcome message as is, going to stdout. >> 2) Find a way to make 00-repl-server.test work. >> 3) Initialize current-info-port to stdout (ugly) >> 4) Add some other hook in system/repl/common.scm(repl-welcome) to dea

Re: GUILE_QUIET: need help with redirection

2024-10-06 Thread tomas
On Sun, Oct 06, 2024 at 10:37:38AM -0700, Matt Wette wrote: [...] > Thanks.  All the other internal redirections  to info-port in guile > are formerly to stderr.  This is the one case where the > redirection is formerly stdout.  So, I don't like using stdout for > the exact reason you state above

Re: GUILE_QUIET: need help with redirection

2024-10-06 Thread Matt Wette
On 10/6/24 10:29 AM, to...@tuxteam.de wrote: On Sun, Oct 06, 2024 at 07:13:02AM -0700, Matt Wette wrote: Hi All, I'm working on an update to guile to output some messages (e.g., auto-compile) to a new `current-info-port', which is set to stderr by default.   I also added update to output the we

Re: GUILE_QUIET: need help with redirection

2024-10-06 Thread tomas
On Sun, Oct 06, 2024 at 07:13:02AM -0700, Matt Wette wrote: > Hi All, > > I'm working on an update to guile to output some messages (e.g., > auto-compile) to a new > `current-info-port', which is set to stderr by default.   I also added > update to output the > welcome message, ending in "Enter `,

GUILE_QUIET: need help with redirection

2024-10-06 Thread Matt Wette
Hi All, I'm working on an update to guile to output some messages (e.g., auto-compile) to a new `current-info-port', which is set to stderr by default.   I also added update to output the welcome message, ending in "Enter `,help' for help.".   However, this breaks the `00-repl-server' test whi