zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#458397: zsh: completion does not succeed with a function named the same as a command
       [not found] <20071230224845.GA19875@chistera.yi.org>
@ 2007-12-31 16:11 ` Clint Adams
  2007-12-31 21:51   ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Clint Adams @ 2007-12-31 16:11 UTC (permalink / raw)
  To: Adeodato Simó, 458397; +Cc: zsh-workers

On Sun, Dec 30, 2007 at 11:48:45PM +0100, Adeodato Simó wrote:
> <dato> Clint: if I have a zsh function with the same name as a binary in
> PATH, completion does not work correctly: I can type up to the whole
> name and press <tab>, and a space won't be added, it'll still offer the
> two identical names for completion.
> 
> I can reproduce with no zsh configuration files whatsoever.

I could just be sleep-deprived, but this seems to be fine under 4.3.4
and spaceless under 4.3.4-dev-6.

% ls -l =grotty
-rwxr-xr-x 1 root root 77248 2007-12-07 04:51 /usr/bin/grotty

% grotty() { print hi; command grotty "$@" }

% grot<TAB>


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

* Re: Bug#458397: zsh: completion does not succeed with a function named the same as a command
  2007-12-31 16:11 ` Bug#458397: zsh: completion does not succeed with a function named the same as a command Clint Adams
@ 2007-12-31 21:51   ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2007-12-31 21:51 UTC (permalink / raw)
  To: 458397; +Cc: zsh-workers

On Dec 31, 11:11am, Clint Adams wrote:
} Subject: Re: Bug#458397: zsh: completion does not succeed with a function 
}
} On Sun, Dec 30, 2007 at 11:48:45PM +0100, Adeodato Simó wrote:
} > <dato> Clint: if I have a zsh function with the same name as a binary in
} > PATH, completion does not work correctly: I can type up to the whole
} > name and press <tab>, and a space won't be added, it'll still offer the
} > two identical names for completion.
} > 
} > I can reproduce with no zsh configuration files whatsoever.
} 
} I could just be sleep-deprived, but this seems to be fine under 4.3.4
} and spaceless under 4.3.4-dev-6.

I am unable to reproduce this with 4.3.4-dev-6 on CentOS 4.6.

torch% whence -av gprof 
gprof is a shell function
gprof is /usr/bin/gprof
torch% gpr<TAB>
torch% gprof 

I get the trailing space, zsh -f both with and without compinit loaded.
I've also tried it with a command for which there is an explicit entry
in the $_comps hash; I still get the space added.


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

end of thread, other threads:[~2007-12-31 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20071230224845.GA19875@chistera.yi.org>
2007-12-31 16:11 ` Bug#458397: zsh: completion does not succeed with a function named the same as a command Clint Adams
2007-12-31 21:51   ` Bart Schaefer

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