emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: unnecessary continuation marks


From: Kim F. Storm
Subject: Re: unnecessary continuation marks
Date: 26 Dec 2003 02:38:56 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Markus Rost <address@hidden> writes:

> It appears that there are unnecessary continuation marks for lines
> which fit exactly into the frame.  For instance, I have
> 
> (frame-parameter nil 'width) => 80
> 
> but the next line shows a continuation mark:
> 
> *123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789
> 
> This way, the line uses visibly the space of two lines.
> 

The problem is that we need a screen position to place the cursor if
it is at the newline at the end of that line.  Thus, the line is
continued to make space for the newline at the first column of the
continuation line.

It is on my to-do list to (somehow) put the cursor in the right fringe
when it is at the end of a line which (except for the newline) exactly
fits the window width.

-- 
Kim F. Storm  http://www.cua.dk





reply via email to

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