memory-leaks

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

commit e1d8bf31efc190983dcc3255b68ae4a812cf06b5
parent 06be5c03a978af7eeba458fa0d0d2f1288bae59b
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 26 Nov 2021 19:55:09 +0100

Add a nit about ada-mode

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

diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org @@ -558,6 +558,14 @@ Andrea's [[https://akrl.sdf.org/gccemacs.html][progress page]]. :END: Fixed by Andrea (see update 9 on his [[https://akrl.sdf.org/gccemacs.html][progress page]]). * ELPA +** ada-mode +*** TODO Preserve default value of ~project-read-file-name-function~ +ada-mode pulls in uniquify-files, which unconditionally changes the +default value of ~project-read-file-name-function~. + +- In uniquify-files: stop doing that; advertise this setting in the + package commentary. +- In ada-mode: let-bind this variable in ~ada-find-file~. ** adaptive-wrap *** DONE [[bug:41810]] Fontify wrap-prefix :PROPERTIES: