summaryrefslogtreecommitdiff
path: root/personal/itches/emacs/bulk.md
diff options
context:
space:
mode:
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