From owner-freebsd-ports@FreeBSD.ORG Mon May 24 04:05:50 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0969B16A4CE for ; Mon, 24 May 2004 04:05:49 -0700 (PDT) Received: from lists.frmug.org (frmug-gw.frmug.org [193.56.58.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id A852D43D2F for ; Mon, 24 May 2004 04:05:47 -0700 (PDT) (envelope-from olive@oban.frmug.org) Received: from localhost (localhost [127.0.0.1]) by lists.frmug.org (Postfix/TLS) with ESMTP id 437D820F49 for ; Mon, 24 May 2004 13:05:06 +0200 (CEST) Received: from lists.frmug.org ([127.0.0.1]) by localhost (frmug.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97036-10 for ; Mon, 24 May 2004 13:05:06 +0200 (CEST) Received: by lists.frmug.org (Postfix/TLS, from userid 66) id 008D420F48; Mon, 24 May 2004 13:05:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by weirdos.oban.frmug.org (Postfix) with ESMTP id 5DBCE8C11 for ; Mon, 24 May 2004 13:00:33 +0200 (CEST) Received: by weirdos.oban.frmug.org (Postfix, from userid 1002) id D748B8C36; Mon, 24 May 2004 13:00:31 +0200 (CEST) Date: Mon, 24 May 2004 13:00:31 +0200 From: Olivier Tharan To: freebsd-ports Message-ID: <20040524110031.GI58817@weirdos.oban.frmug.org> Mail-Followup-To: freebsd-ports References: <20040519211203.GA3221@watt.intra.caraldi.com> <87hduc2jxw.fsf@strauser.com> <20040524095503.GC21622@anyware12.anyware> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20040524095503.GC21622@anyware12.anyware> X-Attribution: Olive X-Virus-Scanned: by amavisd-new at frmug.org Subject: Re: Bash Completion is missing its plug-ins X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2004 11:05:50 -0000 * Jean-Baptiste Quenot (20040524 11:55): > About zsh, I have heard that there are a lot of completions included, > but how does it work? Who maintains the completions code? Is it easier > to write completions for zsh than bash? It is all included in the shell, and the completion code is maintained by the authors. -- olive