Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Reading difficult directory name correctly:
- X-seq: zsh-users 26219
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: Reading difficult directory name correctly:
- Date: Thu, 10 Dec 2020 14:00:19 -0800
- Archived-at: <https://zsh.org/users/26219>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-12/CAH%2Bw%3D7a_t5yM18dFYiHoLcOtSStVDOD39HzJ_z-uF4fA4nEsow%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-ot1-f47.google.com) smtp.remote-ip=209.85.210.47; dkim=pass header.d=brasslantern-com.20150623.gappssmtp.com header.s=20150623 header.a=rsa-sha256; dmarc=none header.from=brasslantern.com; arc=none
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=rBtwge6KIFI2mh1+v6r7/WPatylRlb9gTvYSw0zkVy0=; b=LVHbOSOAZYHn1KEhPZMFoaG93jnzwtqZL6Boy7jHPRf3ZhVcySxAnzHIxw+Cby0Lj5 4GDLdr1SIcWfWxjyQxLQbGp//EO95lJcZdthDQAwhsN+N6ZdV/5M8bHwupfYDOShqKj/ O5O6bEXTwatah/hVCzuLZkQ9JeA9SVHdKY8e55GgOGjRh5z4/vrHxoppJcT8VCnmNBDw y5LM0m2aMV97rhu7/6dFBd8sDLUMqk1VJo0BFIBU4JMhSz3T1hA1NA0ahplXramFhMBb SJejx1drJ211sHWZ4L4+I/fDZoCCbHuyAI0jqm3Yj0Oo50+s1vaFkif3SGZGhuRGT99C JxCg==
- In-reply-to: <ce571bad-2815-c08a-7064-350ec79f8a82@eastlink.ca>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <ce571bad-2815-c08a-7064-350ec79f8a82@eastlink.ca>
- Sender: zsh-users-request@xxxxxxx
On Thu, Dec 10, 2020 at 1:48 PM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
> Tab completion seems to put backslashes where needed but the " _files "
> is left off
That should only happen if there's an ambiguity, i.e., another file or
directory with the same name up to but not including the "_files"
part.
Running _complete_debug with ctrl-x? may provide some insight here.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author