emacs-devel
[Top][All Lists]
Advanced

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

Re: The unwarranted scrolling assumption


From: Eli Zaretskii
Subject: Re: The unwarranted scrolling assumption
Date: Sat, 19 Jun 2010 19:07:05 +0300

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