zsh-workers
 help / color / mirror / code / Atom feed
* dirstack with ksharrays
@ 2000-01-11 15:55 Tanaka Akira
  2000-01-11 16:10 ` Completion listing " Tanaka Akira
  0 siblings, 1 reply; 2+ messages in thread
From: Tanaka Akira @ 2000-01-11 15:55 UTC (permalink / raw)
  To: zsh-workers

I found that `cd -<TAB>' doesn't work with ksharrays.
It is caused by the behaviour of dirstack parametar:

Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% cd /usr
is27e1u11% pushd /etc; pushd /usr; pushd /etc; pushd /usr
/etc /usr
/usr /etc /usr
/etc /usr /etc /usr
/usr /etc /usr /etc /usr
is27e1u11% print -l $dirstack
/etc
/usr
/etc
/usr
is27e1u11% setopt ksharrays
is27e1u11% print -l $dirstack
/etc
is27e1u11% 
-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Completion listing with ksharrays
  2000-01-11 15:55 dirstack with ksharrays Tanaka Akira
@ 2000-01-11 16:10 ` Tanaka Akira
  0 siblings, 0 replies; 2+ messages in thread
From: Tanaka Akira @ 2000-01-11 16:10 UTC (permalink / raw)
  To: zsh-workers

In article <rsqk8lg38mu.fsf@crane.jaist.ac.jp>,
  Tanaka Akira <akr@jaist.ac.jp> writes:

> I found that `cd -<TAB>' doesn't work with ksharrays.
> It is caused by the behaviour of dirstack parametar:

No.  I found that `cd -<TAB>' problem is not dirstack/cd dependent.

Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; autoload -U compinit; compinit -D
is27e1u11% zstyle ':completion*' group-name ''
is27e1u11% zstyle ':completion*:descriptions' format '%d'
is27e1u11% ls C<TAB>
file
CVS/            ChangeLog       ChangeLog.3.0   Completion/     Config/

`ls C<TAB>' lists filenames beginning with `C' as above.

is27e1u11% setopt ksharrays
is27e1u11% ls C<TAB>
file

But when ksharrays is set, completions is not listed.
-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-01-11 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-11 15:55 dirstack with ksharrays Tanaka Akira
2000-01-11 16:10 ` Completion listing " Tanaka Akira

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).