summaryrefslogtreecommitdiff
path: root/itches/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'itches/emacs')
-rw-r--r--itches/emacs/tracker.org17
1 files changed, 16 insertions, 1 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index d594809..ab2f603 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -655,13 +655,28 @@ split anyway"; the problem occurs without wrap-prefixes.
- [ ] current buffer (run-python)
* ELPA
** ada-mode
-*** TODO Preserve default value of ~project-read-file-name-function~
+*** DONE [[bug:52167]] Preserve default value of ~project-read-file-name-function~
+:PROPERTIES:
+:Role: author
+:PatchApplied: t
+:END:
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~.
+
+Patches applied, though the maintainer did not preserve authorship nor
+rationales from the commit messages. For my own sanity:
+
+- [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52167;msg=5;att=1;filename=0001-Preserve-default-value-of-project-read-file-name-fun.patch][uniquify-files patch]] applied [[https://git.savannah.gnu.org/cgit/emacs/elpa.git/commit/?h=externals/uniquify-files&id=1d76b4f0e283afaff2be053d85f8726ffc3abd6e][here]];
+- [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52167;msg=5;att=2;filename=0001-Explicitly-bind-project-read-file-name-function.patch][ada-mode patch 1]]:
+ - (ada-mode.el) applied [[https://git.savannah.nongnu.org/cgit/ada-mode.git/commit/?h=org.emacs.ada-mode&id=cd3bdbf6993d5f070795399c8f5ea538291c1d73][here]] (with further comment tweak), squashed
+ with [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52167;msg=5;att=4;filename=0003-ada-mode.el-ada-find-file-Support-future-Emacs-versi.patch][patch 3]];
+ - (NEWS) applied [[https://git.savannah.nongnu.org/cgit/ada-mode.git/commit/?h=org.emacs.ada-mode&id=e5bc6c3c][there]];
+- [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52167;msg=5;att=3;filename=0002-ada-mode.el-ada-mode-menu-Prefer-ada-find-file.patch][ada-mode patch 2]]: not applied;
+- [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52167;msg=5;att=4;filename=0003-ada-mode.el-ada-find-file-Support-future-Emacs-versi.patch][ada-mode patch 3]]: applied [[https://git.savannah.nongnu.org/cgit/ada-mode.git/commit/?h=org.emacs.ada-mode&id=cd3bdbf6993d5f070795399c8f5ea538291c1d73][here]], squashed with [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52167;msg=5;att=2;filename=0001-Explicitly-bind-project-read-file-name-function.patch][patch 1]].
** adaptive-wrap
*** DONE [[bug:41810]] Fontify wrap-prefix
:PROPERTIES: