From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Proulx Newsgroups: gmane.emacs.help Subject: Re: Feeling lost without tabs Date: Mon, 21 Jul 2014 15:05:26 -0600 Message-ID: <20140721145902527989171@bob.proulx.com> References: <834myc64eh.fsf@gnu.org> <877g37ubbi.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1405976759 2827 80.91.229.3 (21 Jul 2014 21:05:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2014 21:05:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 21 23:05:52 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1X9KmO-0006gP-2T for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Jul 2014 23:05:52 +0200 Original-Received: from localhost ([::1]:36308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9KmN-00025O-ID for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Jul 2014 17:05:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9Km7-000258-4g for help-gnu-emacs@gnu.org; Mon, 21 Jul 2014 17:05:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9Km0-0002dk-WB for help-gnu-emacs@gnu.org; Mon, 21 Jul 2014 17:05:35 -0400 Original-Received: from joseki.proulx.com ([216.17.153.58]:40774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9Km0-0002df-Nw for help-gnu-emacs@gnu.org; Mon, 21 Jul 2014 17:05:28 -0400 Original-Received: from hysteria.proulx.com (hysteria.proulx.com [192.168.230.119]) by joseki.proulx.com (Postfix) with ESMTP id C4FA921232 for ; Mon, 21 Jul 2014 15:05:27 -0600 (MDT) Original-Received: by hysteria.proulx.com (Postfix, from userid 1000) id 924892DC3A; Mon, 21 Jul 2014 15:05:26 -0600 (MDT) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 216.17.153.58 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98872 Archived-At: Dan Espen wrote: > Bob Proulx writes: > > I assume electric-buffer-list came first and buffer-menu > > duplicated the behavior since I have been using > > electric-buffer-list for a very many years and had not ever heard > > of buffer-menu before? That is my assumption until I learn > > otherwise. > > buffer menu first. Hmm... I remain cautiously suspicious. :-) > I think you'll find it's the default binding. No. The default binding for C-x C-b is list-buffers. I am using the current Debian Sid Unstable version. The GNU upstream may have changed it very recently but if so that hasn't trickled down yet. emacs -Q C-h c C-x C-b C-x C-b runs the command list-buffers M-x emacs-version GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-06-06 on barber, modified by Debian > Something that should have changed a long time ago. I would agree but as far as I can see it hasn't changed. Bob