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

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

bug#13361: 24.2.91; [regression] window point incompatible change


From: Leo Liu
Subject: bug#13361: 24.2.91; [regression] window point incompatible change
Date: Sat, 05 Jan 2013 14:13:28 +0800

I have just spent this morning trying to fix a 3rd party library
behaviour change only to find this annoying regression.

To reproduce

0. emacs -q
1. Create two buffers A and B and make them both visible in the frame
2. Insert some text in A and leave point at the end of buffer A
3. Switch to buffer B and eval
    
      (with-current-buffer "A" (goto-char (point-min)))

You will see point in buffer A doesn't change.

Leo





reply via email to

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