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#9350: 23.3; File menu should contain "split window horizontally C-x 3" Date: Mon, 17 Oct 2011 15:12:27 +0200 Message-ID: <4E9C29BB.4020804@gmx.at> References: <87wre4z0zw.wl%arne_bab@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1318857209 13897 80.91.229.12 (17 Oct 2011 13:13:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 17 Oct 2011 13:13:29 +0000 (UTC) To: 9350-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 17 15:13:25 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RFn0N-0004Y2-Ox for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Oct 2011 15:13:23 +0200 Original-Received: from localhost ([::1]:44087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFn0N-00087R-8B for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Oct 2011 09:13:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFn0F-000861-Ts for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2011 09:13:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFn0B-0008F5-NV for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2011 09:13:15 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFn0B-0008Ez-K6 for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2011 09:13:11 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RFn10-00088B-H6 for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2011 09:14:02 -0400 In-Reply-To: <87wre4z0zw.wl%arne_bab@web.de> Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 17 Oct 2011 13:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 9350 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 9350@debbugs.gnu.org, rudalics@gmx.at Original-Received: via spool by 9350-done@debbugs.gnu.org id=D9350.131885721431206 (code D ref 9350); Mon, 17 Oct 2011 13:14:02 +0000 Original-Received: (at 9350-done) by debbugs.gnu.org; 17 Oct 2011 13:13:34 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RFn0Y-00087G-0d for submit@debbugs.gnu.org; Mon, 17 Oct 2011 09:13:34 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1RFn0U-000870-QM for 9350-done@debbugs.gnu.org; Mon, 17 Oct 2011 09:13:32 -0400 Original-Received: (qmail invoked by alias); 17 Oct 2011 13:12:33 -0000 Original-Received: from 62-47-35-87.adsl.highway.telekom.at (EHLO [62.47.35.87]) [62.47.35.87] by mail.gmx.net (mp010) with SMTP; 17 Oct 2011 15:12:33 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19UpcQXVGlUzUn6YEhWhMiVUmcVYpwGRdbkDhdXbE yDr6lBdXhRwEV0 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 17 Oct 2011 09:14:02 -0400 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:52711 Archived-At: > Splitting windows horizontally becomes more and more important as the > screen sizes rise - and it is prevalent in todays programming > environments. > > So I think that it would be important to add that entry to the menu - > also because a new user just asked me that, so this is no theoretical > construct, but an observation. > > This would clear up which kind of splitting is meant by the simple > "split window". I added an entry for C-x 3. Please have a look. martin Note: Adding an entry for `split-window-sensibly' doesn't strike me as a good idea since that function is part of the buffer display routines and constrained by `split-height-threshold' and `split-width-threshold'.