From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17157 invoked from network); 15 May 2020 08:54:26 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 15 May 2020 08:54:26 -0000 Received: (qmail 2828 invoked by alias); 15 May 2020 08:54:16 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45830 Received: (qmail 1266 invoked by uid 1010); 15 May 2020 08:54:16 -0000 X-Qmail-Scanner-Diagnostics: from out2-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25812. spamassassin: 3.4.4. Clear:RC:0(66.111.4.26):SA:0(-2.6/5.0):. Processed in 5.818921 secs); 15 May 2020 08:54:16 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrleekgddtkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkjghfofggtgfgsehtqhdttdertdejnecuhfhrohhmpeffrghnihgv lhcuufhhrghhrghfuceougdrshesuggrnhhivghlrdhshhgrhhgrfhdrnhgrmhgvqeenuc ggtffrrghtthgvrhhnpeeiuedvfeeujeefudeuudekjedvfeffvdffkeetvdejfeffjeef kefhffeftefftdenucffohhmrghinhepphhrohhtohhnmhgrihhlrdgtohhmnecukfhppe ejledrudektddruddvjedrvddvjeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgr mhepmhgrihhlfhhrohhmpegurdhssegurghnihgvlhdrshhhrghhrghfrdhnrghmvg X-ME-Proxy: Date: Fri, 15 May 2020 08:53:24 +0000 From: Daniel Shahaf To: "O. simplex" Cc: "zsh-workers@zsh.org" Subject: Re: Solution: Bu report - unix/_gpg completion broken Message-ID: <20200515085324.63c6325f@tarpaulin.shahaf.local2> In-Reply-To: References: X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I can't reproduce the original problem with either 5.7.1 or master (which isn't surprising, really=C2=A0=E2=80=94 this functionality is too ba= sic to have been broken for 15 months with nobody noticing). Can you provide a reproduction recipe starting with 'zsh -f'? O. simplex wrote on Fri, 15 May 2020 05:21 +0000: > Problematic line: > extra=3D( ${${${args#\([^\)]#\)}#\*}%%[:=3D\[]*} ) >=20 > Working line: > extra=3D( ${${${args#\([^\)]#\)}#\*}%%[:\[=3D]*} ) >=20 > The problem is the sequence of characters inside the bracket expression o= f last parameter expansion: [:=3D\[] > Substitute this for: [:\[=3D] >=20 > Ordinatio Simplex >=20 > Sent with [ProtonMail](https://protonmail.com) Secure Email. >=20 > =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original = Message =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 > On Sunday, December 1, 2019 1:42 AM, O. simplex wrote: >=20 > > Distro: Arch Linux > > Version: zsh 5.7.1 (x86_64-pc-linux-gnu) > > > > Action: Type "gpg " then press > > Actual behavior: termial output is: "_gpg:176: \[]*} not found" > > Expected behavior: suggestions for gpg command > > > > Ordinatio Simplex > > > > Sent with [ProtonMail](https://protonmail.com) Secure Email =20