summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-13 07:36:18 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-13 07:36:18 +0100
commit1e9c6cd82084d3b0f82398c9ea0142cce1152c45 (patch)
treea13648a55c0e42c12234ae18dd3a9fc65856d6df
parent63c72edc1a50cb4e54dced8d8b231959075fc14d (diff)
downloadmemory-leaks-1e9c6cd82084d3b0f82398c9ea0142cce1152c45.tar.xz
Update some itches
-rw-r--r--itches/emacs/bulk.md6
-rw-r--r--itches/emacs/tracker.org4
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