zsh-workers
 help / color / mirror / code / Atom feed
* completion after < at the start of the line
@ 2007-03-27 21:37 Stephane Chazelas
  2007-03-28 14:29 ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: Stephane Chazelas @ 2007-03-27 21:37 UTC (permalink / raw)
  To: Zsh hackers list

Hiya,

some weird behavior, I suspect something wrong here.

It all started with zsh taking 100% for some time (time being
big) when doing

$ < ~/loc<TAB> some command

That is invoking completion on a file after an input redirection
added as an afterthought at the beggining of a command line.

Now, some things easier to reproduce:

$ mkdir 1
$ cd 1
$ touch foo bar
$ zsh -f
sc% < b<TAB> foo

(That is type "< b foo" move the cursor back to 4rd character,
then type <Tab>)

Then zsh completes that to:

sc% < foo foo

(instead of expected < bar foo).

(don't know if that's related to the 100% CPU case).

With either of 4.3.2-dev-1+20070322-1 or 4.3.2-25 debian
packages.

-- 
Stéphane


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

end of thread, other threads:[~2007-03-29 21:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-27 21:37 completion after < at the start of the line Stephane Chazelas
2007-03-28 14:29 ` Peter Stephenson
2007-03-28 21:25   ` Peter Stephenson
2007-03-29 21:25     ` Peter Stephenson

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