GNU bug report logs - #15221
provide a mechanism to activate readline systemwide

Previous Next

Package: guile;

Reported by: arne.babenhauserheide <at> kit.edu

Date: Fri, 30 Aug 2013 13:05:01 UTC

Severity: wishlist

Full log


Message #22 received at 15221 <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: Tom Tromey <tom <at> tromey.com>
Cc: 15221 <at> debbugs.gnu.org
Subject: Re: bug#15221: reiterating the request
Date: Fri, 07 Sep 2018 16:32:40 -0400
Hi Tom,

Tom Tromey <tom <at> tromey.com> writes:
> Hi.  I tried guile today and was surprised to find that it doesn't use
> readline by default.  I think this would be a big improvement to the
> REPL.
>
> Second best would be a command line option, or editing some config file.

You can enable it by adding the following two lines to your ~/.guile:

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

See <https://www.gnu.org/software/guile/manual/html_node/Readline.html>.

I'm sympathetic to the desire to enable it by default, but I'm not sure
how to navigate the license issue, namely that GNU Readline is
GPL-licensed, whereas Guile is LGPL-licensed.

     Regards,
       Mark




This bug report was last modified 6 years and 281 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.