From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] * lisp/ibuffer.el: Add ability to (un-)mark or delete buffers in the region. Date: Mon, 14 Dec 2015 19:33:15 +0200 Message-ID: <83zixd2aw4.fsf@gnu.org> References: <566C9565.2000300@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1450114409 12018 80.91.229.3 (14 Dec 2015 17:33:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Dec 2015 17:33:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: foudfou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 14 18:33:24 2015 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 1a8Wzz-0007Xn-TK for ged-emacs-devel@m.gmane.org; Mon, 14 Dec 2015 18:33:24 +0100 Original-Received: from localhost ([::1]:32987 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8Wzz-0004xo-9x for ged-emacs-devel@m.gmane.org; Mon, 14 Dec 2015 12:33:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8Wzl-0004xf-3k for emacs-devel@gnu.org; Mon, 14 Dec 2015 12:33:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8Wzf-00033i-IF for emacs-devel@gnu.org; Mon, 14 Dec 2015 12:33:09 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8Wzf-00033e-Fm; Mon, 14 Dec 2015 12:33:03 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1230 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1a8Wze-0000zC-Nl; Mon, 14 Dec 2015 12:33:03 -0500 In-reply-to: <566C9565.2000300@gmail.com> (message from foudfou on Sat, 12 Dec 2015 22:45:09 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:196250 Archived-At: > From: foudfou > Date: Sat, 12 Dec 2015 22:45:09 +0100 > > I recently realized in ibuffer that the region could no be used to select buffers. This can be done only with prefix and at point. Being able to visually select and mark (lots of) buffers in different places in a (big) buffer list is helpful though. > > This is what this patch is about. It doesn't change previous behaviors, and just adds the ability to select with the region. For the sake of simplicity, I didn't modify current menu labels, the mode's help, nor renamed the impacted functions. Could someone who uses ibuffer.el please look into this patch and provide comments? TIA