##// END OF EJS Templates
DOCS: Clarify emacs details wrt simple_prompt
Niall Dooley -
Show More
@@ -224,8 +224,11 b' class TerminalInteractiveShell(InteractiveShell):'
224 224 simple_prompt = Bool(_use_simple_prompt,
225 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:
228 IPython own testing machinery, and emacs inferior-python integration through elpy.
227 Useful when controlling IPython as a subprocess, and piping
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 233 This mode default to `True` if the `IPY_TEST_SIMPLE_PROMPT`
231 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