|
From: | J.P. |
Subject: | Re: bug#44140: 26.3; ERC stamps: Really use latest buffer's window's width prior to `fill-column' |
Date: | Tue, 08 Jun 2021 22:29:17 -0700 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Actually, you'd probably have to include that silly gap variable I added in all the "should-newline-p" figuring. So maybe something like: - (insert string)) + (when (>= col (- pos erc-timestamp-align-to-gap)) (newline)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + (erc-insert-aligned string erc-timestamp-right-column) I don't know.
[Prev in Thread] | Current Thread | [Next in Thread] |