From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14033 Path: news.gmane.org!not-for-mail From: Tim Landscheidt Newsgroups: gmane.emacs.gnus.user Subject: Re: Incremental limiting in summary buffer Date: Fri, 16 Jul 2010 17:20:16 +0000 Organization: Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279300878 19369 80.91.229.12 (16 Jul 2010 17:21:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Jul 2010 17:21:18 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Jul 16 19:21:17 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OZob6-0002fa-3W for gegu-info-gnus-english@m.gmane.org; Fri, 16 Jul 2010 19:21:16 +0200 Original-Received: from localhost ([127.0.0.1]:43257 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZob5-0003Af-IV for gegu-info-gnus-english@m.gmane.org; Fri, 16 Jul 2010 13:21:15 -0400 Original-Received: from [140.186.70.92] (port=54051 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZob3-0003Aa-5n for info-gnus-english@gnu.org; Fri, 16 Jul 2010 13:21:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZob1-0006TX-UK for info-gnus-english@gnu.org; Fri, 16 Jul 2010 13:21:13 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:45910) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZob1-0006T4-Oz for info-gnus-english@gnu.org; Fri, 16 Jul 2010 13:21:11 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OZoay-0002cp-Ti for info-gnus-english@gnu.org; Fri, 16 Jul 2010 19:21:08 +0200 Original-Received: from d222175.adsl.hansenet.de ([80.171.222.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jul 2010 19:21:08 +0200 Original-Received: from tim by d222175.adsl.hansenet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jul 2010 19:21:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: info-gnus-english@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: d222175.adsl.hansenet.de Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:YiFPiNE+7Tz9J1die4VXSPsaLys= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14033 Archived-At: Pascal Desroche wrote: > One of the few interesting features of "classical end-user" MUA is to > quickly find article with incremental search. > AFAIK, today, Gnus offers "Limiting commands" in Summary buffer but > theses commands are neither incremental nor "undo-able": If I limit > articles that match an author (with "L a") and then realize that I was > looking for another author, I must exit the group, enter inside it > again, then do another "L a". > Am I missing a more efficient method to do this? > I don't know much elisp so maybe the idea is stupid, but would it be > possible to use "Indirect buffers" to achieve what I want? L a is /lowering/ (and kind of permanent); you're looking for / a which is /limiting/. You can unlimit with / w. Tim