[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 7bafeb32bc 074/431: README: update with PGT
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 7bafeb32bc 074/431: README: update with PGTK :stipple Emacs bug fix |
Date: |
Mon, 16 Sep 2024 12:59:15 -0400 (EDT) |
branch: externals/indent-bars
commit 7bafeb32bc90c45d5552bd0a4524f767dac73771
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
README: update with PGTK :stipple Emacs bug fix
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 8a346a88ad..bc4a2ed29e 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,10 @@ To clone with `use-package` and `straight`, add to config:
For `indent-bars` to work, your port and version of emacs must correctly
display the `:stipple` face attribute. **Most do.**
- All known UNIX/GNU Linux versions support stipples.
-- "Pure GTK" (`--with-pgtk` build flag) versions support stipples, but display
them incorrectly as of Emacs 29.
-- 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.
+- "Pure GTK" (`--with-pgtk` build flag) versions support stipples, but had a
display bug that caused them to appear incorrectly (as reverse video) and lead
to [crashes](#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.
+- Windows Emacs does not (apparently) support stipples.
+- `:stipple` is not supported on terminal emacs.
[^1]: Most easily installed [with
brew](https://github.com/railwaycat/homebrew-emacsmacport).
- [elpa] externals/indent-bars 84f650e5b1 031/431: simplify stipple, (continued)
- [elpa] externals/indent-bars 84f650e5b1 031/431: simplify stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a47382bd4b 043/431: Improve comments and remove unused arg from calculate-face-spec, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8b97ca4864 097/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars de347fc7fd 098/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d365f46929 050/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c495514596 069/431: README: mention disabling font-lock for stipple testing, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars eb87a137ef 054/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e4c4bb752a 120/431: treesit: ignore-blank-lines-types, string query, custom var refactor, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ebd89ab245 101/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 77411a364c 110/431: Switch from ppss to tree-sitter for string context, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7bafeb32bc 074/431: README: update with PGTK :stipple Emacs bug fix,
ELPA Syncer <=
- [elpa] externals/indent-bars 579aa101be 077/431: Initial no-stipple support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4dc2b9e329 057/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 44d7d633fc 123/431: Small doc, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ea53a29562 127/431: Fix unwanted extra bars on over-sufficient blank lines, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 80ca1daeef 134/431: Remove reference to vestigial skip-leftmost-column, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 55852b3cee 128/431: Minor doc improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9de7111faf 125/431: Initial tab support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 95f2bac5d9 136/431: blank-string: fix width trailing space calculation for one bar case, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 98784d79e7 169/431: Document no-stipple-char-font-weight, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 37239a3acb 148/431: save point more locally in draw-line, and highlight-current-depth, ELPA Syncer, 2024/09/16