From owner-freebsd-current@FreeBSD.ORG Fri Feb 10 15:31:32 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52E69106566C for ; Fri, 10 Feb 2012 15:31:32 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 0961A8FC13 for ; Fri, 10 Feb 2012 15:31:31 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q1AFVOsN064048; Fri, 10 Feb 2012 08:31:24 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q1AFVOKe064045; Fri, 10 Feb 2012 08:31:24 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 10 Feb 2012 08:31:24 -0700 (MST) From: Warren Block To: Joel Dahl In-Reply-To: <20120210124948.GC85504@goofy01.vnodelab.local> Message-ID: References: <20120210124948.GC85504@goofy01.vnodelab.local> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 10 Feb 2012 08:31:24 -0700 (MST) Cc: Colin Percival , Chris Rees , Eitan Adler , freebsd-current Current , "Wojciech A. Koszek" , Gonzalo Nemmi Subject: Re: Enhancing the user experience with tcsh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2012 15:31:32 -0000 On Fri, 10 Feb 2012, Joel Dahl wrote: [completion examples] > How about adding stuff like this to /usr/share/examples/tcsh/complete.tcsh ? Along with a comment in .cshrc pointing to that file (or even a commented line to source it), it would be an improvement. People who can benefit the most from the self-documenting aspect of command completion are the same ones that don't know how much it can help.