From owner-cvs-all Fri Oct 19 6:55: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 2F8FD37B408; Fri, 19 Oct 2001 06:54:59 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id XAA24788; Fri, 19 Oct 2001 23:54:51 +1000 Date: Fri, 19 Oct 2001 23:53:59 +1000 (EST) From: Bruce Evans X-X-Sender: To: "Matthew N. Dodd" Cc: "Matthew N. Dodd" , , Subject: Re: cvs commit: src/gnu/usr.bin/bc Makefile config.h In-Reply-To: Message-ID: <20011019233908.H32478-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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