summaryrefslogtreecommitdiff
path: root/personal/itches/emacs
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-05-17 20:05:18 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-05-17 20:05:45 +0200
commitfeba5646fc3b884c1ca4c166ba787422dadb14c3 (patch)
treedaaeaabf6e8e73d1bbbea63ff88c1c4c1a4b3abd /personal/itches/emacs
parentf3934f6af7e8e8ce7ef24426c4236d26d06b8619 (diff)
downloadmemory-leaks-feba5646fc3b884c1ca4c166ba787422dadb14c3.tar.xz
Add raw, unpolished itches
So that I can empty my inbox.
Diffstat (limited to 'personal/itches/emacs')
-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)
+
+