summaryrefslogtreecommitdiff
path: root/itches/emacs
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-11-19 11:33:16 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-11-19 11:33:16 +0100
commitef39e954533d7294f7e3c0adb68a9a4ca4ed501e (patch)
treeb6fe105368e17885c111bd2048ef8edf24f24257 /itches/emacs
parentfd429ea7dca4655837b3645560ff4a32ab0c4a5d (diff)
downloadmemory-leaks-ef39e954533d7294f7e3c0adb68a9a4ca4ed501e.tar.xz
Add more context to some Emacs itches
Diffstat (limited to 'itches/emacs')
-rw-r--r--itches/emacs/tracker.org11
1 files changed, 8 insertions, 3 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index 58e130e..8d00967 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -696,6 +696,8 @@ Currently items are filled like this:
Adding =\\[.\\]= to the regexp used in org-list-item-body-column
allows "ipsum" to be aligned below "lorem".
**** TODO [[bug:52587]] Prevent ~#+end_src~ background from extending to end-of-line when folded
+See also [[bug:65896]] for the converse: allowing the /heading/'s
+background to extend when folded.
**** TODO Add pandoc's ~auto_identifiers~ scheme for ID generation
~org-export-new-reference~ is the function which generates the current
ID, but it returns integers, so maybe the tweak should be made
@@ -830,9 +832,12 @@ split anyway"; the problem occurs without wrap-prefixes.
:END:
** ERT
*** TODO Noninteractive pitfalls
-- [ ] testing faces vs redisplay (org-mode dir-local TODO keywords)
-- [ ] post-command hooks (electric-pair + undo bug)
-- [ ] current buffer (run-python)
+- testing faces vs redisplay: may need ~font-lock-ensure~
+ [[https://list.orgmode.org/87a70stkmv.fsf@gmail.com/#Z32testing:lisp:test-org.el][(org-mode dir-local TODO keywords)]]
+- post-command hooks: may need ~ert-simulate-command~
+ [[bug:39680#32][(electric-pair + undo bug)]]
+- ~(window-buffer (selected-window))~ does not always match
+ ~(current-buffer)~ [[bug:52380#38][(run-python)]]
* ELPA
** ada-mode
*** DONE [[bug:52167]] Preserve default value of ~project-read-file-name-function~