Re: [Python-mode] huge files

2012-02-15 Thread Andreas Röhler
Am 14.02.2012 22:31, schrieb Andrea Crotti: It looks like it's a common problem in the Elisp world, but I was wondering is it normal to have huge source files. python-mode.el is 10k lines now, which for me causes two problems: - it's hard to even know the various functionalities - it's hard to

Re: [Python-mode] huge files

2012-02-15 Thread Andrea Crotti
On 02/15/2012 08:34 AM, Andreas Röhler wrote: think it's basically historical. People interested in developing/understanding might check out and use the components branch https://code.launchpad.net/~a-roehler/python-mode/components-python-mode I'm doing all my developing and Python editing

Re: [Python-mode] huge files

2012-02-15 Thread Barry Warsaw
On Feb 15, 2012, at 09:34 AM, Andreas Röhler wrote: think it's basically historical. People interested in developing/understanding might check out and use the components branch https://code.launchpad.net/~a-roehler/python-mode/components-python-mode I'm doing all my developing and Python

Re: [Python-mode] huge files

2012-02-15 Thread Jeff Bauer
On Wed, Feb 15, 2012 at 07:57:46AM -0500, Barry Warsaw wrote: On Feb 15, 2012, at 09:34 AM, Andreas Röhler wrote: think it's basically historical. People interested in developing/understanding might check out and use the components branch

Re: [Python-mode] huge files

2012-02-15 Thread Andreas Röhler
Am 15.02.2012 13:57, schrieb Barry Warsaw: On Feb 15, 2012, at 09:34 AM, Andreas Röhler wrote: think it's basically historical. People interested in developing/understanding might check out and use the components branch

Re: [Python-mode] huge files

2012-02-15 Thread Andrea Crotti
On 02/15/2012 03:08 PM, François Pinard wrote: It's easier to share and install. A bit, not by much, nowadays. Splitting might be a trigger towards a more formal installation procedure. But it would not alleviate the need for some good, or at least reasonable documentation. Splitting could

Re: [Python-mode] huge files

2012-02-15 Thread François Pinard
Andrea Crotti andrea.crott...@gmail.com writes: And really, 10k lines of code is not good, in any language, because it's impossible just have a look at the file and understand (even very approximatively) what is going on. Hi, Andrea. I really believe that there are ways to organize and