summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-03-03 21:51:16 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-03-03 21:51:22 +0100
commita1be544eccfec15ba7dac698e014f73d7a32bd5c (patch)
tree7e32c1b5babaea0b64fb4aa2f8bb9ba8f23e38a8
parente5224c2a45c87a9dbb662989233be62f4bd889fc (diff)
downloadmemory-leaks-a1be544eccfec15ba7dac698e014f73d7a32bd5c.tar.xz
Add a couple more itches
-rw-r--r--README.md2
-rw-r--r--personal/itches.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee1ee73..eb5b189 100644
--- 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
index 07c6846..4e5dd67 100644
--- 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