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

2010-06-18 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 Tjoelker writes: Log: sh: Add filename completion. FWIW, what I actually do is set the shell for both root and my unprivileged user to

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 t

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 configur

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 Tjoelker 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 static,

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

2010-06-17 Thread M. Warner Losh
In message: <4c1a7953.4080...@freebsd.org> Doug Barton 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 his : suggested in

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??rgrav wrote: Jilles Tjoelker writes: Log: sh: Add filename completion. Wonderful! Now I'll never have to use csh again :) Is there

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

2010-06-17 Thread Andrey Chernov
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??rgrav wrote: > > Jilles Tjoelker writes: > > > Log: > > > sh: Add filename completion. > > > > Wonderful! Now I'll never have to use csh again :) > > Is there a plan to change ro

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 wrote: > Jilles Tjoelker 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? I've been doing this local

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

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

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

2010-06-15 Thread Dag-Erling Smørgrav
Jilles Tjoelker 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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-he

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 > >

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

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