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: Sun, 20 Jul 2014 01:19:40 -0600 Message-ID: <20140720011800478854474@bob.proulx.com> References: <834myc64eh.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1405840802 5816 80.91.229.3 (20 Jul 2014 07:20:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Jul 2014 07:20:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 20 09:19:55 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 1X8lPW-0008UD-RY for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Jul 2014 09:19:54 +0200 Original-Received: from localhost ([::1]:56690 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8lPW-00016H-DM for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Jul 2014 03:19:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8lPK-00016C-Td for help-gnu-emacs@gnu.org; Sun, 20 Jul 2014 03:19:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8lPK-0001I2-5i for help-gnu-emacs@gnu.org; Sun, 20 Jul 2014 03:19:42 -0400 Original-Received: from joseki.proulx.com ([216.17.153.58]:45239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8lPJ-0001Hw-VX for help-gnu-emacs@gnu.org; Sun, 20 Jul 2014 03:19:42 -0400 Original-Received: from hysteria.proulx.com (hysteria.proulx.com [192.168.230.119]) by joseki.proulx.com (Postfix) with ESMTP id C4B7421232 for ; Sun, 20 Jul 2014 01:19:40 -0600 (MDT) Original-Received: by hysteria.proulx.com (Postfix, from userid 1000) id 971722DC39; Sun, 20 Jul 2014 01:19:40 -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:98816 Archived-At: Yuri Khan wrote: > How do *you* switch buffers preferred by the current frame? I bind C-x C-b to electric-buffer-list. I couldn't live without it now. In MNHO it is soooo much nicer than list-buffers. (global-set-key "\C-x\C-b" 'electric-buffer-list) ; originally list-buffers Then C-x C-b C-n C-n ... C-n SPACE to select a buffer. Bob