From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: [jidanni@jidanni.org: pin the right edge of the text to the right edge of the monitor] Date: 01 Feb 2004 22:46:28 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075668766 9081 80.91.224.253 (1 Feb 2004 20:52:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 20:52:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 21:52:38 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnOa6-0003PL-00 for ; Sun, 01 Feb 2004 21:52:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnOa5-0002AA-00 for ; Sun, 01 Feb 2004 21:52:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnOVL-0001H0-L1 for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 15:47:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnOUn-00018o-Dr for emacs-devel@gnu.org; Sun, 01 Feb 2004 15:47:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnOUF-000142-2u for emacs-devel@gnu.org; Sun, 01 Feb 2004 15:47:06 -0500 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnOUE-00013Z-6d; Sun, 01 Feb 2004 15:46:34 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id F07F8262972; Sun, 1 Feb 2004 21:46:29 +0100 (CET) Original-To: rms@gnu.org In-Reply-To: Original-Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19621 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19621 Richard Stallman writes: > Can someone who has been working on the display code recently > investigate this bug? I can look into it. However, it is not a new bug; 21.2 also behaves like this. > > From: Dan Jacobson > Subject: pin the right edge of the text to the right edge of the monitor > To: bug-gnu-emacs@gnu.org > Date: Fri, 30 Jan 2004 09:03:24 +0800 > > Gentlemen, do > $ perl -wle "for (1..50){print 'z' x $((${COLUMNS-99}+10))}" > wide_file > #I.e. make a file with lines longer than your monitor can handle without wrapping. > $ emacs -q --no-site-file wide_file > M-x toggle-truncate-lines > C-e or C-x < > Note how there is tons of space wasted as there is no way to pin the > right edge of the text to the right edge of the monitor. > A C-a gets the left edge of the text nicely fixed to the left edge of > the monitor, but no consideration is given to us right-wingers. > -- Kim F. Storm http://www.cua.dk