[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 6f0f2bf5ce 092/431: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 6f0f2bf5ce 092/431: Update README.md |
Date: |
Mon, 16 Sep 2024 12:59:17 -0400 (EDT) |
branch: externals/indent-bars
commit 6f0f2bf5ce64e5f662d6d1d6a1b167ac8d576f9a
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index a68dd0e648..27f5ed954e 100644
--- a/README.md
+++ b/README.md
@@ -100,12 +100,6 @@ The heaviest operation (though still fairly efficient) is
**blank-line highlight
## Display
-### Non-stipple display
-
-For terminals, (and everywhere, if `indent-bars-prefer-character` is set),
`indent-bars` will not attempt stipple display, but instead use simple
characters (e.g. `│`; see [an example](examples.md#in-terminal)).
-
-Note that in mixed gui/terminal sessions of the same Emacs version, you may
need to `M-x indent-bars-reset` when switching a given buffer between graphical
and terminal frames.
-
### Stipples
Stipples are repeating patterns anchored to the full emacs frame.
`indent-bars` basically "opens windows" on this fixed pattern to "reveal" the
bars.
@@ -140,6 +134,12 @@ There is one rare corner case, however: showing the *same
buffer* side by side i
Options are living with this, switching to [character-based
bars](#non-stipple-display), or (for Emacs >=29) instead of visiting the same
buffer, cloning an indirect buffer (which has other advantages, like an
independent region). Note that Emacs 28 and earlier have a bug which results
in cloned buffers sharing the same face remapping list as their parent; this is
fixed in Emacs 29.
+### Non-stipple display
+
+For terminals, (and everywhere, if `indent-bars-prefer-character` is set),
`indent-bars` will not attempt stipple display, but instead use simple
characters (e.g. `│`; see [an example](examples.md#in-terminal)).
+
+Note that in mixed gui/terminal sessions of the same Emacs version, you may
need to `M-x indent-bars-reset` when switching a given buffer between graphical
and terminal frames.
+
### Advantages/Disadvantages
#### Advantages of stipples
- [elpa] externals/indent-bars 73af2efff2 029/431: change bar pattern and blend defaults, (continued)
- [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
- [elpa] externals/indent-bars 96d64efa43 064/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 169b85f092 068/431: README: update stipple test, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 759a80e5cf 082/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9935c0f9a2 105/431: teardown no-stipple-chars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 01583822ab 095/431: New example image, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f0f2bf5ce 092/431: Update README.md,
ELPA Syncer <=
- [elpa] externals/indent-bars 55d8ef1711 096/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 180b6ab95c 053/431: Mention stipple compatibility, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5eb33cc94f 085/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7da1a4a2a4 107/431: Update examples.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 54d15a437d 122/431: customize and var name tweaks, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 77aec85ad0 124/431: Merge branch 'treesit' into dev, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a7bfe31d59 131/431: display-line: offset start if no tabs, invent with correct bar count, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f1404b31fe 151/431: Added what's new, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3a9ffd9176 142/431: Add cobol-mode support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 327ace5493 162/431: ts-node-query: add FIRST-SPANNING flag to insist top node encloses, ELPA Syncer, 2024/09/16