GNU bug report logs - #9605
24.0.90; initial point in *scratch* buffer

Previous Next

Package: emacs;

Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>

Date: Mon, 26 Sep 2011 14:30:03 UTC

Severity: normal

Found in version 24.0.90

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 9605 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Katsumi Yamaoka <yamaoka <at> jpl.org>
Cc: 9605 <at> debbugs.gnu.org
Subject: Re: bug#9605: 24.0.90; initial point in *scratch* buffer
Date: Wed, 28 Sep 2011 13:26:38 -0400
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.




This bug report was last modified 13 years and 239 days ago.

Previous Next


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