Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Rewrite of zsh-newuser-install
- X-seq: zsh-workers 47953
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Marlon Richert <marlon.richert@xxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Rewrite of zsh-newuser-install
- Date: Mon, 8 Feb 2021 12:47:39 -0800
- Archived-at: <https://zsh.org/workers/47953>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-02/CAH%2Bw%3D7ZeMs20bPjBcYVH%3DCzt%2BkRvyc3i6UwOpjd%2B0yjo7WQk%3DQ%40mail.gmail.com>
- In-reply-to: <CAHLkEDu3VuZ9HTOJQi=7N1cvDsxGY0h_c+V+EVCjZ5p6-Xz0Aw@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDv8KDW0iy+EtLXRgFOzgF1BbK5rEKjNBO-=NNUeKR9Xwg@mail.gmail.com> <0102017778f35f33-a962e4d3-83e9-4d3b-a0d7-45701bb40b11-000000@eu-west-1.amazonses.com> <CAHLkEDvL8+32tFQ1n6=SsaRMFQB3U2Di=6qpHtNBz8SkwzH7Zg@mail.gmail.com> <D6B297FA-044D-4F4E-8110-D6F4E2058EFE@larryv.me> <CAHLkEDvToxSvZWGMg7MKkFXjjWEefXW8e=gd+0e5RmuBLkVWEw@mail.gmail.com> <CAN=4vMqjYNtm3KSq47kC_2O4k3=hzF7qwN0sK9deCNgc2xK=kg@mail.gmail.com> <CAHLkEDvrcTdW2B3mxFAj8a7Wmfz-0KHGJkvi5hEdcCFSaP64NA@mail.gmail.com> <20210208063530.GC22819@tarpaulin.shahaf.local2> <CAHLkEDv1B1s0EaqV6Yf+4T_J-MdWwpVvjkJuDSHURit6D3LQ4g@mail.gmail.com> <CAHLkEDvFviS3u5C3ZBgrGCrpUr=mhRDF8VRz+Qd8+t7uuJurig@mail.gmail.com> <268a5fb9-5bb1-4e50-ae08-ae0941e9d80f@www.fastmail.com> <CAHLkEDu3VuZ9HTOJQi=7N1cvDsxGY0h_c+V+EVCjZ5p6-Xz0Aw@mail.gmail.com>
On Mon, Feb 8, 2021 at 9:45 AM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>
> Well, like I said, I think it would make a lot of sense for command
> line syntax highlighting to be included by default. It feels odd to
> have a feature like region_highlight that is basically impossible to
> use for anyone without using a plugin.
Just pointing out:
1) Syntax highlighting is an application of region_highlight that was
invented after region_highlight was added, it was not the reason for
region_highlight
2) Syntax analysis is a complicated process that would be a mysterious
black box to new users and might make zsh appear slow in some
circumstances (compare discussion of vcs_info)
3) There are at least two "competing" implementations that I know of:
the one Daniel co-maintains, and one created (forked?) by Sebastian
Gniazdowski which he heavily optimized
Messages sorted by:
Reverse Date,
Date,
Thread,
Author