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: Thu, 07 Aug 2014 08:53:41 +0200 Message-ID: <87fvh8lrii.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 1407394447 29110 80.91.229.3 (7 Aug 2014 06:54:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2014 06:54:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 07 08:54:02 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 1XFHaK-0007J6-Lw for ged-emacs-devel@m.gmane.org; Thu, 07 Aug 2014 08:54:00 +0200 Original-Received: from localhost ([::1]:43809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFHaK-00028E-7v for ged-emacs-devel@m.gmane.org; Thu, 07 Aug 2014 02:54:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFHaC-00027v-T6 for emacs-devel@gnu.org; Thu, 07 Aug 2014 02:53:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFHa6-00057n-Mu for emacs-devel@gnu.org; Thu, 07 Aug 2014 02:53:52 -0400 Original-Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:33877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFHa6-00057A-ED for emacs-devel@gnu.org; Thu, 07 Aug 2014 02:53:46 -0400 Original-Received: by mail-wi0-f182.google.com with SMTP id d1so4456339wiv.9 for ; Wed, 06 Aug 2014 23:53:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=nBOrSxooxkZoum34ZhyqA1cRHNqAzhgnjID2ahrPkmk=; b=wmos7fi1rmFh8LEgxdWnTyxDr0BQcP9hx1m43HCWr5daRHsPNvNHkR4RDnqtBRx5AL LXoYmUw+FlkNBa1BNPYmyEwPw6EhpxOgm0VFUvH/c72EAdKwIB18aJDSTmbPaBCfNVXX uOPB1mGmJMKh0RWNPg+3g1skSbOp9t8Inf2nip9ZNcpPDCCDwYfABrp1UJbBAqoJQ2ne 6zTetceHL1HarQi/rcgwsP9nlz47H5cUdPMptxv5C9XGjOeC0eO/Ug8TYqByaZKMMwkc gTq1fHnf2esR6A5K7iRTzPT5HJYSV+BC1yVUP9I5m9630QKDXOTucMclpAcOlGiL8W/s /J7A== X-Received: by 10.194.78.170 with SMTP id c10mr22190927wjx.22.1407394425156; Wed, 06 Aug 2014 23:53:45 -0700 (PDT) Original-Received: from bzg.localdomain ([78.250.195.217]) by mx.google.com with ESMTPSA id bv16sm13709980wib.2.2014.08.06.23.53.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Aug 2014 23:53:44 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 0A6AA1C20F25; Thu, 7 Aug 2014 08:53:41 +0200 (CEST) In-Reply-To: (Stefan Monnier's message of "Wed, 06 Aug 2014 12:52:53 -0400") 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::236 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:173466 Archived-At: Stefan Monnier 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. > > We generally try to avoid using things like C-u C-u. Good to know. (I don't dare looking at changes we need in Org to follow this recommendation. But I will.) > IOW we should try to find some other way to provide this > functionality. Maybe adding a new command and bind it to C-x C-B? Or perhaps this is also not recommended? Thanks for the feedback, -- Bastien