emacs-devel
[Top][All Lists]
Advanced

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

Re: fringe symbol for newline


From: Vinicius Jose Latorre
Subject: Re: fringe symbol for newline
Date: Thu, 10 Jul 2008 20:58:55 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.15) Gecko/20080620 SeaMonkey/1.1.10

Juri Linkov wrote:
>> Hmmmm, ok, how do the symbols look in the fringe?
>>
>> That is, I was thinking something like:
>>
>> | LF                       RF | COMMENT
>> | | This is a short line.     | a short line (short symbol)
>> |                             | an empty line (no symbol)
>> | + This is a very very ver < | starts a very long line (begin symbol)
>> | > y long line that finish < | middle of a very long line (middle symbol)
>> | - s here.                   | ends a very long line (end symbol)
>>
>> Where, RF means Right Fringe and LF means Left Fringe.
>>
>> But it seems that David's suggestion is:
>>
>> | LF                       RF | COMMENT
>> |   This is a short line.     | a short line
>> | |                           | an empty line (paragraph symbol)
>> |   This is a very very ver < | starts a very long line
>> | > y long line that finish < | middle of a very long line
>> |   s here.                   | ends a very long line
>>     
>
> I thought that a suggested variant was rather like:
>
>   
>> | LF                       RF | COMMENT
>> |   This is a short line.   ¶ | ends a short line (paragraph symbol)
>> |                             | an empty line
>> |   This is a very very ver   | starts a very long line
>> |   y long line that finish   | middle of a very long line
>> |   s here.                 ¶ | ends a very long line (paragraph symbol)
>>     
>
> i.e. just like `(aset buffer-display-table 10 (vector 32 2230 10))',
> but with the paragraph symbol in the fringe instead of the buffer.
>   

Indeed, hmmmm, so the suggestion should be (marking all line which ends
with newline):

| LF RF | COMMENT
| This is a short line. ¶ | ends a short line (paragraph symbol)
| ¶ | an empty line (paragraph symbol)
| This is a very very ver | starts a very long line
| y long line that finish | middle of a very long line
| s here. ¶ | ends a very long line (paragraph symbol)





reply via email to

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