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

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

bug#18712: 24.3; IELM fails to move point in a working buffer that is al


From: Stefan Monnier
Subject: bug#18712: 24.3; IELM fails to move point in a working buffer that is also displayed
Date: Tue, 14 Oct 2014 14:53:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> Is this a bug?

No, but it's a common trap.  Every buffer has as many "points" as it has
windows displaying it (plus one for the buffer itself).
So if you want to move point in a specific window, you need to either
select the window before moving, or use `set-window-point'.


        Stefan





reply via email to

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