浏览代码

add -u for unbuffered output

uid30437 16 年之前
父节点
当前提交
a61039bb9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/directscripts/python-mode.el

+ 1 - 1
direct/src/directscripts/python-mode.el

@@ -146,7 +146,7 @@ mode buffer is visited during an Emacs session.  After that, use
 		 (const :tag "JPython" jpython))
   :group 'python)
 
-(defcustom py-python-command-args '("-i")
+(defcustom py-python-command-args '("-u" "-i")
   "*List of string arguments to be used when starting a Python shell."
   :type '(repeat string)
   :group 'python)