I think that this is a different issue. As far as I understand it (i. e. 
not much...), IPython insists to "talk" to a cursor-adressable terminal ; 
as far as I know, this has not (yet) been implemented in emacs buffers.

in Sage-in-a-terminal (under Linux + gnome-terminal),  tab-completion works 
as expected and the four arrow keys can be used to select the "right" 
completion. In a Sage session (using my proposed fix to sage-shell-mode), 
auto-complete works as expected.

HTH,
Le mardi 25 août 2020 à 16:06:09 UTC+2, Sébastien Labbé a écrit :

> Since the passage to IPython 5.0 in version 7.4 of Sage, I am using the 
> option
>
> c.TerminalInteractiveShell.display_completions = 'readlinelike'
>
> in the file profile_default/ipython_config.py. See my answer in the 
> question https://ask.sagemath.org/question/35826.
>
> Can this option be useful for the problems with emacs with Ipython 7?
>
> Sébastien
>
> On Tuesday, August 25, 2020 at 1:59:57 PM UTC+2 emanuel.c...@gmail.com 
> wrote:
>
>> Thank you, Dima ! Thank you Samuel. Both of you learned me something new 
>> today. And that's a Good Thing (TM)....
>>
>> Le mardi 25 août 2020 à 13:55:23 UTC+2, Samuel Lelievre a écrit :
>>
>>> Given the ticket number, search sage-release:
>>>
>>>     
>>> https://groups.google.com/forum/#!searchin/sage-release/21006%7Csort:date
>>>
>>> And we find it was merged in Sage 7.4.beta0
>>>
>>>     0a80508 Updated SageMath version to 7.4.beta0
>>>     ...
>>>     9831d4b Trac #21006: Upgrade to IPython 5.0
>>>     ...
>>>     b630b41 Updated SageMath version to 7.3
>>>
>>> Given the commit number, use
>>>
>>>     $ git tag --contains <commit_number>
>>>
>>> In this case:
>>>
>>>     $ git tag --contains d55cb7744b
>>>
>>> also shows 7.4.beta0 is the earliest tag containing that commit.
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/690adf23-502d-40cc-b139-625f328e796an%40googlegroups.com.

Reply via email to