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 20966431FC1 for ; Sat, 24 Apr 2010 09:58:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -4.2 X-Spam-Level: X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=unavailable 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 9o-mDEi+UWJl for ; Sat, 24 Apr 2010 09:58:37 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by olra.theworths.org (Postfix) with ESMTP id 981454196F2 for ; Sat, 24 Apr 2010 09:58:37 -0700 (PDT) Received: from localhost ([::1] helo=x200.gr8dns.org) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1O5igd-0006Dm-K7; Sat, 24 Apr 2010 16:58:35 +0000 Received: by x200.gr8dns.org (Postfix, from userid 500) id 98EB0CC593; Sat, 24 Apr 2010 09:58:34 -0700 (PDT) From: Dirk Hohndel To: Carl Worth , David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Fix i-search to open up invisible citations as necessary In-Reply-To: <87aassj4if.fsf@yoom.home.cworth.org> References: <1272044373-26184-1-git-send-email-dme@dme.org> <87aassj4if.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.2-187-g7c5f017 (http://notmuchmail.org) Emacs/23.1.1 (i386-redhat-linux-gnu) Date: Sat, 24 Apr 2010 09:58:34 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html 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: Sat, 24 Apr 2010 16:58:38 -0000 On Sat, 24 Apr 2010 07:42:48 -0700, Carl Worth wrote: > On Fri, 23 Apr 2010 18:39:33 +0100, David Edmondson wrote: > > Add an `isearch-open-invisible' property to the overlays used to hide > > citations and signatures, together with an appropriate function to > > leave the invisible text visible should that be required. > > This is a fantastic feature, David. Thanks! This is pushed. > > I knew emacs could do this kind of thing, and I had even tried to > implement it once, but I hadn't succeeded for some reason. > > Next, I wonder if we shouldn't do something similar for the search > view. It might be quite handy if all authors and all unique subjects for > a thread were made available for i-search in the buffer, but hidden by > default and expanded as needed like this. What do you think? I would love this /D