Re: svn commit: r209221 - head/bin/sh

2010-06-19 Thread Doug Barton
On 06/17/10 14:55, Jilles Tjoelker wrote: On Thu, Jun 17, 2010 at 12:36:51PM -0700, Doug Barton wrote: On 06/17/10 03:03, Andrey Chernov wrote: Jilles Tjoelkerjil...@freebsd.org writes: Log: sh: Add filename completion. FWIW, what I actually do is set the shell for both root and my

Re: svn commit: r209221 - head/bin/sh

2010-06-18 Thread Alexey Dokuchaev
On Thu, Jun 17, 2010 at 12:36:51PM -0700, Doug Barton wrote: I've been very supportive of Jilles work up to this point, and I think he's done a great job of making our sh functional and compliant as a scripting shell. However in my mind adding completion (and his suggested inclusion of the

Re: svn commit: r209221 - head/bin/sh

2010-06-17 Thread Brian Somers
On Wed, 16 Jun 2010 03:30:45 +0200 Dag-Erling Smørgrav d...@des.no wrote: Jilles Tjoelker jil...@freebsd.org writes: Log: sh: Add filename completion. Wonderful! Now I'll never have to use csh again :) Is there a plan to change root's shell from csh to sh? If not, should there be?

Re: svn commit: r209221 - head/bin/sh

2010-06-17 Thread Doug Barton
On 06/17/10 03:03, Andrey Chernov wrote: On Thu, Jun 17, 2010 at 02:34:41AM -0700, Brian Somers wrote: On Wed, 16 Jun 2010 03:30:45 +0200 Dag-Erling Sm??rgravd...@des.no wrote: Jilles Tjoelkerjil...@freebsd.org writes: Log: sh: Add filename completion. Wonderful! Now I'll never have

Re: svn commit: r209221 - head/bin/sh

2010-06-17 Thread M. Warner Losh
In message: 4c1a7953.4080...@freebsd.org Doug Barton do...@freebsd.org writes: : I've been very supportive of Jilles work up to this point, and I think : he's done a great job of making our sh functional and compliant as a : scripting shell. However in my mind adding completion (and

Re: svn commit: r209221 - head/bin/sh

2010-06-17 Thread Jilles Tjoelker
On Thu, Jun 17, 2010 at 12:36:51PM -0700, Doug Barton wrote: On 06/17/10 03:03, Andrey Chernov wrote: Jilles Tjoelkerjil...@freebsd.org writes: Log: sh: Add filename completion. FWIW, what I actually do is set the shell for both root and my unprivileged user to sh, compile bash

Re: svn commit: r209221 - head/bin/sh

2010-06-17 Thread Mark Linimon
On Thu, Jun 17, 2010 at 12:36:51PM -0700, Doug Barton wrote: every time this is discussed it's the bikeshed from $CULTURALLY_RELEVANT_PLACE_OF_TORMENT. On occasion I'm attempted to close incoming PRs with the following text: Administer your system. The upside of FreeBSD being so

Re: svn commit: r209221 - head/bin/sh

2010-06-16 Thread Ed Schouten
* Dag-Erling Smørgrav d...@des.no wrote: Jilles Tjoelker jil...@freebsd.org writes: Log: sh: Add filename completion. Wonderful! Now I'll never have to use csh again :) Exactly. Thanks, Jilles! -- Ed Schouten e...@80386.nl WWW: http://80386.nl/ pgpx0bSukmU9B.pgp Description: PGP

svn commit: r209221 - head/bin/sh

2010-06-15 Thread Jilles Tjoelker
Author: jilles Date: Tue Jun 15 21:58:40 2010 New Revision: 209221 URL: http://svn.freebsd.org/changeset/base/209221 Log: sh: Add filename completion. This uses the new libedit completion function with quoting support. Unlike NetBSD, there is no 'set +o tabcomplete' option to disable

Re: svn commit: r209221 - head/bin/sh

2010-06-15 Thread Colin Percival
Jilles Tjoelker wrote: Unlike NetBSD, there is no 'set +o tabcomplete' option to disable completion. I do not see any reason for such a special treatment, as completion is rather useful and it is possible to do bind ^I ed-insert to disable completion and insert a tab character

Re: svn commit: r209221 - head/bin/sh

2010-06-15 Thread Jilles Tjoelker
On Tue, Jun 15, 2010 at 03:10:11PM -0700, Colin Percival wrote: Jilles Tjoelker wrote: Unlike NetBSD, there is no 'set +o tabcomplete' option to disable completion. I do not see any reason for such a special treatment, as completion is rather useful and it is possible to do bind

Re: svn commit: r209221 - head/bin/sh

2010-06-15 Thread Dag-Erling Smørgrav
Jilles Tjoelker jil...@freebsd.org writes: Log: sh: Add filename completion. Wonderful! Now I'll never have to use csh again :) DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-all@freebsd.org mailing list