emacs-devel
[Top][All Lists]
Advanced

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

Re: The unwarranted scrolling assumption


From: Lennart Borgman
Subject: Re: The unwarranted scrolling assumption
Date: Sat, 19 Jun 2010 19:21:10 +0200

Yes, exactly.

On Sat, Jun 19, 2010 at 6:07 PM, Eli Zaretskii <address@hidden> wrote:
>> From: Lennart Borgman <address@hidden>
>> Date: Sat, 19 Jun 2010 16:20:16 +0200
>> Cc: address@hidden, address@hidden
>>
>> Just take the string that is the indentation of the current line and
>> put it as text property 'wrap-prefix. I have put that string in
>> ind-str-fill and do just this:
>>
>>                 (put-text-property beg-pos end-pos 'wrap-prefix ind-str-fill)
>
> And the value of ind-str-fill is the whitespace preceding the first
> non-white character of the line?  That is, a string containing blanks
> and TABs?
>
>



reply via email to

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