|
From: | Juri Linkov |
Subject: | Re: Edebug corrupting point in buffers. |
Date: | Wed, 02 Nov 2022 19:40:24 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) |
> Maybe we could fix it by documenting the precise situation in the > Elisp manual, possibly combined with making edebug-save-windows nil > by default. I see the same problem even when edebug-save-windows is nil: 0. emacs -Q 1. paste: (with-temp-buffer (save-excursion (insert "a\nb\nc\nd\n")) (dotimes (i 4) (forward-line))) 2. 'C-u C-M-x' on it 3. step once with SPC 4. M-x pop-to-buffer RET *temp* RET 5. 'W' (edebug-toggle-save-windows) 6. then stepping thru the code doesn't move point in another window
[Prev in Thread] | Current Thread | [Next in Thread] |