From d006e6b24ae86783c9a6d467a111e7a917672bef Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 12 Apr 2020 14:56:12 +0200 Subject: Move comint itches into their own file --- itches/emacs/interpreters.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 itches/emacs/interpreters.org (limited to 'itches/emacs/interpreters.org') diff --git a/itches/emacs/interpreters.org b/itches/emacs/interpreters.org new file mode 100644 index 0000000..43a60d7 --- /dev/null +++ b/itches/emacs/interpreters.org @@ -0,0 +1,14 @@ +* Shell +** Add faces instead of reusing font-lock-{comment,string}. +** Understand ~autocd~ and ~cd !$~. +** Use Bash completions. +E.g. in most terminals, typing ~ls TAB~ in a folder with a single file +expands to ~ls that-file~. +* Eshell +** ~ls --group-directories-first~ does not color folders. +* Python shell +** Handle ~completion-prefix-display-length~ +Setting this variable in an inputrc file causes the Python interpreter +to elide common prefixes when showing completion candidates. This +seems to confuse python-shell-completion-native-get-completions (at +best hitting TAB yields "No match", at worst it makes Emacs hang). -- cgit v1.2.3