Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2001 23:53:59 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "Matthew N. Dodd" <winter@jurai.net>
Cc:        "Matthew N. Dodd" <mdodd@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/gnu/usr.bin/bc Makefile config.h
Message-ID:  <20011019233908.H32478-100000@delplex.bde.org>
In-Reply-To: <Pine.BSF.4.21.0110182130090.71203-100000@sasami.jurai.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 Oct 2001, Matthew N. Dodd wrote:

> On Thu, 18 Oct 2001, Matthew N. Dodd wrote:
> > mdodd       2001/10/18 17:24:39 PDT
> >
> >   Modified files:
> >     gnu/usr.bin/bc       Makefile config.h
> >   Log:
> >   Turn on the libedit support in bc.  Turn off libreadline.
>
> The remaining in tree consumers of libreadline are:
>
> src/kerberos5/usr.bin/k5admin
> src/kerberos5/usr.sbin/ktutil
> src/kerberosIV/usr.bin/kadmin
> src/gnu/usr.bin/binutils/gdb
> src/gnu/usr.bin/binutils/gdb5
> src/sbin/vinum
> src/usr.sbin/ntp/ntpdc

I don't think I want this, especially for gdb where I actually use the
line editor a lot.  So far I've noticed the following regressions:
- arrow keys stopped working in the single user shell (the new libedit
  depends on /usr/share/misc/termcap[.db] existing).
- .inputrc doesn't work for libedit.  Libedit has .editrc but I
  don't have one and would have to look at the man page to even know
  what can be put in it.  I would have to look at the man page for
  .inputrc too, since I haven't changed mine since 1992 :-).
- important functions like reverse-search-history are either missing
  or aren't bound to their normal Emacs keys.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011019233908.H32478-100000>