GNU bug report logs - #4933
23.1.50; RCS buffer: save-buffer moves point to beginning of buffer

Previous Next

Package: emacs;

Reported by: Carsten Bormann <cabo <at> tzi.org>

Date: Mon, 16 Nov 2009 05:45:03 UTC

Severity: normal

Merged with 4936

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


Message #35 received at 4933 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Carsten Bormann <cabo <at> tzi.org>
To: 4933 <at> debbugs.gnu.org
Subject: More information on bug 4933 (vc-rcs.el)
Date: Mon, 16 Nov 2009 14:18:08 +0100
Specifically, the jump seems to occur in (vc-after-save)
and there in (vc-checkout-model backend (list file))
drilling down further:
 (vc-rcs-checkout-model (list (buffer-file-name)))
 (vc-rcs-consult-headers  (buffer-file-name))
And right there in vc-rcs.el is the culprit:
1.96         (monnier  13-Nov-09):         (goto-char (point-min))

Are we missing a save-excursion?





This bug report was last modified 15 years and 268 days ago.

Previous Next


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