On Sat 25 Jun 2016 22:54, Matt Wette writes:
> And I believe this works as asked. Below I execute the same “load” three
> times under guile, under bash: first two w/o “2>/dev/null”, and the third
> time with “2>/dev/null” . For the
> fourth time, I use “2>/dev/null -s ,update” to process as scr
And I believe this works as asked. Below I execute the same “load” three times
under guile, under bash: first two w/o “2>/dev/null”, and the third time with
“2>/dev/null” . For the fourth time, I use “2>/dev/null -s ,update” to process
as script (and skip the banner).
mwette$ guile
GNU Guile
This issue is very similar to that in #16364.
When editing a guile file and running it, it is going to compile it, and
there are warnings:
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /home/data1/protected/bin/webm2html
;;; compiled
;;;
/home/