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

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

bug#47575: python-shell-completion-at-point omits %magic commands


From: Andrii Kolomoiets
Subject: bug#47575: python-shell-completion-at-point omits %magic commands
Date: Thu, 06 May 2021 16:38:55 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> JD Smith <jdtsmith@gmail.com> writes:
>
>> The solution would be to not skip the ?% character if it is at the start of 
>> the line.  The
>> modulo operator cannot occur there in any case. 

Well :)

    >>> foo=1
    >>> bar=2
    >>> foo\
    ... %bar
    1

Though I don't think it's the common use case.


--
Andrii





reply via email to

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