emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: pin the right edge of the text to the right edge of


From: Kim F. Storm
Subject: Re: address@hidden: pin the right edge of the text to the right edge of the monitor]
Date: 07 Feb 2004 02:06:14 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Richard Stallman <address@hidden> writes:

> Can someone who has been working on the display code recently
> investigate this bug?

I have just installed a patch which should improve on this behaviour.  

Now the cursor is positioned nearer to the right margin when jumping to
the end of a long line (C-e), rather than centering the cursor as is
usually done when hscrolling.

Note that my fix only applies to the default hscroll settings; if you
have modified the hscroll parameters, your setting still apply.

> 
> From: Dan Jacobson <address@hidden>
> Subject: pin the right edge of the text to the right edge of the monitor
> To: address@hidden
> 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 <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]