emacs-devel
[Top][All Lists]
Advanced

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

Re: Fill column indicator functionality


From: Ergus
Subject: Re: Fill column indicator functionality
Date: Tue, 2 Apr 2019 17:35:04 +0200
User-agent: NeoMutt/20180716

Ok, it is done in the simpler way then, I just added the extra if:

&& (it->continuation_lines_width == 0)               \

and moved everything to a macro. I think this is enough right?, at least
it is working for me.



On Tue, Apr 02, 2019 at 06:07:25PM +0300, Eli Zaretskii wrote:
Date: Tue, 2 Apr 2019 15:37:18 +0200
From: Ergus <address@hidden>
Cc: address@hidden

Ok, it is done.

But maybe the "right" to do is to add a special value to the
display-fill-column-indicator var in order to avoid an extra variable
only for this.

Right now it is only t||nil, we can set a value like 'visual right?.

Only if there is demand for that, IMO.  I think past discussions
indicated people don't want to see the indicator on continuation
lines, and �scar just confirmed that one more time.



reply via email to

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