[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 4a7f9c7528 059/431: README: more compatibil
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 4a7f9c7528 059/431: README: more compatibility detail |
Date: |
Mon, 16 Sep 2024 12:59:13 -0400 (EDT) |
branch: externals/indent-bars
commit 4a7f9c7528955bbcca1fd180235a85a601cf2c45
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
README: more compatibility detail
---
README.md | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6abf0ca17f..db46fe6996 100644
--- a/README.md
+++ b/README.md
@@ -34,13 +34,18 @@ Not yet in a package database; simply clone and point
`use-package` at the corre
:hook ((python-mode yaml-mode) . indent-bars-mode)) ; or whichever modes you
prefer
```
-*Note*: For `indent-bars` to work, your port and version of emacs must
correctly support the `:stipple` face attribute. **Most do.**
+## Compatibility
+
+For `indent-bars` to work, your port and version of emacs must correctly
support the `:stipple` face attribute. **Most do.**
- All known UNIX/GNU Linux versions support stipples.
-- On Mac, the
[emacs-mac](https://bitbucket.org/mituharu/emacs-mac/src/master/) port has
stipple support (most easily installed [with
brew](https://github.com/railwaycat/homebrew-emacsmacport)).
+- On Mac, the
[emacs-mac](https://bitbucket.org/mituharu/emacs-mac/src/master/)[^1] port has
stipple support.
- Windows Emacs does not apparently support stipples.
+- `:stipple` is not supported (to my knowledge) on terminal emacs.
+
+[^1]: Most easily installed [with
brew](https://github.com/railwaycat/homebrew-emacsmacport))
-Please [open an issue](../../issues) with any updates/corrections to this
list. If you'd like to determine if stipples are working correctly in your
version of emacs, evaluate:
+Please [open an issue](../../issues) with any updates/corrections to this
list. If you'd like to determine if stipples are working correctly in your
version of emacs, enter (via `M-:`):
```elisp
(set-face-stipple 'default `(,(window-font-width) 1 ,(unibyte-string 1)))
- [elpa] externals/indent-bars bda7039cfd 089/431: Update examples.md, (continued)
- [elpa] externals/indent-bars bda7039cfd 089/431: Update examples.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 085f9f7fed 081/431: Added terminal example image, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6ace473d05 121/431: README: document treesitter support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a0d78b2c3d 065/431: Merge pull request #2 from BrunodaSilvaBelo/patch-1, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e8cc5c4a77 094/431: Make default highlight bolder, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d8ee83c12d 063/431: Fix footnote, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars acb992d370 103/431: Mention ┋, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3a971623af 102/431: Tweak README.md, ELPA Syncer, 2024/09/16
- [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 <=
- [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, 2024/09/16
- [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