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

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

bug#9605: 24.0.90; initial point in *scratch* buffer


From: Glenn Morris
Subject: bug#9605: 24.0.90; initial point in *scratch* buffer
Date: Wed, 28 Sep 2011 13:26:38 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

I wonder if this summarizes the issue:

emacs -Q

M-<   ; point at start of *scratch*
C-x b foo

In foo, insert and evaluate:

(with-current-buffer "*scratch*"
  (goto-char (point-max))
  (insert "foo"))

Then

M-x quit-window

In Emacs 23.3, point in *scratch* is now at point-max (after "foo").
In Emacs 24.0.90, it is at point-min.





reply via email to

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