From owner-svn-src-all@FreeBSD.ORG Thu Jun 17 10:03:21 2010 Return-Path: Delivered-To: svn-src-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A632C106566B; Thu, 17 Jun 2010 10:03:21 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0D18FC17; Thu, 17 Jun 2010 10:03:20 +0000 (UTC) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.4/8.14.4) with ESMTP id o5HA3FsL037615; Thu, 17 Jun 2010 14:03:15 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1276768996; bh=JhJ2ns60vHn0nOUuGZ0+XzNPXNIdJh+CdakxYU9e3Ic=; l=796; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=RjbX3F4D0d2+gehAgxuA6YKJguqNcnk+UGG7f1ms1okNhMYqoLEhDxeuFSzWjWE5L qNMtGWouiyfPjn7BO/xDrm4vJT3GSr9X+MVFAungPsdHu/fwc9TAsXh1RO3rkG8oXC g9NRT5Rd8W7mKSwPRNesTw0It67Tq7c8y8bDq0kE= Received: (from ache@localhost) by nagual.pp.ru (8.14.4/8.14.4/Submit) id o5HA3F86037614; Thu, 17 Jun 2010 14:03:15 +0400 (MSD) (envelope-from ache) Date: Thu, 17 Jun 2010 14:03:15 +0400 From: Andrey Chernov To: Brian Somers Message-ID: <20100617100315.GA37522@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Brian Somers , Dag-Erling Sm??rgrav , Jilles Tjoelker , src-committers@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, svn-src-head@FreeBSD.ORG References: <201006152158.o5FLwerZ005440@svn.freebsd.org> <86ljafwypm.fsf@ds4.des.no> <20100617023441.008cd737@dev.lan.Awfulhak.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100617023441.008cd737@dev.lan.Awfulhak.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Jilles Tjoelker , Dag-Erling Sm??rgrav , svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG, svn-src-head@FreeBSD.ORG Subject: Re: svn commit: r209221 - head/bin/sh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2010 10:03:21 -0000 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 root's shell from csh to sh? If not, should there be? > I've been doing this locally for 17 years. sh completion works very strange at now moment. Just two things: 1) $^I Display all 973 possibilities? (y or n) (tcsh - beep) 2) $ll^I beep second ^I completion, including non-program files. (tcsh - completeion, programs & aliases only) I don't remember other strange places right now. Verdict - not usable yet. -- http://ache.pp.ru/