bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34582: [PATCH] Make python-shell-prompt-block-regexp match IPython p


From: Noam Postavsky
Subject: bug#34582: [PATCH] Make python-shell-prompt-block-regexp match IPython prompt
Date: Tue, 16 Apr 2019 20:10:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

tags 34582 fixed
close 34582 27.1
quit

Andrii Kolomoiets <andreyk.mad@gmail.com> writes:

> This patch make python-shell-prompt-block-regexp match also IPython's
> multiline prompt.
>
> It allows to correctly disable non-native completions during multiline
> statement in inferior-python-mode that runs IPython interpreter.
>

> -(defcustom python-shell-prompt-block-regexp "\\.\\.\\. "
> +(defcustom python-shell-prompt-block-regexp "\\.\\.\\.:? "

Thanks, pushed to master.

6f8fe0d5ac 2019-04-16T20:09:34-04:00 "Make python-shell-prompt-block-regexp 
match IPython prompt"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]