zsh-users
 help / color / mirror / code / Atom feed
From: "Peter Slížik" <peter.slizik@gmail.com>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: <Tab> completion does not insert a slash
Date: Wed, 11 Aug 2021 22:23:13 +0200	[thread overview]
Message-ID: <CAC-uhUBFM8O8THkkTXYbDibC_MmfJ5W_zunVZy-rogyPWR-TCQ@mail.gmail.com> (raw)
In-Reply-To: <CAC-uhUB6jM9=8AAGHwmPkuM=tfgZtXJ9XVDnrLqrWR0q_DtBHg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3102 bytes --]

OK, more clarification. I've used "zstyle
':completion:*:*:*:*:descriptions'".

Now it seems that with the second completed path, the completion engine
cannot decide between these two:

% cd src/python<Tab>
-- directory after cdablevar --
-- local directory --

Frankly, I still don't understand what the problem is, because I'm *inside*
a dir pointed to by a named directory (src/ in this case) and both
"directory after cdablevar" and "local directory" are the same directory
anyway.

Peter

сре, 11. авг 2021. у 22:03 Peter Slížik <peter.slizik@gmail.com> је
написао/ла:

> Sorry for the late reply, I tried both versions (with and without
> parentheses).
>
> I tried to descend into 'src/python/api' by typing 'cd s<Tab>', later with
> src completed, 'cd src/py<Tab>'.
> Here are the results: using the value 'tag-order local-directories
> named-directories' helped with completing src/, the directory name was
> completed immediately upon hitting Tab. The second dir (python) was not
> completed on the first Tab press. Typing another Tab did *not* produce a
> list of suggestions.
>
> Here is the result of 'sr<ctrl+x h>' and 'src/py<ctrl+x h>'.
>
> % cd sr<ctrl+x h>
> tags in context :completion::complete:cd::
> local-directories named-directories      (_cd)
> users named-directories directory-stack  (_tilde _cd)
> users                                    (_users _tilde _cd)
>
> % cd src/py<ctrl+x h>
> tags in context :completion::complete:cd::
> named-directories  (_cd)
> local-directories  (_cd)
>
> % cd src/python/<ctrl+x h>
> (no results)
>
> Do you think that there is anything suspicious? Personally I wonder why
> there are duplicated entries in the first case and why are the tags listed
> in a reversed order in the second case. And yes, the empty result list in
> the last case.
>
> Peter
>
> сре, 4. авг 2021. у 19:26 Bart Schaefer <schaefer@brasslantern.com> је
> написао/ла:
>
>> On Wed, Aug 4, 2021 at 9:50 AM Peter Slížik <peter.slizik@gmail.com>
>> wrote:
>> >
>> > It seems like the completion engine cannot choose between the named
>> directory and a local directory of the same name. In reality, they point to
>> the same dir.
>> >
>> > Is there a way to fix this behavior?
>>
>> Yes.  The default is to offer all possible completions at the same
>> time, but you can change that with the tag-order zstyle.
>>
>> The default behaves mostly like this:
>> zstyle :completion::complete:cd:: tag-order "local-directories
>> named-directories"
>> (all tags in the same space-separated string are offered at the same time)
>>
>> What you want is more like this:
>> zstyle :completion::complete:cd:: tag-order local-directories
>> named-directories
>>
>> You can reverse the order if you prefer to see the named-directories
>> first:
>> zstyle :completion::complete:cd:: tag-order named-directories
>> local-directories
>>
>> Anything in a tag you don't include in the list will be offered if
>> there are no results for the tags you do list.
>>
>

[-- Attachment #2: Type: text/html, Size: 4560 bytes --]

  reply	other threads:[~2021-08-11 20:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-04 15:02 Peter Slížik
2021-08-04 15:45 ` Bart Schaefer
2021-08-04 16:49   ` Peter Slížik
2021-08-04 17:26     ` Bart Schaefer
2021-08-11 20:03       ` Peter Slížik
2021-08-11 20:23         ` Peter Slížik [this message]
2021-08-11 22:20           ` Bart Schaefer
2021-08-16 21:39             ` Peter Slížik
2021-08-16 21:41               ` Peter Slížik
2021-08-16 22:17               ` Bart Schaefer
2021-08-17  8:57                 ` Peter Slížik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAC-uhUBFM8O8THkkTXYbDibC_MmfJ5W_zunVZy-rogyPWR-TCQ@mail.gmail.com \
    --to=peter.slizik@gmail.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).