Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 441F0431FB6 for ; Fri, 2 Jan 2015 11:58:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hbpcG3V063Ie for ; Fri, 2 Jan 2015 11:58:28 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 1ED0C431FAE for ; Fri, 2 Jan 2015 11:58:28 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id EAEE3100051; Fri, 2 Jan 2015 21:57:58 +0200 (EET) From: Tomi Ollila To: Jani Nikula , David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] completion: remove the broken notmuch-completion.tcsh In-Reply-To: <1420221808-7065-1-git-send-email-jani@nikula.org> References: <87y4plysha.fsf@nikula.org> <1420221808-7065-1-git-send-email-jani@nikula.org> User-Agent: Notmuch/0.19+6~g8725b09 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 19:58:30 -0000 On Fri, Jan 02 2015, Jani Nikula wrote: > The tcsh completion is minimal yet doesn't work at all. We're better > off without it, it's more embarrassing than useful. > --- Agreed. Tomi > completion/README | 4 ---- > completion/notmuch-completion.tcsh | 2 -- > 2 files changed, 6 deletions(-) > delete mode 100644 completion/notmuch-completion.tcsh > > diff --git a/completion/README b/completion/README > index 93f0f8bf942c..e200c189058c 100644 > --- a/completion/README > +++ b/completion/README > @@ -11,10 +11,6 @@ notmuch-completion.bash > > [1] http://bash-completion.alioth.debian.org/ > > -notmuch-completion.tcsh > - > - Command-line completion for the tcsh shell. > - > notmuch-completion.zsh > > Command-line completion for the zsh shell. > diff --git a/completion/notmuch-completion.tcsh b/completion/notmuch-completion.tcsh > deleted file mode 100644 > index c0d3a4463555..000000000000 > --- a/completion/notmuch-completion.tcsh > +++ /dev/null > @@ -1,2 +0,0 @@ > -set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'` > -complete notmuch 'p/1/$NOTMUCH_CMD/' > -- > 2.1.4 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch