emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61463: closed (29.0.60; python-shell-send-region moves point)


From: GNU bug Tracking System
Subject: bug#61463: closed (29.0.60; python-shell-send-region moves point)
Date: Sat, 18 Feb 2023 16:46:02 +0000

Your message dated Sat, 18 Feb 2023 18:45:17 +0200
with message-id <835ybyzzvm.fsf@gnu.org>
and subject line Re: bug#61463: 29.0.60; python-shell-send-region moves point
has caused the debbugs.gnu.org bug report #61463,
regarding 29.0.60; python-shell-send-region moves point
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61463: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61463
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.60; python-shell-send-region moves point Date: Sun, 12 Feb 2023 22:55:07 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
On Emacs -Q:

1) M-x run-python
2) In the scratch buffer, type something, say 1 + 2 and mark it, leaving
   point at the end.
3) M-x python-shell-send-string

Now the point is at the beginning of the region.  It was supposed not to
move.

I suspect this might be due to a missing `save-excursion' in the
definition of the local variable `single-p' in python.el.



--- End Message ---
--- Begin Message --- Subject: Re: bug#61463: 29.0.60; python-shell-send-region moves point Date: Sat, 18 Feb 2023 18:45:17 +0200
> Cc: 61463@debbugs.gnu.org
> Date: Tue, 14 Feb 2023 00:43:39 +0900
> From: kobarity <kobarity@gmail.com>
> 
> Augusto Stoffel wrote:
> > On Emacs -Q:
> > 
> > 1) M-x run-python
> > 2) In the scratch buffer, type something, say 1 + 2 and mark it, leaving
> >    point at the end.
> > 3) M-x python-shell-send-string
> 
> Probably a typo of python-shell-send-region.
> 
> > Now the point is at the beginning of the region.  It was supposed not to
> > move.
> > 
> > I suspect this might be due to a missing `save-excursion' in the
> > definition of the local variable `single-p' in python.el.
> 
> Thank you for pointing that out.  You are right, `single-p' needs
> `save-excursion'.  The same bug exists in `starts-at-first-line-p'.
> I'm sorry for those bugs.
> 
> Atatched is a fix for this problem with improved ERTs to detect this
> issue.

Thanks, installed on the emacs-29 branch, and closing the bug.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]