tags 28051 + patch quit npostavs@users.sourceforge.net writes: > I can reproduce this on Windows. And on GNU/Linux after doing (setq > python-shell-completion-native-enable nil). Perhaps this is one of the > "limitations" referred to in the comments of python.el: > > ;; ...the "fallback" or "legacy" mechanism works by executing Python > ;; code in the background and enables auto-completion for shells > ;; that do not support receiving escape sequences (with some > ;; limitations, i.e. completion in blocks does not work). I think the best we can do is disable completion with an error message when the prompt is "...", see attached.