zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: zsh-workers@sunsite.auc.dk
Subject: Misc. questions/remarks on new completion stuff
Date: Sat, 13 Feb 1999 16:50:25 -0800	[thread overview]
Message-ID: <990213165025.ZM24264@candle.brasslantern.com> (raw)

In no particular order ...


I think "complist" could do with a better name.  I've repeatedly been deluded
into thinking that it's only used when generating completion listings, when
really it adds possible matches that can be inserted on the command line.


Speaking of complist, what's the difference between
	compadd -m foo bar baz boing
and
	complist -k '(foo bar baz boing)'
??  How much other overlap is there between these two commands?


In Functions/Completion/*, I think "#array" is a bad name for that tag.  The
"#function" tag means the function will actually generate matches, that is,
call compadd or complist.  But a "#array" file doesn't generate an array of
matches -- it generates an array of arguments to complist.  Why not use the
tag "#complist" or "#complist-args" so it's more obvious what's going on?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


             reply	other threads:[~1999-02-14  0:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-14  0:50 Bart Schaefer [this message]
1999-02-15  9:31 Sven Wischnowsky

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=990213165025.ZM24264@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.auc.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).