summaryrefslogtreecommitdiff
path: root/personal/itches.md
diff options
context:
space:
mode:
Diffstat (limited to 'personal/itches.md')
-rw-r--r--personal/itches.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/personal/itches.md b/personal/itches.md
index 9725c99..22cfed3 100644
--- a/personal/itches.md
+++ b/personal/itches.md
@@ -398,6 +398,19 @@ Full disclosure
### page-break-lines
- borked in magit-diff
+- cannot turn off when major-mode is derived from one of
+ page-break-lines-modes; pull-request pending:
+
+ ``` diff
+ @@ -138,7 +138,7 @@
+ (new-display-entry (vconcat (make-list width glyph))))
+ (unless (equal new-display-entry (elt buffer-display-table ?\^L))
+ (aset buffer-display-table ?\^L new-display-entry)))))
+ - (when (and (member major-mode page-break-lines-modes)
+ + (when (and (apply 'derived-mode-p page-break-lines-modes)
+ buffer-display-table)
+ (aset buffer-display-table ?\^L nil))))))
+ ```
### diff-hl