GNU bug report logs - #13122
transpose-subr defeats save-excursion

Previous Next

Package: emacs;

Reported by: Jyothis V <jyothisv <at> gmail.com>

Date: Sat, 8 Dec 2012 07:16:01 UTC

Severity: minor

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tino Calancha <tino.calancha <at> gmail.com>
To: 13122-done <at> debbugs.gnu.org
Subject: bug#13122: save-excursion not saving point
Date: Sat, 4 May 2019 17:39:11 +0900 (JST)
Saving the point, in the general case, would rely on unspecified 
behaviour; so I close this bug.
>>>> ;; Following expression should eval as non-nil
>>>> (let ((pos 3))
>>>>   (with-temp-buffer
>>>>     (insert "abcdef")
>>>>     (goto-char pos)
>>>>     (save-excursion (transpose-chars 2))
>>>>     (= pos (point))))
>>>> => nil
> Since the form inside save-excursion can modify the text before point,
> there is never a guarantee that the numeric value of point stays the
> same.  And if point points inside the modified text, it is generally
> unspecified how point moves during the modification.




This bug report was last modified 6 years and 23 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.