all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aut-Aut <no@mail.none>
Subject: Emacs and Python
Date: Sat, 28 Feb 2004 01:59:27 GMT	[thread overview]
Message-ID: <pan.2004.02.28.01.59.48.880332@mail.none> (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?

             reply	other threads:[~2004-02-28  1:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-28  1:59 Aut-Aut [this message]
2004-02-29 17:07 ` Emacs and Python Kai Grossjohann
  -- strict thread matches above, loose matches on Subject: below --
2009-03-12  8:11 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pan.2004.02.28.01.59.48.880332@mail.none \
    --to=no@mail.none \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.