zsh-users
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <okiddle@yahoo.co.uk>
To: zsh-users@sunsite.dk
Subject: Re: simple completion example?
Date: Wed, 03 Aug 2005 12:19:06 +0200	[thread overview]
Message-ID: <2356.1123064346@trentino.groupinfra.com> (raw)
In-Reply-To: <20050803101007.GA9755@spiegl.de>

Andy Spiegl wrote:
> > Try looking at _aptitude instead. It's a lot simpler.
> Hm, but the aptitude completion doesn't work with the commands (install,
> purge, ...) just the options.

It does work with the commands. It runs `aptitude -h' and parses the
result to get a list of the commands (and descriptions) so perhaps you
don't have aptitude installed. If it doesn't find aptitude installed, it
won't complete any commands. Try adding in a manual assignment to the
cmds array:

cmds=( install:install/upgrade\ packages remove:remove\ packages )

You should then see how it should work. You could also look at _xauth
but that doesn't handle 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.


  reply	other threads:[~2005-08-03 10:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-02 18:01 Andy Spiegl
2005-08-03  8:48 ` Oliver Kiddle
2005-08-03 10:10   ` Andy Spiegl
2005-08-03 10:19     ` Oliver Kiddle [this message]
2005-08-05 15:40       ` simple completion example? (aptitude completion doesn't work) Andy Spiegl
2005-08-05 17:17         ` Oliver Kiddle
2005-08-05 19:36           ` Andy Spiegl
     [not found]             ` <30056.1123491980@trentino.groupinfra.com>
2005-08-09 13:29               ` Andy Spiegl
2005-08-10 11:39                 ` Mikael Magnusson

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=2356.1123064346@trentino.groupinfra.com \
    --to=okiddle@yahoo.co.uk \
    --cc=zsh-users@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).