From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Filter list-buffers by a regexp (interactively) Date: Mon, 04 Aug 2014 13:24:47 +0200 Message-ID: <87k36ocxa8.fsf@bzg.ath.cx> References: <87oaw9fkyv.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407151519 3280 80.91.229.3 (4 Aug 2014 11:25:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2014 11:25:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 04 13:25:12 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XEGO4-0003qW-Oj for ged-emacs-devel@m.gmane.org; Mon, 04 Aug 2014 13:25:08 +0200 Original-Received: from localhost ([::1]:51629 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEGO4-0006c8-5E for ged-emacs-devel@m.gmane.org; Mon, 04 Aug 2014 07:25:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEGNw-0006ZU-JT for emacs-devel@gnu.org; Mon, 04 Aug 2014 07:25:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEGNr-00087n-3w for emacs-devel@gnu.org; Mon, 04 Aug 2014 07:25:00 -0400 Original-Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:51895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEGNq-00087f-SZ for emacs-devel@gnu.org; Mon, 04 Aug 2014 07:24:55 -0400 Original-Received: by mail-wi0-f173.google.com with SMTP id f8so4879834wiw.6 for ; Mon, 04 Aug 2014 04:24:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=kC/sxGf63B3HspHBzRfpDkNqZsjB3w3cY/DPQD2fnXs=; b=kproSOHqPUCtuW8pncd7xmEMKVYrvX3RoBoOR3YMAzQrmcSiP7E33nSyJ+U7Wd9Eqx DT3kP1UZDGdJO6crqbpwmm6/L+GT/GR94Lsrtrt34eo1KdD8qP+y2CUf4iJnSVnqtgk0 bKDeoET2I7AoLOAAtrCW++go9gWjvzw+AffmMCMvjCf1PsT2kqrXk1O7ngukObj+W9du KNdnmkGOD6nj3icbot4RrbwcK4nWLxYbWz5erCEeifwFuDWPIw6HFxPbK9QM79fFWfUh p/9I2Xcgc6/7rg0robVCsXgfttYjOz1+Ji4DuuzLq+TNAfqnv7XlTOETRje5FwE9TVG0 fLuw== X-Received: by 10.194.206.67 with SMTP id lm3mr2186821wjc.70.1407151493499; Mon, 04 Aug 2014 04:24:53 -0700 (PDT) Original-Received: from bzg.localdomain (ANice-651-1-328-191.w86-205.abo.wanadoo.fr. [86.205.0.191]) by mx.google.com with ESMTPSA id bf3sm13242572wib.18.2014.08.04.04.24.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Aug 2014 04:24:52 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id B7AF01C20066; Mon, 4 Aug 2014 13:24:47 +0200 (CEST) In-Reply-To: <87oaw9fkyv.fsf@bzg.ath.cx> (Bastien's message of "Mon, 28 Jul 2014 19:32:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173412 Archived-At: Bastien writes: > The patch below allows to use C-u C-u C-x C-b to interactively enter > a regular expression to only list buffers with a matching name. > > The need came up on Org-mode when people have many agenda buffers and > want to only list those. > > Any comment and/or improvement appreciated, thanks! I plan to commit this to trunk by the end of the month if there are no comments/questions. Thanks, -- Bastien