zsh-workers
 help / color / mirror / code / Atom feed
* zsh-3.1.2-beta menu completion strange behavior
@ 1997-06-18 17:16 yamagata
  1997-06-18 17:35 ` Zefram
  0 siblings, 1 reply; 2+ messages in thread
From: yamagata @ 1997-06-18 17:16 UTC (permalink / raw)
  To: zsh-workers

Hello,

Nowadays I am testing zsh-3.1.2-beta
it's completion is differ from zsh-3.1.1,

Without no zshrc, zshenv, doing

	nwgpc% mkdir aa
	nwgpc% mkdir aa/bb
	nwgpc% touch aa/bb/cc
	nwgpc% touch aa/bb/cc.0
	nwgpc% touch aa/bb/cc.1

and, type

	nwgpc% ls a[TAB]

then I got

	nwgpc% ls aa/

then hit TAB key twice more, I got

	nwgpc% ls aa/bb/cc
                          ^cursor is here.

After I hit Return key, last "c" character is removed and,

	nwgpc% ls aa/bb/c 
	ls: aa/bb/c: No such file or directory

When I used zsh-3.1.1, it successfully execute "ls aa/bb/cc".

Why? What should I do?

			yamagata


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

* Re: zsh-3.1.2-beta menu completion strange behavior
  1997-06-18 17:16 zsh-3.1.2-beta menu completion strange behavior yamagata
@ 1997-06-18 17:35 ` Zefram
  0 siblings, 0 replies; 2+ messages in thread
From: Zefram @ 1997-06-18 17:35 UTC (permalink / raw)
  To: yamagata; +Cc: zsh-workers

yamagata@nwgpc.kek.jp wrote:
>After I hit Return key, last "c" character is removed and,
>
>	nwgpc% ls aa/bb/c 
>	ls: aa/bb/c: No such file or directory
>
>When I used zsh-3.1.1, it successfully execute "ls aa/bb/cc".
>
>Why? What should I do?

It's a bug introduced in 3.1.2.  I'm working on the suffix mechanism,
and intend to have it fixed for 3.1.3.

-zefram


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

end of thread, other threads:[~1997-06-18 17:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-06-18 17:16 zsh-3.1.2-beta menu completion strange behavior yamagata
1997-06-18 17:35 ` Zefram

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