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#9084: 24.0.50; displaying man pages splits the window and formats the text for the full width of the whole frame rather than for the width of the window the text is displayed in, which is only 1/2 the width of the frame Date: Fri, 15 Jul 2011 09:30:36 +0200 Message-ID: <4E1FEC9C.2090102@gmx.at> References: <878vs0d10o.fsf@yun.yagibdah.de> <8762n4e5gy.fsf@mail.jurta.org> 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 1310715090 25349 80.91.229.12 (15 Jul 2011 07:31:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2011 07:31:30 +0000 (UTC) Cc: 9084@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 15 09:31:26 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 1Qhcru-0006XI-3N for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jul 2011 09:31:26 +0200 Original-Received: from localhost ([::1]:41949 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhcrt-0002XR-8n for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jul 2011 03:31:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhcrb-0002Wl-Ga for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2011 03:31:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhcrX-0001xA-IV for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2011 03:31:07 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhcrX-0001wy-Fp for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2011 03:31:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QhcrW-0008Dj-VZ; Fri, 15 Jul 2011 03:31:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Jul 2011 07:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9084 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9084-submit@debbugs.gnu.org id=B9084.131071504931573 (code B ref 9084); Fri, 15 Jul 2011 07:31:02 +0000 Original-Received: (at 9084) by debbugs.gnu.org; 15 Jul 2011 07:30:49 +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 1QhcrH-0008DC-Rl for submit@debbugs.gnu.org; Fri, 15 Jul 2011 03:30:48 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1QhcrF-0008Ct-KL for 9084@debbugs.gnu.org; Fri, 15 Jul 2011 03:30:46 -0400 Original-Received: (qmail invoked by alias); 15 Jul 2011 07:30:39 -0000 Original-Received: from 62-47-43-250.adsl.highway.telekom.at (EHLO [62.47.43.250]) [62.47.43.250] by mail.gmx.net (mp033) with SMTP; 15 Jul 2011 09:30:39 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/+pqd6Sjj+XvBrPFsBNd0TfxCZDsCMZ3zAtW7//k o0ptSpIGgfHcmr User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <8762n4e5gy.fsf@mail.jurta.org> X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 15 Jul 2011 03:31:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:49112 Archived-At: >> So this might be as simple as reversing the order in which things happen: >> first splitting the frame automatically and then formatting the manual >> page vs. formatting the manual page first and then splitting the frame. > > Such reversing the order is implemented in http://debbugs.gnu.org/5054 > Maybe we should commit that now? Sounds reasonable, yes. martin