In Guile 3.0.8, compilation warnings when byte-compiling print
.
$ ./libguile/guile test.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /.../test.scm
;;; : warning: possibly unbound variable
`unbound
set blink-matching-paren on
Adding this line to your ~/.inputrc provides this functionality, even with
vi-mode enabled.
This bug could be closed, perhaps with a documentation note somewhere.
Hi,
If you use the REPL, you may have something like this at the bottom of your
~/.guile
(set! repl-welcome (say "My Customized Guile"))
So that the startup message is abbreviated and more specific to your
environment.
Commit 9b9149a5b somehow stops this from functioning. Reve