Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 06D69429E43 for ; Mon, 16 Jan 2012 03:34:49 -0800 (PST) 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 i00+LOl-jJ3v for ; Mon, 16 Jan 2012 03:34:48 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 34515429E40 for ; Mon, 16 Jan 2012 03:34:48 -0800 (PST) Received: by werh12 with SMTP id h12so1347871wer.26 for ; Mon, 16 Jan 2012 03:34:47 -0800 (PST) Received: by 10.216.140.223 with SMTP id e73mr663991wej.54.1326713687027; Mon, 16 Jan 2012 03:34:47 -0800 (PST) Received: from localhost ([109.131.75.86]) by mx.google.com with ESMTPS id fy5sm33466602wib.7.2012.01.16.03.34.46 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jan 2012 03:34:46 -0800 (PST) From: Pieter Praet To: David Edmondson , Austin Clements Subject: Re: [PATCH] [RFC] emacs: merge overhauled `notmuch-cycle-notmuch-buffers' into `notmuch' In-Reply-To: <87wr8rc2ex.fsf@praet.org> References: <1326710551-23122-1-git-send-email-pieter@praet.org> <87wr8rc2ex.fsf@praet.org> User-Agent: Notmuch/0.11+78~g6c58370 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Mon, 16 Jan 2012 12:32:58 +0100 Message-ID: <87ty3vc26t.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Notmuch Mail 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, 16 Jan 2012 11:34:49 -0000 On Mon, 16 Jan 2012 12:28:06 +0100, Pieter Praet wrote: > On Mon, 16 Jan 2012 11:06:25 +0000, David Edmondson wrote: > > On Mon, 16 Jan 2012 11:42:31 +0100, Pieter Praet wrote: > > > CLisp'ier version of `notmuch-cycle-notmuch-buffers', merged into `notmuch', > > > eliminating the need to hog yet another keybind. > > > > The lisp-ier-ness changes are good. > > > > I'm less sure about the functional change. Sometimes I want to go back > > to where I was, other times I want to go to `notmuch-hello'. [...] > > Hmmm, true. The path of least resistance is elusive. > > > [...] I suppose > > that I can replace my binding for `notmuch' with one for > > `notmuch-hello'. > > > > Perhaps we could use `ido-completion-help', like Org-mode does with > `org-iswitchb' ? OTOH, that would require an extra [RET]. Bah... > s/ido-completion-help/ido-completing-read > > Hmm, yes, that seems reasonable. > > > > > FYI: causes 2 compile warnings due to requiring the cl package at runtime. > > > > `cl' is still `eval-when-compile' though - won't that break? > > Haven't noticed any issues here, apart from the complaints @ compilation. > > > Peace > > -- > Pieter Peace -- Pieter