Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26190
| References | <CAPTjJmo+Pt35eugNrdmhVLMUr95QqEbCv6ipe9c01Q9q49Zm+w@mail.gmail.com> <mailman.2673.1343500120.4697.python-list@python.org> <87pq7fqhlh.fsf@benfinney.id.au> <6a2a69db-8275-4bbd-b4bb-0d94cb6118a6@re8g2000pbc.googlegroups.com> |
|---|---|
| Date | 2012-07-29 15:24 +0100 |
| Subject | Re: OT: Text editors |
| From | Arnaud Delobelle <arnodel@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2688.1343571857.4697.python-list@python.org> (permalink) |
On 29 July 2012 06:36, rusi <rustompmody@gmail.com> wrote: > Just curious about your emacs+python usage. > Do you use the emacs builtin python mode or the separate python-mode? > Do you use pdb? > Any other special setups? One thing that I find very useful is to configure flymake to use pyflakes. Very useful to get feedback on unused imports / unused variables / undefined variables (which means you spot typos on variable names straight away). For instructions, see e.g. http://www.plope.com/Members/chrism/flymake-mode -- Arnaud
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: OT: Text editors (was Re: Search and replace text in XML file?) Tim Chase <python.list@tim.thechases.com> - 2012-07-28 13:29 -0500
Re: OT: Text editors Ben Finney <ben+python@benfinney.id.au> - 2012-07-29 15:08 +1000
Re: OT: Text editors rusi <rustompmody@gmail.com> - 2012-07-28 22:36 -0700
Re: OT: Text editors Ben Finney <ben+python@benfinney.id.au> - 2012-07-29 18:24 +1000
Re: OT: Text editors Arnaud Delobelle <arnodel@gmail.com> - 2012-07-29 15:24 +0100
Re: OT: Text editors Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-07-29 11:28 +0100
Re: OT: Text editors Grant Edwards <invalid@invalid.invalid> - 2012-07-29 21:41 +0000
Re: OT: Text editors Tim Chase <python.list@tim.thechases.com> - 2012-07-29 06:47 -0500
Re: OT: Text editors Robert Marshall <spam@capuchin.co.uk> - 2012-07-29 14:36 +0100
Re: OT: Text editors Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-07-29 15:15 +0100
Re: OT: Text editors MRAB <python@mrabarnett.plus.com> - 2012-07-29 17:22 +0100
Re: OT: Text editors Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-07-29 13:44 -0400
csiph-web