diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-03 21:51:16 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-03-03 21:51:22 +0100 |
| commit | a1be544eccfec15ba7dac698e014f73d7a32bd5c (patch) | |
| tree | 7e32c1b5babaea0b64fb4aa2f8bb9ba8f23e38a8 /personal | |
| parent | e5224c2a45c87a9dbb662989233be62f4bd889fc (diff) | |
| download | memory-leaks-a1be544eccfec15ba7dac698e014f73d7a32bd5c.tar.xz | |
Add a couple more itches
Diffstat (limited to 'personal')
| -rw-r--r-- | personal/itches.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
