From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Tennant Newsgroups: gmane.emacs.bugs Subject: Re: want user option for pop-to-buffer to split window horizontally not vertical Date: 15 Dec 2005 22:01:30 +0000 Message-ID: <87psny9g05.fsf@smolny.plus.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134685882 28696 80.91.229.2 (15 Dec 2005 22:31:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2005 22:31:22 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Dec 15 23:31:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1En1b0-0007U0-7y for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 Dec 2005 23:29:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1En1bf-0008MR-4G for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 Dec 2005 17:29:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1En1B5-0001pt-Sd for bug-gnu-emacs@gnu.org; Thu, 15 Dec 2005 17:02:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1En1B3-0001n0-Ba for bug-gnu-emacs@gnu.org; Thu, 15 Dec 2005 17:02:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1En1B2-0001me-W4 for bug-gnu-emacs@gnu.org; Thu, 15 Dec 2005 17:02:17 -0500 Original-Received: from [212.55.154.22] (helo=sapo.pt) by monty-python.gnu.org with smtp (Exim 4.34) id 1En1DM-0001tq-3U for bug-gnu-emacs@gnu.org; Thu, 15 Dec 2005 17:04:40 -0500 Original-Received: (qmail 28281 invoked by uid 0); 15 Dec 2005 22:01:31 -0000 Original-Received: from unknown (HELO sapo.pt) (10.134.35.205) by relay2 with SMTP; 15 Dec 2005 22:01:31 -0000 Original-Received: (qmail 16444 invoked from network); 15 Dec 2005 22:01:33 -0000 X-AntiVirus: PTMail-AV 0.3.87.1 X-Virus-Status: Clean (0.00387 seconds) Original-Received: from unknown (HELO localhost.dellboy) (as4807240@sapo.pt@[82.155.149.146]) (envelope-sender ) by mta10 (qmail-ldap-1.03) with SMTP for ; 15 Dec 2005 22:01:33 -0000 Original-To: "Walter Gillett" In-Reply-To: Original-Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:14654 Archived-At: "Walter Gillett" writes: > Juri- > > That would be great, thanks! > > -Walter Just in case... have you heard of iswitchb? Forgive me if you have. Just add (iswitchb-mode 1) somewhere in your ~/.emacs and observe the changed behaviour. (list-buffers) is mapped to `C-x C-b', so you can still use it, and `C-x b' is now mapped to (iswitchb-buffer). Cycle forward and back through buffers in the echo area using C-s and C-r. Select them with , kill them with C-k. Add patterns to iswtich-buffer-ignore if they needn't be listed. It's far less disruptive and just as functional in my opinion.