On Fri, May 8, 2020 at 10:37 AM Markus Wageringel
<markus.wagerin...@gmail.com> wrote:
>
> Am Freitag, 8. Mai 2020 09:03:08 UTC+2 schrieb Sebastian Oehms:
>>
>> But if we talk about users who are not interested in code and strings, 
>> wouldn't it be more useful for them to have a function that searches through 
>> the global name space? Do we have such a one?
>
>
> We do indeed. It is an IPython feature. You can use
>
> sage: *poly*?
>
> which is equivalent to
>
> sage: %psearch *poly*
>
> The psearch magic also has options such as case-insensitivity
>
> sage: %psearch -i *poly*

given that iPython features came after search_src(), it'd be prudent
to move to be using them.

>
>
> As for SageMathCell, I seem to recall that tab completion used to work there 
> as usual, but currently it does not work for me either.
>
> --
> 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/f0b327fc-eb76-43ca-9233-7cec554ab6bc%40googlegroups.com.

-- 
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/CAAWYfq3GQoQof2XonNtbA2oZbXEOmOFiX3TDQbwJVq5fqtDk3A%40mail.gmail.com.

Reply via email to