diff options
| -rw-r--r-- | itches/emacs/bulk.md | 6 | ||||
| -rw-r--r-- | itches/emacs/tracker.org | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md index a0a80f6..63a6adb 100644 --- a/itches/emacs/bulk.md +++ b/itches/emacs/bulk.md @@ -106,7 +106,6 @@ ## read-passwd - prevent kills from ending up in the clipboard -- add command to temporarily reveal password ## whitespace-mode @@ -193,7 +192,10 @@ Use-cases: ### page-break-lines -- borked in magit-diff +- borked when `^L` does not appear on a line of its own: + - diff buffers (including magit-diff) + - help buffers showing string variables containing a form feed + (e.g. `paragraph-separate`) ### diff-hl diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 788cf01..6b4b53b 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -498,9 +498,11 @@ index 57ec8a0428..91aabfb6d2 100644 :Role: author :PatchApplied: t :END: -***** TODO [[bug:52380]] ~run-python~ no longer focuses interpreter +***** DONE [[bug:52380]] ~run-python~ no longer focuses interpreter :PROPERTIES: :Role: author +:PatchApplied: t +:TestAdded: t :END: **** ~sh-mode~ ***** TODO Tweak indentation of continuation lines |
