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 D07746DE025F for ; Sun, 16 Sep 2018 07:38:30 -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 Rzq2dQPM_VGQ for ; Sun, 16 Sep 2018 07:38:29 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 820156DE025B for ; Sun, 16 Sep 2018 07:38:29 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1g1YBu-000479-QC; Sun, 16 Sep 2018 10:38:26 -0400 Received: (nullmailer pid 29559 invoked by uid 1000); Sun, 16 Sep 2018 14:38:25 -0000 From: David Bremner To: Vincent Breitmoser Cc: notmuch@notmuchmail.org Subject: Re: Updated zsh completion patches In-Reply-To: References: <20180916124141.14851-1-david@tethera.net> <20180915223428.25961-1-look@my.amazin.horse> Date: Sun, 16 Sep 2018 11:38:25 -0300 Message-ID: <87a7oh4ie6.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: Sun, 16 Sep 2018 14:38:30 -0000 Vincent Breitmoser writes: > Hey David, > >> I do have one problem with the completion of tags. It seems the >> treatment of tags with :: in them is not consistent. > > Thanks for the hint. I didn't expect :: to be special so I didn't test that > case. I'll check it out later today or possibly tomorrow. It is just a convention, but it's used by nmbug, so I guess some people other than me would hit it.