[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 1439cc08d1 285/431: create-stipples -> crea
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 1439cc08d1 285/431: create-stipples -> create-stipple-remaps |
Date: |
Mon, 16 Sep 2024 12:59:39 -0400 (EDT) |
branch: externals/indent-bars
commit 1439cc08d121a0fc09cc9eef55ff3c6e10e34300
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
create-stipples -> create-stipple-remaps
---
indent-bars.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/indent-bars.el b/indent-bars.el
index 814deb7f16..94722142f3 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1343,7 +1343,7 @@ attributes are set via filtered face remaps.")
(cl-loop for (_k r) on pl by #'cddr do
(face-remap-remove-relative r)))
-(defun indent-bars--create-stipples (w h rot)
+(defun indent-bars--create-stipple-remaps (w h rot)
"Create and store stipple remaps for the given font size and pixel start.
W is the `window-font-width', H is the corresponding height, and
ROT is the number of bits to rotate the pattern start. An entry
@@ -1405,7 +1405,7 @@ WIN defaults to the selected window. To be set as a local
(ht (buffer-local-value 'indent-bars--stipple-remaps buf))
((null (gethash whr ht))))
(with-current-buffer buf ; we may be called from an arbitrary buffer
- (indent-bars--create-stipples w h rot)
+ (indent-bars--create-stipple-remaps w h rot)
(indent-bars--schedule-remap-cleanup)))))
(defun indent-bars--cleanup-stipple-remaps (buf)
- [elpa] externals/indent-bars 85fcf55464 210/431: Merge branch 'main' into treesit-scope, (continued)
- [elpa] externals/indent-bars 85fcf55464 210/431: Merge branch 'main' into treesit-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2a8cf5a2fa 243/431: Major refactor for STYLE stipple face & support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 13cebfa12f 229/431: Merge pull request #37 from gekoke/gekoke/nixlang-indentation, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6116ab7468 263/431: Correctly remove remaps from plists, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1f575f2404 211/431: Remove unused ts--scope-query, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b0c138ce17 256/431: teardown whr win-param but not global faces, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ac949f347e 260/431: Remove unnecessary cleanup on update-all-stipples, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 916dc89ce9 261/431: Do not trust indent-bars-whr window parameter absolutely, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7e0493f157 280/431: Store and check bol not point; no scope recompute on same line, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 75498edc35 281/431: docstrings: custom vars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1439cc08d1 285/431: create-stipples -> create-stipple-remaps,
ELPA Syncer <=
- [elpa] externals/indent-bars a3dc4a81d6 322/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a7e9554671 326/431: Bump width-frac to 0.375, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b2ea9c3b47 343/431: treesit scope: save and invalidate old ranges too, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 56bf93a7c3 313/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0c136d8f68 357/431: Merge branch 'main' into simple-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5ddaf12da3 375/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 11e639365d 368/431: Add new ts--custom-update-scope to custom-set hook, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b4594e0946 355/431: Correct local stipple update on text-scale, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f8b8ec6d3 399/431: Tweak commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ea0cd3de21 390/431: indent-bars-ts: use the new jit/font-lock approach for scope bars, ELPA Syncer, 2024/09/16