From 4262383ef4e4221545cafc81c59c7f71c79c12f1 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 19 Jun 2019 11:45:52 +0200 Subject: Port some itches to Org files Also add examples and roadmap for some of them. --- personal/itches/emacs/bulk.md | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'personal/itches/emacs/bulk.md') 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 -- cgit v1.2.3