This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: python-mode.el: make C-c - work correctly after C-c |
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: skip.montanaro Nosy List: cgw, mwh, skip.montanaro
Priority: normal Keywords: patch

Created on 2003-01-30 23:11 by cgw, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-mode-line-offset-updated-patch cgw, 2003-08-01 17:24
Messages (6)
msg42603 - (view) Author: Charles G Waldman (cgw) (Python triager) Date: 2003-01-30 23:11
If you are using python-mode in [X]Emacs and do
py-execute-region and get an exception, py-up-exception
(C-c -) will go to the wrong line, because the line
number reported by Python is only relative to the start
of the region.
msg42604 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2003-01-31 13:16
Logged In: YES 
user_id=6656

There's no patch attached... I think SF is subliminally
trying to push us into getting roundup ready to use.
msg42605 - (view) Author: Charles G Waldman (cgw) (Python triager) Date: 2003-01-31 16:37
Logged In: YES 
user_id=7151

I tried uploading the patch again,  and seem to have
succeeded this
time around.  It's probably not fair to blane SF, as I think
this was a case of pilot error.
msg42606 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2003-08-01 04:55
Logged In: YES 
user_id=44345

Charles,  Any chance you can generate your diff against the
newest version of python-mode.el (something like 4.38)?  I'm
having trouble applying the patch you submitted originally, and
my feeble manual attempts have so far not demonstrated that
the patch (as I applied it) fixes the problem.

Thx,

Skip
msg42607 - (view) Author: Charles G Waldman (cgw) (Python triager) Date: 2003-08-01 17:24
Logged In: YES 
user_id=7151

updated patch
msg42608 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2003-08-05 03:33
Logged In: YES 
user_id=44345

migrated to python-mode project.  follow it here:

https://sourceforge.net/tracker/
index.php?func=detail&aid=783260&group_id=86916&ati
d=581351
History
Date User Action Args
2022-04-10 16:06:20adminsetgithub: 37873
2003-01-30 23:11:44cgwcreate