[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 2cc2f00e8c 172/431: README: mention --with-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 2cc2f00e8c 172/431: README: mention --with-cairo |
Date: |
Mon, 16 Sep 2024 12:59:25 -0400 (EDT) |
branch: externals/indent-bars
commit 2cc2f00e8cd5c3f9d6de4a81507abedc9f4a9b42
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
README: mention --with-cairo
---
README.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 35974f4f09..f39074dc36 100644
--- a/README.md
+++ b/README.md
@@ -81,13 +81,14 @@ See [tree-sitter](#tree-sitter), and also the [Wiki
page](https://github.com/jdt
For `indent-bars` to display fancy guide bars, your port and version of emacs
must correctly display the `:stipple` face attribute. **Most do.** It can
also be used *without stipples*, drawing a simple vertical character (like `│`)
instead. It automatically does this in non-graphical displays (terminals), but
can optionally be configured to always do so; see [Character
Display](#character-display).
-Known `:stipple` support by Emacs versions:
+Known `:stipple` support, by Emacs build:
-- All known UNIX/GNU Linux versions support stipples.
-- "Pure GTK" (`--with-pgtk` build flag) versions support stipples, but had a
display bug that caused them to appear incorrectly (as [reverse
video](../../issues/3)) and lead to [crashes](../../issues/6); this was fixed
in Emacs
[here](https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-07/msg02081.html).
-- On Mac, the
[emacs-mac](https://bitbucket.org/mituharu/emacs-mac/src/master/)[^1] port has
stipple support, but others do not. `M-x version` should say `Carbon`, not
`NS`.
+- Linux:
+ - "Pure GTK" (`--with-pgtk` build flag) versions support stipples, but had a
display bug that caused them to appear incorrectly (as [reverse
video](../../issues/3)) and lead to [crashes](../../issues/6); this was fixed
in Emacs
[here](https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-07/msg02081.html)
and will presumably be released with Emacs 30.
+ - Cairo builds (`--with-cairo`) have been
[reported](../../issues/33#issuecomment-1768888990) not to display stipples.
+- Mac: The
[emacs-mac](https://bitbucket.org/mituharu/emacs-mac/src/master/)[^1] port has
stipple support, but others do not. `M-x version` should say `Carbon`, not
`NS`.
- Windows Emacs does not (apparently) support stipples.
-- Stipples are not supported on terminal emacs.
+- Terminal: Stipples are not supported on terminal emacs.
[^1]: Most easily installed [with
brew](https://github.com/railwaycat/homebrew-emacsmacport).
- [elpa] externals/indent-bars ea0cd3de21 390/431: indent-bars-ts: use the new jit/font-lock approach for scope bars, (continued)
- [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
- [elpa] externals/indent-bars 756cfb0f55 403/431: Handle c-ts-mode's offset variable, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d4c5d33ebf 408/431: ts: additional with-silent-modifications to ensure buffer unchanged, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2afaaa2398 421/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a86f8eca12 410/431: be more defensive with face-foreground/background, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6efd53115d 419/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a31c2f446a 396/431: indent-bars-ts: rename to finalize-jit-lock, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0456549b9a 427/431: Add sh-mode, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars cf411a485c 181/431: Use timer to rate-limit current depth highlight, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8f9a4d7cc9 146/431: Minore README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2cc2f00e8c 172/431: README: mention --with-cairo,
ELPA Syncer <=
- [elpa] externals/indent-bars 4dd4e0e8d7 171/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 56c4e96637 200/431: Check unfontify-region function before setting region-function, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 13a8d8d370 194/431: indent-bars: reorganize, style struct and alternate styling, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 269774df6d 201/431: Correct bar depth calculation corner case, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 209817a622 414/431: make teardown-functions buffer-local, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b63c46e6a2 413/431: Make update-depth-function and ppss buffer-local, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8e9d028811 398/431: Make default bars less obtrusive, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5ca30b97a7 422/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4a2e8e1792 426/431: First ELPA version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c4c680eb8e 431/431: Update README.md, ELPA Syncer, 2024/09/16