diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches/emacs/unfiltered.org | 31 |
2 files changed, 32 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 8140 words in 18 pages +## still reachable: 8326 words in 19 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches/emacs/unfiltered.org b/personal/itches/emacs/unfiltered.org new file mode 100644 index 0000000..aabc462 --- /dev/null +++ b/personal/itches/emacs/unfiltered.org @@ -0,0 +1,31 @@ +* auctex " does not surround region with " like epm or tex-mode does +* broken indentation in shell-script-mode +# cf +# - electric-indent-post-self-insert-function +# - indent-according-to-mode +# - indent-line-function => smie-indent-line +# - smie-indent-functions +# - smie-indent-exps +# => calls smie-backward-sexp, which does not skip over ${foo} +foobar \ + indentis4 +foobar_baz \ + indentisstill4 +${foo}bar \ + indentisfoobar +* magit-diff's transient and -M: how to input 1%/01? +* dired-compress-file-suffixes and 7z +- debian package: p7zip +- "7z" does not exist +* eglot + pyls: how to add myproject/src to path so that definition/completion works? +* search gz-compressed elisp files when M-?ing from an emacs-lisp buffer +visiting an installed .el.gz file; M-. doesn't seem bothered by +compression, so why should M-? be? +* rg/deadgrep: add user-customizable predicate to control default +--no-ignore (eg nil by default = don't add the flag; or user-function +to add it whenever project-root is ~) +* xref elisp: handle tricky cases like rg-define-search (eg M-. rg does not jump to rg-define-search rg) +* add "fr10x" to quail-keyboard-layout-alist +then try to figure out how to input dot and comma with russian-computer input method (with describe-input-method) + + |
