[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/page-break-lines 1f71eb258a 18/80: Add note about the use
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/page-break-lines 1f71eb258a 18/80: Add note about the use of text-scale-{increase, decrease} |
Date: |
Tue, 5 Sep 2023 04:03:04 -0400 (EDT) |
branch: elpa/page-break-lines
commit 1f71eb258a63bb2eed0baab92a155c12c5aabefc
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>
Add note about the use of text-scale-{increase,decrease}
---
page-break-lines.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/page-break-lines.el b/page-break-lines.el
index fde8cab177..d53f2e1cc9 100644
--- a/page-break-lines.el
+++ b/page-break-lines.el
@@ -47,6 +47,12 @@
;; Use `describe-char' on a page break char to determine whether this
;; is the case.
+;; Additionally, the use of `text-scale-increase' or
+;; `text-scale-decrease' will cause the rule width to be incorrect,
+;; because the reported window width (in characters) will continue to
+;; be the width in the frame's default font, not the scaled font used to
+;; display the rule.
+
;; Adapted from code http://www.emacswiki.org/emacs/PageBreaks
;;; Code:
- [nongnu] elpa/page-break-lines c82759f267 50/80: Add Patreon badge, (continued)
- [nongnu] elpa/page-break-lines c82759f267 50/80: Add Patreon badge, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines d16df692b3 48/80: Fix checkdoc warning, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 6fb993a420 61/80: There's no need to autoload the custom vars, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 5872e5d51c 54/80: Fix disabling when major mode is derived from one of p-b-l-modes, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines fd3b7e38ad 53/80: Drop redundant byte-compile-warnings flag, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines cc283621c6 77/80: Add Emacs 28.1 to CI matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 3b8549cd41 75/80: Add Emacs 27.2 to CI matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines c4283f580f 79/80: Release 0.15, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 85cec0af15 11/80: Enable page-break-lines in outline-mode, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines fc6e1c648c 14/80: Merge pull request #2 from drothlis/derived-modes, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 1f71eb258a 18/80: Add note about the use of text-scale-{increase, decrease},
ELPA Syncer <=
- [nongnu] elpa/page-break-lines 077aba9ced 20/80: Set checkdoc-minor-mode locally using var, not exec, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines a294b61364 30/80: Swap section order to avoid byte compilation warning, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 9229260e88 39/80: Drop mention of marmalade, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 128f1fe3eb 40/80: Not to intefere with buffers not in page-break-lines-modes., ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 5e9ed86bb5 80/80: Ignore all .elc files, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 69caea0703 74/80: Remove obsolete alias (fixes #33), ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines c133848345 44/80: Merge pull request #13 from knu/char-width, ELPA Syncer, 2023/09/05