memory-leaks

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

commit a1be544eccfec15ba7dac698e014f73d7a32bd5c
parent e5224c2a45c87a9dbb662989233be62f4bd889fc
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun,  3 Mar 2019 21:51:16 +0100

Add a couple more itches

Diffstat:
MREADME.md | 2+-
Mpersonal/itches.md | 6++++++
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 6938 words in 12 pages +## still reachable: 6998 words in 12 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md @@ -75,6 +75,8 @@ e.g. `git-commit-setup-hook` recently added `bug-reference-mode`, but I never realized it because I customized the hook to add some personal functions +- e-pair-mode inserts a closing `$` after point in tex-mode, but + inserts a new pair instead of overwriting when pressing `$` again [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 [bug#31586]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31586 @@ -428,6 +430,10 @@ Full disclosure - read-answer - if deleting a remote branch fails (e.g. due to wrong credentials), `update-ref -d` is still run +- make status buffer understand and display `typechange` e.g. when + replacing a replacing a regular file with a symlink +- when ignoring a file in a subdirectory, magit attempts to + `git add .gitignore` (i.e. toplevel `.gitignore`), which fails ### markdown-mode