In recent versions of guile, libreadline is no longer linked directly
or enabled by default, but as we all know, it's quite nice to have
during development.  If you'd like to turn it back on, and you didn't
find the tidbit buried in the NEWS file, all you need to do is execute
this:

  (use-modules (ice-9 readline))
  (activate-readline)

You can put this in your ~/.guile file and it'll be the default.

Enjoy.

(For anyone using the Debian guile packages, this was broken for a
 while, but it's fixed in the latest version(s).)

-- 
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to