From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov 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 03:46:05 +0300 Organization: JURTA Message-ID: <8762n4e5gy.fsf@mail.jurta.org> References: <878vs0d10o.fsf@yun.yagibdah.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310690909 6122 80.91.229.12 (15 Jul 2011 00:48:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2011 00:48:29 +0000 (UTC) Cc: 9084@debbugs.gnu.org To: lee Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 15 02:48: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 1QhWZs-0002cH-1L for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jul 2011 02:48:24 +0200 Original-Received: from localhost ([::1]:41706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhWZr-0003Pe-CZ for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Jul 2011 20:48:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhWZZ-0003PE-Nm for bug-gnu-emacs@gnu.org; Thu, 14 Jul 2011 20:48:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhWZX-0003KE-42 for bug-gnu-emacs@gnu.org; Thu, 14 Jul 2011 20:48:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhWZW-0003K6-JV for bug-gnu-emacs@gnu.org; Thu, 14 Jul 2011 20:48:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QhWZV-0007iL-PV; Thu, 14 Jul 2011 20:48:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov 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 00:48:01 +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.131069086029625 (code B ref 9084); Fri, 15 Jul 2011 00:48:01 +0000 Original-Received: (at 9084) by debbugs.gnu.org; 15 Jul 2011 00:47:40 +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 1QhWZ9-0007hm-LA for submit@debbugs.gnu.org; Thu, 14 Jul 2011 20:47:40 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhWZ6-0007hY-Jt for 9084@debbugs.gnu.org; Thu, 14 Jul 2011 20:47:37 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 9047F6E804B; Thu, 14 Jul 2011 17:47:30 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 8CD1B451C247; Thu, 14 Jul 2011 17:47:29 -0700 (PDT) In-Reply-To: <878vs0d10o.fsf@yun.yagibdah.de> (lee@yun.yagibdah.de's message of "Thu, 14 Jul 2011 23:07:35 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 14 Jul 2011 20:48:01 -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:49104 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?