zsh-users
 help / color / mirror / code / Atom feed
* _find completion
@ 2002-08-21 11:29 Roman Neuhauser
  2002-08-21 11:53 ` Oliver Kiddle
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Neuhauser @ 2002-08-21 11:29 UTC (permalink / raw)
  To: zsh users

hi there,

do any completion functions have platform-specific behavior? which ones?
(i'd like to take a look so that i can patch _find reasonably)

-- 
FreeBSD 4.6-STABLE
1:15PM up 19:08, 9 users, load averages: 0.00, 0.01, 0.00


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

* Re: _find completion
  2002-08-21 11:29 _find completion Roman Neuhauser
@ 2002-08-21 11:53 ` Oliver Kiddle
  0 siblings, 0 replies; 2+ messages in thread
From: Oliver Kiddle @ 2002-08-21 11:53 UTC (permalink / raw)
  To: Roman Neuhauser; +Cc: zsh-users

On 21 Aug, Roman Neuhauser wrote:
> 
> do any completion functions have platform-specific behavior? which ones?

I don't know of any that are particularly specific to one platform. There's
quite a few where we run the command with --version or --help to
see if they are the GNU version or not and this is even generalised into
_pick_variant in zsh 4.1. In some like _finger, the output of finger -\?
is parsed to determine which options are available and in others like
_mount, we use a case statement depending on "$OSTYPE".

> (i'd like to take a look so that i can patch _find reasonably)

_find could certainly be improved in that area. At the moment I think it
just completes a set of fairly common options.

Oliver

This e-mail and any attachment is for authorised use by the intended recipient(s) only.  It may contain proprietary material, confidential information and/or be subject to legal privilege.  It should not be copied, disclosed to, retained or used by, any other party.  If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender.  Thank you.


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

end of thread, other threads:[~2002-08-21 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-21 11:29 _find completion Roman Neuhauser
2002-08-21 11:53 ` Oliver Kiddle

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