emacs-elpa-diffs
[Top][All Lists]
Advanced

[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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]