mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
document the ipython-detection timeout
This commit is contained in:
parent
ce67b62261
commit
fddaf8e52b
1 changed files with 4 additions and 1 deletions
|
@ -128,7 +128,10 @@ If SESSION-NAME is not given, the default session name `main' is assumed."
|
||||||
(defun python-vterm--launch (ses-name env context)
|
(defun python-vterm--launch (ses-name env context)
|
||||||
"Launch a new Python REPL buffer with SES-NAME and ENV.
|
"Launch a new Python REPL buffer with SES-NAME and ENV.
|
||||||
|
|
||||||
If CONTEXT is given, it is used to set the working directory and the script buffer."
|
If CONTEXT is given, it is used to set the working directory and
|
||||||
|
the script buffer. It is also attempted to detect whether the
|
||||||
|
python interpreter is ipython. This times out after
|
||||||
|
`python-vterm-repl-launch-timeout' seconds."
|
||||||
(let ((new-buffer
|
(let ((new-buffer
|
||||||
(generate-new-buffer (python-vterm-repl-buffer-name ses-name)))
|
(generate-new-buffer (python-vterm-repl-buffer-name ses-name)))
|
||||||
(vterm-shell python-vterm-repl-program)
|
(vterm-shell python-vterm-repl-program)
|
||||||
|
|
Loading…
Add table
Reference in a new issue