[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
python.el, shell-send-region and exception handling
From: |
Yuri D'Elia |
Subject: |
python.el, shell-send-region and exception handling |
Date: |
Fri, 09 Jan 2015 21:29:52 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0 |
Is there a way to have python-shell-send-region (and friends) to detect
uncaught exceptions at the python prompt?
I would like to be notified somehow of python exceptions either in the
minibuffer or by splitting the window and showing python's output.
Currently, uncaught exceptions simply go unnoticed if you don't have the
output buffer visible.
This is done currently in python-mode.el, but I couldn't find an
alternative in python.el.
If I wanted to implement such a feature, how would you suggest to
implement it?
Thanks.
- python.el, shell-send-region and exception handling,
Yuri D'Elia <=