bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#66464: Vc mode-line


From: Juri Linkov
Subject: bug#66464: Vc mode-line
Date: Mon, 13 Nov 2023 09:11:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

close 66464 30.0.50
thanks

>> Oh, this means that removing a space is useless for such mode-lines.
>> Ok, then let's add a much cleaner option `no-backend'.
>> Then anyone who doesn't like that space could customize
>> the mode line with something like
>>    (define-advice vc-mode-line (:after (&rest _args) remove-space)
>>      (setq vc-mode (string-trim-left vc-mode)))
>
> That certainly works for me.

Thanks for helping to arrive at this good solution.





reply via email to

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