memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit e9d1a653d8c543989b062af58a747cf2b200ef83
parent ad21997e7c86c61140518a4cc5ba0788c0ecbe24
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 12 Dec 2021 15:06:43 +0100

Add food for thought regarding ERT pitfalls

Diffstat:
Mitches/emacs/tracker.org | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org @@ -557,6 +557,11 @@ Andrea's [[https://akrl.sdf.org/gccemacs.html][progress page]]. :Role: author :END: Fixed by Andrea (see update 9 on his [[https://akrl.sdf.org/gccemacs.html][progress page]]). +** ERT +*** TODO Noninteractive pitfalls +- [ ] testing faces vs redisplay (org-mode feature) +- [ ] post-command hooks (electric-pair + undo bug) +- [ ] current buffer (run-python) * ELPA ** ada-mode *** TODO Preserve default value of ~project-read-file-name-function~