From a61039bb9cbc74cab7a11b94c8f3c1d14046eaa8 Mon Sep 17 00:00:00 2001 From: uid30437 <> Date: Wed, 29 Jul 2009 17:05:33 +0000 Subject: [PATCH] add -u for unbuffered output --- direct/src/directscripts/python-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/directscripts/python-mode.el b/direct/src/directscripts/python-mode.el index 6de23b01c5..86812473f1 100644 --- a/direct/src/directscripts/python-mode.el +++ b/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)