2
'python-shell-interpreter'가 readline을 지원하지 않는 것 같습니다
우분투 16.10의 25.1 및 Python 3.5 에서이 문제가 발생했지만 어느 곳에서나 해결되지는 않습니다. 최신 상태가 궁금합니다. 재현 : > emacs -Q --eval '(setq python-shell-interpreter "python3")' 그때 M-x run-python 준다 Warning (python): Your ‘python-shell-interpreter’ doesn’t seem to support readline, yet ‘python-shell-completion-native’ was t and "python3" is not part of the ‘python-shell-completion-native-disabled-interpreters’ …