From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 6A3D2431FBC for ; Sun, 21 Jul 2013 19:52:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lF+IJrLmW0Ud for ; Sun, 21 Jul 2013 19:52:21 -0700 (PDT) Received: from dmz-mailsec-scanner-8.mit.edu (dmz-mailsec-scanner-8.mit.edu [18.7.68.37]) by olra.theworths.org (Postfix) with ESMTP id 6ADC8431FB6 for ; Sun, 21 Jul 2013 19:52:21 -0700 (PDT) X-AuditID: 12074425-b7f0c8e000000953-17-51ec9e642aec Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) by dmz-mailsec-scanner-8.mit.edu (Symantec Messaging Gateway) with SMTP id 80.9E.02387.46E9CE15; Sun, 21 Jul 2013 22:52:21 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id r6M2qIFT010241; Sun, 21 Jul 2013 22:52:19 -0400 Received: from drake.dyndns.org (216-15-114-40.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [216.15.114.40]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id r6M2qGAj007991 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 21 Jul 2013 22:52:18 -0400 Received: from amthrax by drake.dyndns.org with local (Exim 4.77) (envelope-from ) id 1V16EQ-0006se-V8; Sun, 21 Jul 2013 22:52:14 -0400 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] emacs: News for S-expressions everywhere Date: Sun, 21 Jul 2013 22:52:00 -0400 Message-Id: <1374461520-26335-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.10.4 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprFIsWRmVeSWpSXmKPExsUixCmqrZs6702gwcePTBbXb85kdmD0eLbq FnMAYxSXTUpqTmZZapG+XQJXxukLwgXt7BWvr7YxNTDuZ+1i5OSQEDCRWPiqhR3CFpO4cG89 WxcjF4eQwD5GiSMbrrFDOBsZJY7teAKVucMkce3JLmYIZy6jxJsPp8FmsQloSGzbv5wRxBYR kJbYeXc2UJyDg1lATeJPlwpIWFjAUuL//ttsIDaLgKrE9yurmUBsXgEHiZ65nUwQZyhKdD+b wDaBkXcBI8MqRtmU3Crd3MTMnOLUZN3i5MS8vNQiXQu93MwSvdSU0k2MoCBgd1HdwTjhkNIh RgEORiUe3oaAN4FCrIllxZW5hxglOZiURHkLZwKF+JLyUyozEosz4otKc1KLDzFKcDArifBu nv86UIg3JbGyKrUoHyYlzcGiJM77/OnZQCGB9MSS1OzU1ILUIpisDAeHkgRv71ygoYJFqemp FWmZOSUIaSYOTpDhPEDDQ0FqeIsLEnOLM9Mh8qcYFaXEeetAEgIgiYzSPLheWJS+YhQHekUY oooHGOFw3a+ABjMBDTZsBbm6uCQRISXVwGhbqrEryCvqx7Hq85Hc25btKfJ6JVXs978v/ulq SZ570a0f9R//dVp3+8St2KoJsW2pbya6h/9bcCDv3lnVdgF3xnVXxOrfqymob4y8USfEJNJ+ /tv5C/NXBy95LZBd86Z3WZvp8vY/XY6+8xnZur05FH4+fSlzW2QFr/ekxNO+4u0eL1irxJVY ijMSDbWYi4oTAZC9LvWtAgAA X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 02:52:28 -0000 Update the news about search using S-expression support to also say that show is also now faster. --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 0537fb4..b88575e 100644 --- a/NEWS +++ b/NEWS @@ -85,11 +85,12 @@ Better handling of errors in search buffers Instead of interleaving errors in search result buffers, search mode now reports errors in the minibuffer. -Faster search results +Faster search and show - Communication between search mode and the notmuch CLI is now more + Communication between Emacs and the notmuch CLI is now more efficient because it uses the CLI's S-expression support. As a - result, search mode should now fill search buffers faster. + result, search mode should now fill search buffers faster and + threads should show faster. No Emacs 22 support -- 1.7.10.4