Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] verbose style on by default (was Re: [PATCH] fix core dump by reverse-menu-complete)
- X-seq: zsh-workers 54244
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] verbose style on by default (was Re: [PATCH] fix core dump by reverse-menu-complete)
- Date: Mon, 23 Mar 2026 20:22:06 +0100
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=dNLzZQ2EyAqUNhMHiOio7luBkRYbCVrrDQ9uhLzPGbQ=; fh=U0plK0J8oBJltcyD3KCzc7MTBA+MjvHzYPuuxmTFpdE=; b=YT54WmCeh28Dc5aoXU5K5Y/ww8kowQoi3Lp57mEhkTMrHoxJpPOEupcTunGUXXgDgW gcB/5laK34HvaFIQykxf33B1rOn0mcjGgalA9UgJCluupi03xPkFh3QUj5q44N5AiPYy zQV/1dmLIisFleqbEwEQbPThXm8/J0h8o/20xitqM5YJo1kuv7IfVerQzk6Rx78gE7JA wu4+yub3V4DRcIWs916ltc9jMosr7icntVxEU8jjSQR62ZUyrwQ7Yciwk+it7ZQosBti zTZ7JrX342kTTLOrWf+ZGeWsAXzXwmP1z2n+gVgYEa6hCJp0P2wqPAJZTrypRW2ivSya m2qg==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1774293741; cv=none; d=google.com; s=arc-20240605; b=UGUIPzHNrQ6Fsv98637fB7PGjnS9oj5BLSHh0PEpsOsxoDGH54zP6MqScVEXPb9GVc lkn1FBi0xAODt2G4YsXItZ+C+bdwW16jSHKSXBIhPHrgePpxYc/WuBjGtal3J1K6VSmh 5NppXqF4XMA5f4rmvlwgpV0KJm4W7cmjPpwy/Yw9o4TMUsBeCkosDAvkRtE6n0/Havk6 LGDEAj0qFF1KnC0VK20ynxRMtxHI3ftqK7XK4myozFdfRAZhHf1yiVowuhEdIIxSkwv/ TLy0cEaR1AnQvMPpfWoRvs3mvi/gJbyYkagCoexuQ9ESv2GU8EBYoCsm3jd9CABlR+6Y apQQ==
- Archived-at: <https://zsh.org/workers/54244>
- In-reply-to: <11FF4CA8-7667-421B-9289-829E4B04FD86@kba.biglobe.ne.jp>
- List-id: <zsh-workers.zsh.org>
- References: <0FAD1240-E127-44EC-8B53-BF34EDE619C2@kba.biglobe.ne.jp> <74611D2F-5054-44EE-B1BA-D57FC1AF6E08@kba.biglobe.ne.jp> <CAHYJk3ThE_3nRBTtj44TMUtT87QnLQ3LEOMrHXQ8mmYjur7bpQ@mail.gmail.com> <CAH+w=7ZrSQBydtxZ6MyjWT-7_2NGasTwy4x6Jt+qB=8y_BSYPg@mail.gmail.com> <42A8E472-9CFA-431F-9973-84F74626DE72@kba.biglobe.ne.jp> <CAHYJk3S+DoppKGaZdMSugSU1VaZqWdpv17nyBF8NP+RTYZNw5Q@mail.gmail.com> <11FF4CA8-7667-421B-9289-829E4B04FD86@kba.biglobe.ne.jp>
On Mon, Mar 23, 2026 at 10:59 AM Jun T <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>
>
> > 2026/03/22 3:06、Mikael Magnusson <mikachu@xxxxxxxxx>のメール:
> >
> > Looking back a bit at the git history, and the commit message that
> > added the "as it is by default" phrase:
> > "unposted: rewritten compsys.yo down to end of _describe function" Mon
> > Apr 14 20:10:00 2003
> > I think it's likely that it was only meant to say that it is enabled
> > for _describe by default,
>
> Maybe, but the git log shows:
>
> -The default value for this style is `true'.
> +If set, as it is by default, the completion listing is more verbose.
>
> and
> The default value for this style is `true'
> was added by
>
> commit e025336f2f6d9f107ee1e03b9900f04af0544ba9
> Author: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxx>
> Date: Sat Apr 1 20:43:43 2000 +0000
>
> This means the default value (described in the man page) has been
> 'true' for about 26 years.
>
> > maybe we could just say something like
> > "enabled by default except where otherwise noted" or something (and
> > note it is off in _parameters)?
>
> This is one possibility, but maybe we can use your first suggestion,
> i.e., use extra-verbose in _parameters. I think this would not
> confuse the users since the change verbose --> extra-verbose was made
> after the release of zsh-5.9.
>
> How about the patch below?
I'm happy with this patch.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author