memory-leaks

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

commit 6e0923f1804966f050237a19fb7ea917345ea721
parent f4687eec34e3f5484c7a12361e84103c5e6452e6
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed,  7 Feb 2024 17:37:35 +0100

Jot down a couple itches with rst-mode

Also snatch a bug number for an old gripe.

Diffstat:
Mitches/emacs/tracker.org | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org @@ -305,7 +305,7 @@ Some modes introduce indirections that defeat ~describe-key~ and ~view-lossage~. E.g. -- [ ] ~gnus-article-read-summary-keys~ +- [ ] ~gnus-article-read-summary-keys~ ([[bug:68947]]) - [ ] ~org-self-insert-command~ + ~org-use-speed-commands~ Maybe we could define a property for the related keymaps that would @@ -818,6 +818,17 @@ $(foo)bar --arg1 \ Unfortunately my attempt was [[bug:50320][too naive]] and got reverted. I'll have to [[https://lists.gnu.org/archive/html/help-gnu-emacs/2021-09/msg00004.html][dig into SMIE]] more seriously… +*** ReST +**** TODO auto-pairing +Backquotes and asterisks; gate syntax-table changes behind user option +and/or add commands for styling +**** TODO faces +- =.. code block::= +- links +**** TODO indentation +- =.. code-block::= +**** TODO link insertion +**** TODO outline support ** Minor modes *** electric-pair **** DONE [[bug:39680]] electric-pair-mode broken by undo