Re: [Python-mode] Simplifying python-mode.el

2018-11-12 Thread Barry Warsaw
On Nov 10, 2018, at 01:52, Andreas Röhler wrote: > > For example reduce the number of addressed executables: keeping > python3 and python2, but removing python2.7. Respective at IPythons > side. Several minor changes already done these days. `/usr/bin/python2` doesn’t exist everywhere, unfortuna

Re: [Python-mode] Simplifying - drop decorator special forms

2018-11-12 Thread Barry Warsaw
On Nov 12, 2018, at 03:15, Andreas Röhler wrote: > > as decorators are part of function definitions, consider to drop all special > handling. Beginning of def-or-class would reach the decorator - same with > mark, copying and send. Is it possible to use C-u to choose whether to go to the first

[Python-mode] Simplifying - drop decorator special forms

2018-11-12 Thread Andreas Röhler
Hi, as decorators are part of function definitions, consider to drop all special handling. Beginning of def-or-class would reach the decorator - same with mark, copying and send. Just FYI, Andreas ___ Python-mode mailing list Python-mode@python.org