zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: compadd option passing (Re: Completion function for bitkeeper?)
Date: Wed, 19 Nov 2003 17:18:55 +0000	[thread overview]
Message-ID: <1031119171855.ZM11248@candle.brasslantern.com> (raw)
In-Reply-To: <29608.1069237406@gmcs3.local>

[redirected to zsh-workers]

On Nov 19, 11:23am, Oliver Kiddle wrote:
}
} I agree that it isn't ideal. The best alternative I can think of would
} be to pass compadd options to the various tag handling functions
} instead of the completion functions.

That makes it harder for people writing simple completion functions to
make use of the compadd options, though.  Maybe that never comes up, but
it seems an unnecessary limitation.

I suggest instead that we choose a single option (or other syntactic
marker) that is documented as being passed to completion functions to
delimit the compadd options from the any options of the function itself.
E.g. soemthing like "everything between -o and a bare '-' is a compadd
option":

	completion_func ... -o compadd options here - ...

That specific suggestion probably won't work because a hyphen may appear
as an argument to -S or -P or -r etc., but you get the idea.

Alternately always pass the compadd options in an array parameter, and
use such a "reserved option" of completion_func to specify the name of
that parameter:

	compaddopts=( ... )
	completion_func ... -o compaddopts ...

In either of the above scenarios, completion functions can avoid name
clashes by extracting the -o option with zparseopts and storing the
resuting array in a local before declaring any other locals whose names
might conflict.  The docs could include sample code for this that could
be cut'n'pasted into new completion functions.


       reply	other threads:[~2003-11-19 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20031106153225.GA491@lorien.emufarm.org>
     [not found] ` <1281.1068232665@athlon>
     [not found]   ` <20031110182013.GA20547@lorien.emufarm.org>
     [not found]     ` <9219.1068538977@gmcs3.local>
     [not found]       ` <20031111162338.GD23138@lorien.emufarm.org>
     [not found]         ` <901.1068577572@athlon>
     [not found]           ` <20031111212828.GA28125@lorien.emufarm.org>
     [not found]             ` <29114.1068797096@gmcs3.local>
     [not found]               ` <20031114154608.GA6959@lorien.emufarm.org>
     [not found]                 ` <15744.1069084060@gmcs3.local>
     [not found]                   ` <20031117175151.GA24060@lorien.emufarm.org>
     [not found]                     ` <29608.1069237406@gmcs3.local>
2003-11-19 17:18                       ` Bart Schaefer [this message]
2003-12-05 11:08                         ` Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1031119171855.ZM11248@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).