zsh-workers
 help / color / mirror / code / Atom feed
* Re: Using the same completion function for various commands
       [not found]             ` <20101207115222.34859d66@pwslap01u.europe.root.pri>
@ 2010-12-07 14:51               ` Oliver Kiddle
  2010-12-07 15:08                 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Kiddle @ 2010-12-07 14:51 UTC (permalink / raw)
  To: Zsh workers

Peter Stephenson wrote:
> It looks like you can't in general distinguish between two ways of using
> the service:

I don't think $service was ever intended to be usable as a command name.
The change also now assumes that the command is in your path which often
it isn't. It's also common to use /usr/gnu/bin/du and expect it to use
the GNU completions. Someone writing obscure wrappers can sooner be
expected to know what they're doing that someone specifying commands
with a full path.

> In the first case you have the simple alternative of defining
> 
> #compdef gdu
> _du "$@"
>
> which fixes the service for you.

And in the second case you have the simple alternative of using zstyle.
I've got tens of these and am not too keen on creating functions. And
why break backward compatibility?

Oliver


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

* Re: Using the same completion function for various commands
  2010-12-07 14:51               ` Using the same completion function for various commands Oliver Kiddle
@ 2010-12-07 15:08                 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2010-12-07 15:08 UTC (permalink / raw)
  To: Zsh workers

On Tue, 07 Dec 2010 15:51:54 +0100
Oliver Kiddle <okiddle@yahoo.co.uk> wrote:
> Peter Stephenson wrote:
> > It looks like you can't in general distinguish between two ways of
> > using the service:
> 
> I don't think $service was ever intended to be usable as a command
> name. The change also now assumes that the command is in your path
> which often it isn't. It's also common to use /usr/gnu/bin/du and
> expect it to use the GNU completions. Someone writing obscure
> wrappers can sooner be expected to know what they're doing that
> someone specifying commands with a full path.
> 
> > In the first case you have the simple alternative of defining
> > 
> > #compdef gdu
> > _du "$@"
> >
> > which fixes the service for you.
> 
> And in the second case you have the simple alternative of using
> zstyle. I've got tens of these and am not too keen on creating
> functions. And why break backward compatibility?

OK, if you've got stuff that actually breaks that's a good reason for
leaving it & I'll put it back the other way.

-- 
Peter Stephenson <pws@csr.com>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom


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

end of thread, other threads:[~2010-12-07 15:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201012061512.21791.mrichter@theory.phy.tu-dresden.de>
     [not found] ` <AANLkTimY=rEETn1uOdkDJ33kGE=YUDAvevsBvvvMU7YL@mail.gmail.com>
     [not found]   ` <AANLkTim1Ac1-VOkRQ1NXn_qL6-EV06bagVkK7y_UThwB@mail.gmail.com>
     [not found]     ` <AANLkTin+NCoBRzx90fo+s0z7urCCoTA6T3cXTYdt_VD2@mail.gmail.com>
     [not found]       ` <20101206151124.389fd287@pwslap01u.europe.root.pri>
     [not found]         ` <AANLkTin8Kn88NXsK4V4Toos0-ZB2hj4RvhX5QxLarq1N@mail.gmail.com>
     [not found]           ` <15197.1291664361@thecus>
     [not found]             ` <20101207115222.34859d66@pwslap01u.europe.root.pri>
2010-12-07 14:51               ` Using the same completion function for various commands Oliver Kiddle
2010-12-07 15:08                 ` 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).