summaryrefslogtreecommitdiff
path: root/personal
diff options
context:
space:
mode:
Diffstat (limited to 'personal')
-rw-r--r--personal/itches/emacs/unfiltered.org31
1 files changed, 31 insertions, 0 deletions
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)
+
+