emacs-devel
[Top][All Lists]
Advanced

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

Re: fringe symbol for newline


From: Juri Linkov
Subject: Re: fringe symbol for newline
Date: Fri, 11 Jul 2008 02:03:20 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

> 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.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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