[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 563328e19e 009/431: resize-stipple: let fac
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 563328e19e 009/431: resize-stipple: let faces extend |
Date: |
Mon, 16 Sep 2024 12:59:08 -0400 (EDT) |
branch: externals/indent-bars
commit 563328e19ea00c833593cbd7b508daff1b2f0b45
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
resize-stipple: let faces extend
---
indent-bars.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/indent-bars.el b/indent-bars.el
index 5fd3c47976..1ba4aa4045 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -674,8 +674,7 @@ are not indicated."
"Refresh current indentation depth highlight.
Works by remapping the appropriate indent-bars-N face."
(let ((depth (/ (current-indentation) indent-bars-spacing)))
- (when (and (> depth 0) (not (= depth indent-bars--current-depth))
- (< depth (length indent-bars--faces)))
+ (when (and (> depth 0) (not (= depth indent-bars--current-depth)))
(setq indent-bars--current-depth depth)
(if indent-bars--remap-face ; out with the old
(face-remap-remove-relative indent-bars--remap-face))
@@ -756,7 +755,7 @@ Adapted from `highlight-indentation-mode'."
;; Faces
(indent-bars--create-stipple-face (frame-char-width) (frame-char-height))
- (indent-bars--create-faces 9 'reset) ; extends as needed
+ (indent-bars--create-faces 9 'reset) ; extends as needed
;; Font-lock
(setq indent-bars-orig-unfontify-region font-lock-unfontify-region-function)
- [elpa] externals/indent-bars a3083e769d 061/431: Merge pull request #1 from ideasman42/patch-2, (continued)
- [elpa] externals/indent-bars a3083e769d 061/431: Merge pull request #1 from ideasman42/patch-2, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d23ab840ec 062/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4a7f9c7528 059/431: README: more compatibility detail, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 25e3624ec1 108/431: initial support for treesitter + no string/comment descend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b3297d6739 118/431: indent-at-node: move point (guard at top level with save-excursion), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b913264e5a 167/431: highlight-current-depth: add palette (no blending), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5bce1c1324 005/431: Notes on updates :stipple usage given gutter offsets, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ee18d37d12 006/431: Greatly simplify row-data, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3fef0ab598 007/431: improve stipple description comment, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 14dad9430e 011/431: spacing: use override and default to 4 chars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 563328e19e 009/431: resize-stipple: let faces extend,
ELPA Syncer <=
- [elpa] externals/indent-bars fde60a178f 013/431: tint the main color with depth-based color first, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 257b723c72 014/431: Use stipple-rot for rotating stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2452b96761 021/431: Simplify create-faces, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 00a26de005 020/431: rename indentation->depth, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fa1d59893f 026/431: Some custom doc improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 73af2efff2 029/431: change bar pattern and blend defaults, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 69d3b3924c 091/431: format FAQs, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c5ccaf5926 067/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f4f2cba7c9 060/431: Add zz example, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6ec3e9b24b 052/431: Add more info on dual-buffer stipple issue, ELPA Syncer, 2024/09/16