zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.auc.dk
Subject: Re: zsh-3.1.2-pws-12: append slash in cd completion weirdness with globcomplete
Date: Mon, 15 Mar 1999 12:47:02 +0100 (MET)	[thread overview]
Message-ID: <199903151147.MAA23141@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: "Andrej Borsenkow"'s message of Mon, 15 Mar 1999 14:33:22 +0300


Andrej Borsenkow wrote:

> Slash is autoappended if directory in in current directory but not if it is
> in cdpath. E.g.:
> 
> bor@itsrm2:~%> cd samba-2.0.3    (/tools/src/...)
> 
> but
> 
> bor@itsrm2:~%> cd save/          (where save is subdir of current)
> 
> this all with new completion stuff 'course. Unmodified from pws-12 if
> globcomplete is unset - it's O.K.

Are you sure there is no other dir starting with `samba-2.0.3'
reachable through `cdpath'? At least, it works for me.

> P.S. Looking at _cd I'd say, it is the subdir case that is wrong. Why does
> _path_files decide for me, if I want to use any magical suffix? If anybody
> likes it this way - let him set user preferences.
> 
> Again, any function from Core must do _only_ what it is told explicitly. It
> should _not_ assume anything about user's intention. So, the correct way in
> above example is to use
> 
> _path_files -/ -W cdpath -S/ -q
> 
> in _cd.

I don't thnik so, at least when we speak about `_path_files' since
that completes only file names and there the slash is not only useful
to have, but it's also the way builtin completion behaves.

Otherwise, I'd liek to mention my suggestion about `style'-entries in
`compconfig' again. Could you sent a list of all the things the
example functions do that you don't like? That way we could probably
come up with a list of things we'd like to make user-configurable.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


             reply	other threads:[~1999-03-15 11:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-15 11:47 Sven Wischnowsky [this message]
1999-03-15 12:03 ` Andrej Borsenkow
  -- strict thread matches above, loose matches on Subject: below --
1999-03-15 12:12 Sven Wischnowsky
1999-03-15 12:44 ` Andrej Borsenkow
1999-03-15 11:33 Andrej Borsenkow

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=199903151147.MAA23141@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --cc=zsh-workers@sunsite.auc.dk \
    /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).