From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#12380: other window related commands broken Date: Fri, 07 Sep 2012 22:26:14 +0200 Message-ID: <504A5866.9010009@gmx.at> References: <504A43D2.1010307@sprynet.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347049611 24595 80.91.229.3 (7 Sep 2012 20:26:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2012 20:26:51 +0000 (UTC) Cc: 12380@debbugs.gnu.org To: Doug Morgan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 07 22:26:52 2012 Return-path: Envelope-to: geb-bug-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 1TA58b-0000Xg-3I for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Sep 2012 22:26:49 +0200 Original-Received: from localhost ([::1]:35126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TA58X-0003FW-W7 for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Sep 2012 16:26:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TA58V-0003FQ-N1 for bug-gnu-emacs@gnu.org; Fri, 07 Sep 2012 16:26:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TA58U-000597-Nt for bug-gnu-emacs@gnu.org; Fri, 07 Sep 2012 16:26:43 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TA58U-000593-K4 for bug-gnu-emacs@gnu.org; Fri, 07 Sep 2012 16:26:42 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TA58n-0000Fq-Jq for bug-gnu-emacs@gnu.org; Fri, 07 Sep 2012 16:27:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Sep 2012 20:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12380 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12380-submit@debbugs.gnu.org id=B12380.1347049590936 (code B ref 12380); Fri, 07 Sep 2012 20:27:01 +0000 Original-Received: (at 12380) by debbugs.gnu.org; 7 Sep 2012 20:26:30 +0000 Original-Received: from localhost ([127.0.0.1]:47209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TA58I-0000F3-8V for submit@debbugs.gnu.org; Fri, 07 Sep 2012 16:26:30 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:35492) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TA58G-0000Ew-59 for 12380@debbugs.gnu.org; Fri, 07 Sep 2012 16:26:29 -0400 Original-Received: (qmail invoked by alias); 07 Sep 2012 20:26:07 -0000 Original-Received: from 62-47-42-86.adsl.highway.telekom.at (EHLO [62.47.42.86]) [62.47.42.86] by mail.gmx.net (mp012) with SMTP; 07 Sep 2012 22:26:07 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/dhuZwCmfdqiwWKeZtT4Rl9ql9HezUVZ9SBC7h7+ 0QqeXwj8QkUa9o In-Reply-To: <504A43D2.1010307@sprynet.com> X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:63917 Archived-At: > Edit a file > C-x 2 > (OK, now you have a two windows split horizontally) > C-x C-b > One of the windows **splits vertically**(!!) to show the buffer menu. With emacs -Q here the lower window is used. > Older versions of emacs (I don't know how far back you have to go) use > the "other" window of the two horizontally split window to display the > menu. The old way is by far the better way. The same thing happens > with C-x 4 C-f and I think other C-x 4 commands. All make for annoying > work cleaning up your windows after the unwanted vertical splits happen. Please test with emacs -Q and from the Help menu use the entry "How to Report a Bug" in order to provide the necessary information. Thanks, martin