##// END OF EJS Templates
DOCS: Clarify emacs details wrt simple_prompt (#14407)
M Bussonnier -
r28733:f476dd7c merge
parent child Browse files
Show More
@@ -224,8 +224,11 b' class TerminalInteractiveShell(InteractiveShell):'
224 simple_prompt = Bool(_use_simple_prompt,
224 simple_prompt = Bool(_use_simple_prompt,
225 help="""Use `raw_input` for the REPL, without completion and prompt colors.
225 help="""Use `raw_input` for the REPL, without completion and prompt colors.
226
226
227 Useful when controlling IPython as a subprocess, and piping STDIN/OUT/ERR. Known usage are:
227 Useful when controlling IPython as a subprocess, and piping
228 IPython own testing machinery, and emacs inferior-python integration through elpy.
228 STDIN/OUT/ERR. Known usage are: IPython's own testing machinery,
229 and emacs' inferior-python subprocess (assuming you have set
230 `python-shell-interpreter` to "ipython") available through the
231 built-in `M-x run-python` and third party packages such as elpy.
229
232
230 This mode default to `True` if the `IPY_TEST_SIMPLE_PROMPT`
233 This mode default to `True` if the `IPY_TEST_SIMPLE_PROMPT`
231 environment variable is set, or the current terminal is not a tty.
234 environment variable is set, or the current terminal is not a tty.
General Comments 0
You need to be logged in to leave comments. Login now