Re: [Python-mode] python-mode.el partial rewrite

2019-08-02 Thread Andreas Röhler
On 16.07.19 00:45, Barry Warsaw wrote: Hi Andreas, I don’t have any strong opinions, except that I do use python-mode.el in a kind of weird way. I never byte compile it, always loading from the .el in my emacs init files. That's fine. So I do, but for a different reason: Byte-compiled fil

Re: [Python-mode] python-mode.el partial rewrite

2019-07-15 Thread Barry Warsaw
Hi Andreas, I don’t have any strong opinions, except that I do use python-mode.el in a kind of weird way. I never byte compile it, always loading from the .el in my emacs init files. I got into this habit ages ago when VCSes couldn’t automatically byte compile files when you updated your loca

Re: [Python-mode] python-mode.el partial rewrite

2019-07-12 Thread Andreas Röhler
Thanks Barry, next question: we have a lot of commands which are convenient occasionally, however most of them will never be used but take a lot of space. To make the core of python-mode.el readable again think to construct it on the fly according to something like (defcustom py-known-shell

Re: [Python-mode] python-mode.el partial rewrite

2019-07-11 Thread Barry Warsaw
Great, thanks for all your great work on the module. I’ve updated to 639532b and will play with this for a while. -Barry > On Jul 10, 2019, at 01:14, Andreas Röhler wrote: > > Hi Barry, hi all, > > should have fixed IPython completion and fontification, also #31, > > which caused some chan

[Python-mode] python-mode.el partial rewrite

2019-07-10 Thread Andreas Röhler
Hi Barry, hi all, should have fixed  IPython completion and fontification, also #31, which caused some changes. Maybe check it out. Cheers, Andreas ___ Python-mode mailing list [email protected] https://mail.python.org/mailman/listinfo/python-