bug#56493: Source locations are broken when byte-compiling

2022-07-11 Thread Jean Abou Samra
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

bug#32501: Bug #32501 - Bouncing parentheses broken in REPL with vi-mode enabled

2022-07-11 Thread Sean
   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.

bug#56498: (set! repl-welcome ...) no longer works.

2022-07-11 Thread Sean
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