From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id afac3387 for ; Mon, 21 Jan 2019 19:32:33 +0000 (UTC) Received: (qmail 1441 invoked by alias); 21 Jan 2019 19:32:22 -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: 44004 Received: (qmail 9748 invoked by uid 1010); 21 Jan 2019 19:32:22 -0000 X-Qmail-Scanner-Diagnostics: from mail-it1-f169.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(209.85.166.169):SA:0(-2.0/5.0):. Processed in 1.054095 secs); 21 Jan 2019 19:32:22 -0000 X-Envelope-From: mikachu@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=18NKd7CCc7hU5+H7eyBhUitqMInO7/OOCsHnUkrGb6g=; b=vDwmHUNurGBKynl9fUZeAA1QQh70NIoxVJrSemmnb3IjavFYqh0HQ0B/TDPUYM+HvD 2iB5gRtvvwaME9H3kEXgePDw5krqK/DronLBE9VdM3S8W0fJBZw8tC8D4oQmjaL2rez3 f6q+pfHsziWgCvu+CmbXArj/Dg/YeKXTYsEDWkfEnGBxPBpB8AAodW8kGwH8fzkX6BfO oCV+HVtNmk/4A8JZr1A7dQ4OI3ti4pdhSyuU0lD5KcJ/72jNCv0TG1KCrHaC4fuhU9fH //xv5x3laeA1nQEKJfl5yMFRsAEKrlNcYigGH4IwGVJiy3dQW0ObgrY+cWR0MhoKzsZ2 syEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=18NKd7CCc7hU5+H7eyBhUitqMInO7/OOCsHnUkrGb6g=; b=WKpr4YOopQU9nOjPhZuBjY1t3iKQwT0srvV75yTrv9W5DcyyyewjXk+mPs7OGGr48Q FpER3gursS0ar7od84uSxGp8ES5qVkVt/0hvzwpJgfrNmmpFrvksBoa38ovyGLoTYk9i QGgcNeeSGAIuZTr7XUDvIktjn2LATsOo6KfyBxW1l1BDJ0/pEQViJGwy8yDFSBtwTTal UE460amZiUHUSCeDw6MMuo6ReJ+bG3VylBAAfOIVAZ5MmDKkfA6TO85Ob1haW2W67KdN +3xkXJyGh1nuB+tLmQpX1c4MpbK2YiIS3DTQkXwlC9TOAwWjdAj9JuQLsEtJqGE/G6Ct 427A== X-Gm-Message-State: AJcUukdtwRiSggnCMgAjmd7HUnaFu959pGA+GIwQUOMMKfi181MojQYP YE0KrSDA0sr1cXNB15OXKGxl9YdJYhJ6rMMIBYs= X-Google-Smtp-Source: ALg8bN7DsiCg4Uv1UV8+iMJjeCDbEI6JggcOPnTPGXbuiXiZVMhd0dhlEpAq3vL0GUXkETuGrfCNm+cBam3TFyPRVik= X-Received: by 2002:a02:7f08:: with SMTP id r8mr6298229jac.20.1548099138439; Mon, 21 Jan 2019 11:32:18 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <20190121125412.GE18595@sym.noone.org> <1548080801.4661.0.camel@samsung.com> From: Mikael Magnusson Date: Mon, 21 Jan 2019 20:32:17 +0100 Message-ID: Subject: Re: ETA for zsh 5.7? (was: Test release: 5.6.2-test-3) To: Peter Stephenson Cc: "zsh-workers@zsh.org" Content-Type: text/plain; charset="UTF-8" On 1/21/19, Mikael Magnusson wrote: > On 1/21/19, Peter Stephenson wrote: >> On Mon, 2019-01-21 at 13:54 +0100, Axel Beckert wrote: >>> On Sat, Jan 05, 2019 at 01:08:02AM -0600, dana wrote: >>> > >>> > I've tagged 5.6.2-test-3 and uploaded the artefacts to: >>> > >>> > https://sourceforge.net/projects/zsh/files/zsh-test/5.6.2-test-3 >>> Any ETA for the final 5.7 release? >> >> I'm not waiting for anything myself. > > commit de31fe1f93890bce6cac1d443c7213b61fc512f5 breaks all colors in > my prompt, so I'd rather not see a release without this fixed. With the commit reverted, % print -P %F{10}hello|cat -v ^[[38;5;10mhello With the commit applied, % print -P %F{10}hello|cat -v ^[[38;5;8;5;10mhello I don't know what the purpose of the commit is, the message is very unclear, it also doesn't appear to modify any documentation. I have fg_start_code defined in zle_highlight and it worked up to that commit. Blindly appending 8;5; to my custom start code seems extremely broken and I have no idea under what circumstances it would ever be correct to do so. In fact it directly contradicts the documentation: fg_start_code (\e[3) The start of the escape sequence for the foreground colour. This is followed by an ASCII digit representing the colour. 8;5; is clearly not an ASCII digit. -- Mikael Magnusson