summaryrefslogtreecommitdiff
path: root/personal/itches/emacs/bulk.md
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-06-19 11:45:52 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-06-19 11:50:27 +0200
commit4262383ef4e4221545cafc81c59c7f71c79c12f1 (patch)
tree911fbb8adf9d48a2f99eb0af10c09b73d3d2afc0 /personal/itches/emacs/bulk.md
parentd9864752543e0c173ef431c4a6f63f1f4a8ba1b4 (diff)
downloadmemory-leaks-4262383ef4e4221545cafc81c59c7f71c79c12f1.tar.xz
Port some itches to Org files
Also add examples and roadmap for some of them.
Diffstat (limited to 'personal/itches/emacs/bulk.md')
-rw-r--r--personal/itches/emacs/bulk.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/personal/itches/emacs/bulk.md b/personal/itches/emacs/bulk.md
index d56fb66..31554da 100644
--- a/personal/itches/emacs/bulk.md
+++ b/personal/itches/emacs/bulk.md
@@ -142,26 +142,6 @@
- new command `org-clock-in-late` to clock out x minutes ago from
previous task, and clock in x ago on task at point
-## Language support
-
-- fix builtin/keyword distinction for Bash & Python3
-
-- highlight variables inside strings, eg
- - `"a ${variable} inside a double-quoted string"` (Bash)
- - `'a format string's {variable}` (Python; maybe limit that to
- f-strings?)
-
-- do not highlight a single-quoted command substitution
-
-- recognize [POSIX "immediate-expansion"][austin#330] operator `::=`
-
-- in asm-mode, `C-o` inserts a tab despite `indent-tabs-mode` being
- set to nil, maybe because the mode sets `fill-prefix`; the mode also
- does not adhere to the "`RET` = smart newline, `C-j` = dumb
- linefeed" convention for no good reason AFAICT
-
-[austin#330]: http://austingroupbugs.net/view.php?id=330
-
## read-passwd
- prevent kills from ending up in the clipboard