all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Markus Triska <markus.triska@gmx.at>
To: martin rudalics <rudalics@gmx.at>
Cc: 731@emacsbugs.donarmstrong.com, cyd@MIT.EDU
Subject: bug#731: 23.0.60; Varying point position after undo
Date: Fri, 19 Sep 2008 15:23:24 +0200	[thread overview]
Message-ID: <m17i98i81f.fsf@gmx.at> (raw)
In-Reply-To: <48D36604.7020702@gmx.at> (martin rudalics's message of "Fri, 19 Sep 2008 10:42:44 +0200")

martin rudalics <rudalics@gmx.at> writes:

> So the initial values of `buffer-undo-list' differ wrt when you open the
> file via the command line or `find-file'.  Can you tell us how?

buffer-undo-list is initially nil regardless of how I open the file.
When I open the file from the command line and then press C-M-x on the
first form, `buffer-undo-list' is with CVS trunk:

   (nil
    (96 . 106)
    (t 18643 . 10108))

whereas with Emacs 22.2, it is:

   (nil
    (96 . 106)
    1
    (t 18643 . 10108))

Starting anew with CVS trunk, after I do C-M-x C-_ M-< C-M-x, it is:

   (nil
    (96 . 106)
    1
    (t 18643 . 10108)
    nil
    (#("test line\n" 0 10
       (fontified t))
     . 96)
    nil
    (96 . 106)
    (t 18643 . 10108))

When I do the same with Emacs 22.2, it is:

   (nil
    (96 . 106)
    1
    (t 18643 . 10108)
    nil
    (#("test line\n" 0 10
       (fontified t))
     . 96)
    nil
    (96 . 106)
    1
    (t 18643 . 10108))

With CVS trunk, when I open the file with C-x C-f and do C-M-x, it is:

   (nil
    (96 . 106)
    1
    (t 18643 . 10108))







  reply	other threads:[~2008-09-19 13:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-19  3:26 bug#731: 23.0.60; Varying point position after undo cyd
2008-09-19  4:31 ` Markus Triska
2008-09-19  8:42   ` martin rudalics
2008-09-19 13:23     ` Markus Triska [this message]
2008-09-21 11:58       ` martin rudalics
2008-09-21 12:31         ` Markus Triska
2008-09-21 19:30         ` Stefan Monnier
2008-09-22 15:59           ` martin rudalics
2008-09-22 17:40             ` Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2008-08-16 16:59 Markus Triska

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m17i98i81f.fsf@gmx.at \
    --to=markus.triska@gmx.at \
    --cc=731@emacsbugs.donarmstrong.com \
    --cc=cyd@MIT.EDU \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.