From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1461 invoked by alias); 9 Aug 2015 14:45:04 -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: X-Seq: 36024 Received: (qmail 11650 invoked from network); 9 Aug 2015 14:45:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Biglobe-Sender: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: 5.0.9 eventually...? From: "Jun T." In-Reply-To: <150808172458.ZM14100@torch.brasslantern.com> Date: Sun, 9 Aug 2015 23:45:00 +0900 Content-Transfer-Encoding: 7bit Message-Id: References: <20150808200521.4e3c85d1@ntlworld.com> <28695.1439068936@thecus.kiddle.eu> <150808172317.ZM14085@torch.brasslantern.com> <150808172458.ZM14100@torch.brasslantern.com> To: zsh-workers@zsh.org X-Mailer: Apple Mail (2.1878.6) X-Biglobe-Spnum: 62483 2015/08/09 09:24, Bart Schaefer wrote: > } } Has anything been done about the bug reported in 35852? > } > } No, nothing has been done about that. It is indeed new in 5.0.8 > > That was supposed to say "5.0.8-dev-1". 35852 ? Do you mean this? Subject: Completion bug after assignment,unset > zsh -f > autoload compinit && compinit > RPS2=$PS2; unset PS2 ; setopt > > completes files rather than options. In my case it completes commands (not files), while % a=b; setopt completes files. Anyway, this problem seems to be much older. git-bisect indicates that it has started with the following commit: commit 568e0db7a964feefa45061967d0c7079a0e59c1e Author: Peter Stephenson Date: Fri Aug 2 18:58:35 2013 +0100 31611: attempt to fix crash completing redirection in do loop I can't understand how get_comp_string() works, of course...