zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: Colin Watson <cjwatson@ubuntu.com>,
	525215@bugs.debian.org, zsh-workers@sunsite.dk
Subject: Re: Bug#525215: zsh: apt-get now has a purge subcommand
Date: Thu, 23 Apr 2009 12:37:06 +0000	[thread overview]
Message-ID: <20090423123706.GA3461@scru.org> (raw)
In-Reply-To: <20090423123301.GA3132@scru.org>

On Thu, Apr 23, 2009 at 12:33:01PM +0000, Clint Adams wrote:
> +    /$'purge\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" installed' \# \| \

You'll probably want this too:

Index: Completion/Debian/Command/_apt
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_apt,v
retrieving revision 1.15
diff -u -r1.15 _apt
--- Completion/Debian/Command/_apt	2 Nov 2008 14:12:29 -0000	1.15
+++ Completion/Debian/Command/_apt	23 Apr 2009 12:31:56 -0000
@@ -427,6 +427,7 @@
     /$'install\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \
     /$'[^\0/]#/'/ /$'[^\0/]#\0'/ ':release name::_apt_releases' \) \| \
     /$'remove\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" installed' \# \| \
+    /$'purge\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" installed' \# \| \
     /$'dist-upgrade\0'/ \| \
     /$'dselect-upgrade\0'/ \| \
     /$'clean\0'/ \| \


  reply	other threads:[~2009-04-23 12:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20090422231026.GX7367@riva.ucam.org>
2009-04-23 12:33 ` Clint Adams
2009-04-23 12:37   ` Clint Adams [this message]
2009-04-23 12:38     ` Clint Adams

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=20090423123706.GA3461@scru.org \
    --to=clint@zsh.org \
    --cc=525215@bugs.debian.org \
    --cc=cjwatson@ubuntu.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).