Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85544
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: idle feature request |
| Date | 2015-02-11 18:00 +0000 |
| References | <f96ffbb6-127f-41a7-a0d9-59efd30aea2d@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18663.1423677617.18130.python-list@python.org> (permalink) |
On 11/02/2015 13:11, Rustom Mody wrote: > Context: > I am using idle for taking python classes. > > Finish the class and run out usually in a hurry and forget to save the > idle interaction window. Would like to save it so that I can mail it to the students. > > In emacs I could set a hook to make arbitrary 'buffers' like the python-idle > shell become 'saving-buffers' like typical file buffers. > ie in emacs like most other editors, a modified file is ask-to-save > The same can be setup for other (non-file) buffers like a python interaction shell > > Can I do the same for idle. > > [Note it would be great to have this feature in idle but I am only looking for > a hand in where in the idle sources I an fudge a patch for my own use > ] > If there isn't an enhancement request on the bug tracker for this please raise one, that way this doesn't get lost. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
idle feature request Rustom Mody <rustompmody@gmail.com> - 2015-02-11 05:11 -0800
Re: idle feature request Fabien <fabien.maussion@gmail.com> - 2015-02-11 14:20 +0100
Re: idle feature request Rustom Mody <rustompmody@gmail.com> - 2015-02-11 05:29 -0800
Re: idle feature request Fabien <fabien.maussion@gmail.com> - 2015-02-11 14:48 +0100
Re: idle feature request Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-11 18:00 +0000
Re: idle feature request Terry Reedy <tjreedy@udel.edu> - 2015-02-11 21:27 -0500
Re: idle feature request Rustom Mody <rustompmody@gmail.com> - 2015-02-11 18:48 -0800
Re: idle feature request Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-12 04:48 +0000
Re: idle feature request Terry Reedy <tjreedy@udel.edu> - 2015-02-12 02:17 -0500
Re: idle feature request Chris Angelico <rosuav@gmail.com> - 2015-02-12 14:05 +1100
csiph-web