Re: [Python-mode] paredit-like mode

2011-12-02 Thread Andrea Crotti
On 12/02/2011 08:18 AM, Brendan Miller wrote: The mode you are looking for is called autopair: http://code.google.com/p/autopair/ Kind of a scaled back paredit that works with any language. Thanks a lot, exactly what I was looking for :) ___ Python-

Re: [Python-mode] paredit-like mode

2011-12-02 Thread Brendan Miller
The mode you are looking for is called autopair: http://code.google.com/p/autopair/ Kind of a scaled back paredit that works with any language. On Wed, Nov 30, 2011 at 3:25 PM, Andrea Crotti wrote: > I like paredit-mode when I write in elisp, but unfortunately for python > is not perfect, is there

Re: [Python-mode] paredit-like mode

2011-12-01 Thread Andreas Röhler
Am 01.12.2011 17:44, schrieb Andrea Crotti: > Well I would like to have electric parens, you may have a look into the components-branch, which delivers a python-components-skeletons.el - lifted from python.el it has a heisenbug, deleting all my abbrevs occasionally, thus de-activated electric

Re: [Python-mode] paredit-like mode

2011-12-01 Thread Andrea Crotti
On 12/01/2011 11:18 AM, Andreas Röhler wrote: good idea, think some of them exists already resp. isn't far away. as paredit offers a lot, some code example before - after might help implementing it. Will make a Blueprint meanwhile for the matter. Andreas Thanks, first I thought we could us

Re: [Python-mode] paredit-like mode

2011-12-01 Thread Andreas Röhler
Am 01.12.2011 00:25, schrieb Andrea Crotti: I like paredit-mode when I write in elisp, but unfortunately for python is not perfect, is there anything similiar we could use for python mode? Thanks, Andrea good idea, think some of them exists already resp. isn't far away. as paredit offers a l

[Python-mode] paredit-like mode

2011-11-30 Thread Andrea Crotti
I like paredit-mode when I write in elisp, but unfortunately for python is not perfect, is there anything similiar we could use for python mode? Thanks, Andrea ___ Python-mode mailing list [email protected] http://mail.python.org/mailman/listinfo/p