emacs-devel
[Top][All Lists]
Advanced

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

Re: master 3beb8bc 3/3: Allow controlling the look of the line/column in


From: Lars Ingebrigtsen
Subject: Re: master 3beb8bc 3/3: Allow controlling the look of the line/column indicators
Date: Sun, 20 Sep 2020 21:44:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Juri Linkov <juri@linkov.net> writes:

> Thanks.  I noticed another problem: the column/line format string
> is not fixed-length anymore.  So when its length changes from e.g.
> "(9,9)" to "(10,10)", the rest of the mode-line is shifted to the right,
> and jumps right/left all the time when the cursor moves in the buffer.
> This is a regression.  The mode-line was not so jumpy before,
> the format string "  (%l, %c)  " was always the same fixed length.

Yup.  I misunderstood what (-6 "...") meant -- it's max width, not min
width.  But (6 "...") is not, confusingly enough, not max width in the
context of a :propertize?  *scratches head*

I've now restored the min-width elements of these two elements on the
trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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