From andreas.roehler at easy-emacs.de Wed Feb 3 17:59:31 2010 From: andreas.roehler at easy-emacs.de (=?ISO-8859-1?Q?Andreas_R=F6hler?=) Date: Wed, 03 Feb 2010 17:59:31 +0100 Subject: [Python-mode] More interactive python In-Reply-To: References: Message-ID: <4B69AB73.1020008@easy-emacs.de> Andrea Crotti wrote: > For some reasons I've never been able to write to python-mode (via > gmane+gnus) so I'll write it here... > Hi Andrea, you should not encounter difficulties posting to this list: Python-mode at python.org You can also join the mailing list at . I'll forward this message meanwhile. > It would be nice to have something like > - execute current function (asking for argument if needed) > - generate doc string (doesn't make sense to write it manually) > > and so on. > > I've found something but I had some problems and it was using pymacs. > > Pymacs is really nice but apparently in a dead state, so maybe it's > better to not count too much on it... Think some people are interested in, me too. Might be helpful, if you make some bug reports. tracker is here: https://bugs.launchpad.net/python-mode It's the right place for feature requests too. Andreas -- https://code.launchpad.net/~a-roehler/python-mode https://code.launchpad.net/s-x-emacs-werkstatt/ > > Is there something already, or maybe do you have any hints on where to > start to do it?? > Thanks > > > > From andreas.roehler at easy-emacs.de Fri Feb 5 10:20:47 2010 From: andreas.roehler at easy-emacs.de (=?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?=) Date: Fri, 05 Feb 2010 10:20:47 +0100 Subject: [Python-mode] More interactive python In-Reply-To: References: <4B69AB73.1020008@easy-emacs.de> Message-ID: <4B6BE2EF.30604@easy-emacs.de> Andrea Crotti wrote: > Andreas R?hler writes: > >> Andrea Crotti wrote: >> >> I'll forward this message meanwhile. > > Well I have no idea, I'm already subscribed > --8<---------------cut here---------------start------------->8--- > An attempt was made to subscribe your address to the mailing list > python-mode at python.org. You are already subscribed to this mailing list. > --8<---------------cut here---------------end--------------->8--- > > But every time I try to send something I only get an error saying I'm > not authorized, I already tried enough times for my patience unfortunately... Looks like your adress when sending is another as the one subscribed for. Checking your mailers send-adress, when composing a mail should solve it. > >> Think some people are interested in, me too. >> >> Might be helpful, if you make some bug reports. >> >> tracker is here: >> >> https://bugs.launchpad.net/python-mode >> >> It's the right place for feature requests too. >> > > Thanks a lot, > Bug submitted: > https://bugs.launchpad.net/python-mode/+bug/517311 > > > > See it, thanks. BTW, do you use IPython -- An enhanced Interactive Python? Thats one of the most useful tools IMHO resp. Python and Emacs. Cheers