[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: linum.el: problem (bug ?) fix and improvement
From: |
Toru TSUNEYOSHI |
Subject: |
Re: linum.el: problem (bug ?) fix and improvement |
Date: |
Sat, 14 May 2011 00:55:04 +0900 |
From: Stefan Monnier <address@hidden>
Subject: Re: linum.el: problem (bug ?) fix and improvement
Date: Fri, 13 May 2011 11:15:45 -0300
Message-ID: <address@hidden>
>> I have a case that I make unimportant text invisible temporarily, to
>> know only important information.
>
> Any reason why you don't use the ellipsis (see buffer-invisibility-spec)?
>
>
> Stefan
>
I can't check the ellipsis easily, if `truncate-lines' is non-nil and
the ellipsis text is truncated.
(In this case, I must scroll the window horizontally many times.)
If linum-mode provides information about the invisible text, I can check
the information very easily, I think.