Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Restrict named directories to scalar parameters set to a path
- X-seq: zsh-workers 54761
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Philippe Altherr <philippe.altherr@xxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] Restrict named directories to scalar parameters set to a path
- Date: Fri, 12 Jun 2026 14:44:00 -0700
- 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=b2opLHc46IjtVUeQwZ04ADmTKE35kGZlgmdkt35mZzA=; fh=RngAOd9wlRc8Glv1v2GOfDUnq2FsyrczungEY8JNfXY=; b=Z+nxBSZTnfu0Swh0K20Fy/2P0ft3IecRAtz4e9apA2v5NnmQcmKzSx+xz8EnY1+wZH uzxWd6/QvJWGyeUVHZp4W6s8BPOxge/K5BnyNPc+HHz0/AoZrM6z1vCTjB7yp/7gQzJA v6EvRTtqrrSWVabdDIaEZu5d/1QUo9IaB4gLhuRK/nFtLZ5gfh30uN6xiXwq5MEpt7yO pLOQieIHNnuH+geXxXJSMvTVfCLb7sbMjsbTlBCSpsmN8rosWo2w/xcReyRj7ox1aNMv NeyKZ8k130PGHFcNgh1rDzts6dINU7WJHnAWeocoP8+QAAPd8oxUgmDmdQ+4uuQeKlqy Ak9w==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1781300653; cv=none; d=google.com; s=arc-20240605; b=OhlCVsrjAc04zSWajFSwsUTn1U7UGG6w7bhSbM8KEMOo8FcfiMshuPGaKvPLjl/17A becDDeAe3xJOIvJgVh7az3nGi2kAqZuC80VKlxe/jOjImThQA3mhc3bunwSLfj+Q7eDE balaZM+cUECCnPgxoppC3/6Jx3wnClY8YGZFt95lJFOZ1O2//ZjkODBPOMCjViD75SY2 khHz59DDO0pL9TpMfnkGqSi6j0wNm/jNrE3M99ejD5xCcXGI5Ezl0iJJaPPr/C4a8sy7 ksSSfO2bHjJDnFq5GThOMtNHEBCzW7hTUWSyYnqeYK6d/8Vc2imLxVKQhQrEyrk2FKFJ Nfzw==
- Archived-at: <https://zsh.org/workers/54761>
- In-reply-to: <CAGdYchsE0HGgk2VXPU2NANUcO1WfKDmEYmneuxOfU-1ihO0WGA@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAGdYchsE0HGgk2VXPU2NANUcO1WfKDmEYmneuxOfU-1ihO0WGA@mail.gmail.com>
On Fri, Jun 12, 2026 at 12:52 PM Philippe Altherr
<philippe.altherr@xxxxxxxxx> wrote:
>
> The documentation of AUTO_NAME_DIRS states that any parameter set to an absolute path becomes a named directory but currently setting any value turns the parameter into a named directory.
Could you please describe how to reproduce the "before" scenario that
inspired this patch?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author