unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emacs and Python
@ 2009-03-12  8:11 Byung-Hee HWANG
  2009-03-12  8:52 ` Sebastien LE MAGUER
  0 siblings, 1 reply; 8+ messages in thread
From: Byung-Hee HWANG @ 2009-03-12  8:11 UTC (permalink / raw)
  To: help-gnu-emacs

Personally i prefer Python to other languages as like Perl and
Ruby. Because Python's strict grammar with indenting, it gives me a
reliable codes without copy/paste. So question. Is there somebody to
like Python at here? And what is the best practice to start Python in
Emacs?





^ permalink raw reply	[flat|nested] 8+ messages in thread
* Emacs and Python
@ 2004-02-28  1:59 Aut-Aut
  2004-02-29 17:07 ` Kai Grossjohann
  0 siblings, 1 reply; 8+ messages in thread
From: Aut-Aut @ 2004-02-28  1:59 UTC (permalink / raw)


I use Emacs as my favourite python editor. Sometimes when i'm testing the
code (i run a python shell with C-c C-c) and an exception is thrown, if
this exception prevents the program from cleaning itself up emacs locks
up. E.g. this happens a lot when using wxPython, because when I mess with
the code and get an exception in the middle of the script, the script
stops (because the exception is unhandled) so the widgets i created are
not destroyed (they would be destroyed in the end of course) and the
python interpreter doesn't close, locking up emacs. If i run the script on
a shell, CTRL+C would do the trick... how can i prevent emacs from locking
up when unhandled exceptions are thrown?

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-03-13 15:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12  8:11 Emacs and Python Byung-Hee HWANG
2009-03-12  8:52 ` Sebastien LE MAGUER
2009-03-13  8:08   ` Byung-Hee HWANG
2009-03-13  9:46     ` Nick Roberts
2009-03-13 11:44   ` Neal Becker
2009-03-13 15:26     ` Sebastien LE MAGUER
  -- strict thread matches above, loose matches on Subject: below --
2004-02-28  1:59 Aut-Aut
2004-02-29 17:07 ` Kai Grossjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).