--- /dev/null
+Return-Path: <tomi.ollila@iki.fi>\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 9E628431FBF\r
+ for <notmuch@notmuchmail.org>; Tue, 15 Apr 2014 23:07:42 -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 8so41JbZNhhH for <notmuch@notmuchmail.org>;\r
+ Tue, 15 Apr 2014 23:07:29 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by olra.theworths.org (Postfix) with ESMTP id CF7DC431FBD\r
+ for <notmuch@notmuchmail.org>; Tue, 15 Apr 2014 23:07:27 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 25CC010008F;\r
+ Wed, 16 Apr 2014 09:07:20 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Neeum Zawaz <mailinglists@nawaz.org>, notmuch@notmuchmail.org\r
+Subject: Re: Emacs Keybindings no longer work after upgrading to 0.17\r
+In-Reply-To: <87eh0x26f0.fsf@fester.com>\r
+References: <87eh0x26f0.fsf@fester.com>\r
+User-Agent: Notmuch/0.17+201~g56da2d6 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 16 Apr 2014 09:07:19 +0300\r
+Message-ID: <m28ur5lsdk.fsf@guru.guru-group.fi>\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: Wed, 16 Apr 2014 06:07:42 -0000\r
+\r
+On Wed, Apr 16 2014, Neeum Zawaz <mailinglists@nawaz.org> wrote:\r
+\r
+> Hi,\r
+>\r
+> I have this function:\r
+>\r
+>\r
+> (define-key notmuch-search-mode-map "a"\r
+> (lambda ()\r
+> "Archive message."\r
+> (interactive)\r
+> (notmuch-search-tag "-inbox")\r
+> (notmuch-search-tag "-lowpriority")\r
+> (notmuch-search-tag "-@review")\r
+> (notmuch-search-tag "-@respond")\r
+> ))\r
+>\r
+> With the upgrade, if I try pressing "a" in search view, I get:\r
+>\r
+> Wrong type argument: stringp, 43\r
+\r
+Short answer:\r
+\r
+(notmuch-search-tag '("-inbox" "-lowpriority" "-@review" "-@respond"))\r
+\r
+i.e. notmuch-search-tag takes list argument in these days... :D\r
+\r
+yes, it is inconvenient that formats change, but...\r
+\r
+Tomi\r
+\r
+\r
+>\r
+> Yet if I run the commands manually, it works fine.\r
+>\r
+> The full error, BTW, is:\r
+>\r
+> Debugger entered--Lisp error: (wrong-type-argument stringp 45)\r
+> string-match("^[-+]\\S-+$" 45 nil)\r
+> #[(tag-change) "\305\306\307\310\n #,?\205\311\312!\207" [tag-change start string regexp inhibit-changing-match-data "^[-+]\\S-+$" nil t string-match error "Tag must be of the form `+this_tag' or `-that_tag'"] 4](45)\r
+> mapc(#[(tag-change) "\305\306\307\310\n #,?\205\311\312!\207" [tag-change start string regexp inhibit-changing-match-data "^[-+]\\S-+$" nil t string-match error "Tag must be of the form `+this_tag' or `-that_tag'"] 4] "-inbox")\r
+> notmuch-tag("(id:20140414235421.43aad8ffb333@www.pentaxforums.com)" "-inbox")\r
+> notmuch-search-tag("-inbox")\r
+> (lambda nil "Archive message." (interactive) (notmuch-search-tag "-inbox") (notmuch-search-tag "-lowpriority") (notmuch-search-tag "-@review") (notmuch-search-tag "-@respond"))()\r
+> call-interactively((lambda nil "Delete message." (interactive) (notmuch-search-tag "-inbox") (notmuch-search-tag "-lowpriority") (notmuch-search-tag "-@review") (notmuch-search-tag "-@respond")) nil nil)\r
+>\r
+> Strangely enough, the following works in show view.\r
+>\r
+> (define-key notmuch-show-mode-map "a"\r
+> (lambda ()\r
+> "Archive message."\r
+> (interactive)\r
+> (notmuch-show-tag-message "-inbox")\r
+> (notmuch-show-tag-message "-lowpriority")\r
+> (notmuch-show-tag-message "-@review")\r
+> (notmuch-show-tag-message "-@respond")\r
+> ))\r
+>\r
+> -- \r
+> Dictionaries are for loosers.\r
+>\r
+>\r
+> /\ /\ /\ /\r
+> / \/ \ u e e n / \/ a w a z\r
+> >>>>>>mueen@nawaz.org<<<<<<\r
+> anl\r
+>\r
+> \r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r