From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 933436DE0260 for ; Tue, 2 Oct 2018 17:41:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.002 X-Spam-Level: X-Spam-Status: No, score=0.002 tagged_above=-999 required=5 tests=[AWL=0.013, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id igjbRtTVfYRM for ; Tue, 2 Oct 2018 17:40:59 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id CC32F6DE023B for ; Tue, 2 Oct 2018 17:40:59 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1g7VDj-0005X8-E3; Tue, 02 Oct 2018 20:40:55 -0400 Received: (nullmailer pid 20384 invoked by uid 1000); Wed, 03 Oct 2018 00:40:54 -0000 From: David Bremner To: Vincent Breitmoser , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] completion: more complete completion for zsh. In-Reply-To: <20180918111924.8493-2-look@my.amazin.horse> References: <20180916222943.21250-1-look@my.amazin.horse> <20180918111924.8493-1-look@my.amazin.horse> <20180918111924.8493-2-look@my.amazin.horse> Date: Tue, 02 Oct 2018 21:40:54 -0300 Message-ID: <878t3f276x.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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: Wed, 03 Oct 2018 00:41:00 -0000 Vincent Breitmoser writes: > This adds completion files for zsh that cover most of notmuch's cli. > > The files in completion/zsh are formatted so that they can be found by > zsh's completion system if put $fpath. They are also registered to the > notmuch-* pattern, so they can be called externally using _dispatch. > > Update installation recipe and drop debian/notmuch.examples to avoid > breakage. This means zsh completion is not installed for debian, to be > fixed in a future commit. as discussed on IRC, pushed with modified _email-notmuch d