Re: [PATCH v2] completion: complete bash completion rewrite
authorDavid Bremner <david@tethera.net>
Fri, 29 Mar 2013 13:28:00 +0000 (09:28 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:04 +0000 (09:54 -0800)
72/186a9a938a3c4b8ca2cdc81d0be6a7e38a2805 [new file with mode: 0644]

diff --git a/72/186a9a938a3c4b8ca2cdc81d0be6a7e38a2805 b/72/186a9a938a3c4b8ca2cdc81d0be6a7e38a2805
new file mode 100644 (file)
index 0000000..5f7cde5
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <bremner@unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id ECF50431FBC\r
+       for <notmuch@notmuchmail.org>; Fri, 29 Mar 2013 06:28:09 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id cxQV2auVWHh9 for <notmuch@notmuchmail.org>;\r
+       Fri, 29 Mar 2013 06:28:09 -0700 (PDT)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 06D7C431FB6\r
+       for <notmuch@notmuchmail.org>; Fri, 29 Mar 2013 06:28:08 -0700 (PDT)\r
+Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.80)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1ULZLh-0000Z2-AN; Fri, 29 Mar 2013 10:28:05 -0300\r
+Received: (nullmailer pid 10914 invoked by uid 1000);\r
+       Fri, 29 Mar 2013 13:28:00 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v2] completion: complete bash completion rewrite\r
+In-Reply-To: <1362344368-27623-1-git-send-email-jani@nikula.org>\r
+References: <1362232751-9571-1-git-send-email-jani@nikula.org>\r
+       <1362344368-27623-1-git-send-email-jani@nikula.org>\r
+User-Agent: Notmuch/0.15.1 (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Fri, 29 Mar 2013 09:28:00 -0400\r
+Message-ID: <87zjxmwd27.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 29 Mar 2013 13:28:10 -0000\r
+\r
+Jani Nikula <jani@nikula.org> writes:\r
+\r
+> Rewrite the bash completion script to actually do something\r
+> useful. Supported completions:\r
+>\r
+> * All the notmuch commands, command line arguments, and values for\r
+>   keyword arguments.\r
+It seems to do what it says on the box. The bash code look OK, although\r
+I'm probably not as fussy or expert as some.\r
+\r
+> ---\r
+>\r
+> CAVEATS:\r
+>\r
+> There may be dependencies on the version of the bash-completion\r
+> package. I do not know, and I don't have a huge interest in finding\r
+> out. That way lay dragons.\r
+\r
+I pushed this.\r
+\r
+Maybe we should just document what versions of bash-completion it is\r
+tested with. I tested it with bash-completion 2.0. \r
+\r
+Could you make a followup patch with\r
+something for completion/README and a line or so for NEWS?\r