diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches/emacs/bulk.md | 17 |
2 files changed, 18 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 7053 words in 14 pages +## still reachable: 7148 words in 14 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches/emacs/bulk.md b/personal/itches/emacs/bulk.md index 9e33c20..31e6090 100644 --- a/personal/itches/emacs/bulk.md +++ b/personal/itches/emacs/bulk.md @@ -77,6 +77,16 @@ personal functions - e-pair-mode inserts a closing `$` after point in tex-mode, but inserts a new pair instead of overwriting when pressing `$` again +- completions in python.el's comint buffer get confused when + readline's completion-prefix-display-length is set: candidates + become elided, maybe python-shell-completion-native-get-completions + is not ready for that? +- some bindings advertised by `describe-mode` in texinfo-mode are + invalid: + - `C-c C-s` runs `Texinfo-insert-node` instead of + `texinfo-show-structure` + - `C-c C-e` runs `Texinfo-environment` instead of being a prefix + command for `texinfo-format-{buffer,region}` [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 [bug#31586]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31586 @@ -177,6 +187,9 @@ Full disclosure - `"a ${variable} inside a double-quoted string"` (Bash) - `'a format string's {variable}` (Python) - do not highlight a single-quoted command substitution +- recognize [POSIX "immediate-expansion"][austin#330] operator `::=` + +[austin#330]: http://austingroupbugs.net/view.php?id=330 ## read-passwd @@ -262,3 +275,7 @@ Full disclosure (set-face-attribute 'org-level-1 nil :height 1.2) (find-file "README.org") ``` + +- in Org buffers with org-indent-mode, lines before point will "dance" + around while editing, i.e. while I type, they stick to the left + margin, then when I stop typing, they become indented again. |
