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

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

Skip to definition of python unary operators when in python-mode.


From: Hongyi Zhao
Subject: Skip to definition of python unary operators when in python-mode.
Date: Sat, 2 Oct 2021 16:21:54 +0800

Say, if I put the point on the following position denoted by `|' when
I'm in python-mode:

a = ~|4

I want to be directed to the definition of unary-arithmetic operators
as documented here [1]. Any hints for achieving this behavior?

[1] 
https://docs.python.org/3/reference/expressions.html#unary-arithmetic-and-bitwise-operations

Regards, HZ



reply via email to

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