[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/annotate dd6165ba32 05/14: - fixed wrapping of annotation
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/annotate dd6165ba32 05/14: - fixed wrapping of annotation in a 'box'. |
Date: |
Wed, 20 Mar 2024 10:00:00 -0400 (EDT) |
branch: elpa/annotate
commit dd6165ba32f34f0bef5074e5519cd9214e2e3a33
Author: cage <cage>
Commit: cage <cage@invalid>
- fixed wrapping of annotation in a 'box'.
---
annotate.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/annotate.el b/annotate.el
index 107b789370..9d12e2d4be 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1379,10 +1379,11 @@ a a**"
:new-line
:margin)
position)))
- (let* ((multiline-annotation (annotate-wrap-annotation-in-box ov
+ (let* ((wrap-in-a-new-line (eq new-position-policy :new-line))
+ (multiline-annotation (annotate-wrap-annotation-in-box ov
bol
eol
-
new-position-policy))
+
wrap-in-a-new-line))
(annotation-stopper (if (not (eq new-position-policy
:margin))
(if (= overlays-counter
- [nongnu] elpa/annotate updated (dfe0d7c990 -> 9d88cc7ffe), ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 955b875112 01/14: - preferred wrapping functions instead of call to 'overlay-put' and 'overlay-get'., ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 0f6064f162 08/14: - updated docstrings., ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 6ee1d936db 07/14: - fixed variable name., ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 201e1c7e96 13/14: - updated NEWS., ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 9d88cc7ffe 14/14: Merge pull request #160 from cage2/master, ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 44577f237c 02/14: - allowed different positioning of annotated text on the same buffer., ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate dd6165ba32 05/14: - fixed wrapping of annotation in a 'box'.,
ELPA Syncer <=
- [nongnu] elpa/annotate 782c5f7dca 09/14: - updated README., ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 666fb32177 04/14: - fixed position policy layout in builder., ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 9e885741f5 06/14: - added new command 'annotate-change-annotation-color';, ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 5b63a89874 10/14: - changed keybinding for 'annotate-change-annotation-text-position';, ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 3268944bbd 03/14: - added command 'annotate-change-annotation-text-position'., ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 9aa27cadf7 11/14: - increased version number., ELPA Syncer, 2024/03/20
- [nongnu] elpa/annotate 8a8e2cd282 12/14: - updated changelog., ELPA Syncer, 2024/03/20