GNU bug report logs -
#2209
23.0.90; copyright-update might not update copyright
Previous Next
Full log
Message #26 received at 2209 <at> emacsbugs.donarmstrong.com (full text, mbox):
> How does it happen that y-or-n-p moves point? Whatever it is, it
> could cause trouble elsewhere too. Maybe the right fix is to make
> sure it does not happen.
The details are in the first message of bug 2209.
Maybe there is a misunderstanding. I think you mean the message
below, but it does not say why y-or-n-p moves point. I think it
will take investigation to figure that out.
Date: Thu, 5 Feb 2009 16:39:59 -0000
Message-ID: <63C2A154B1708946B60726AFDBA00AC00388E04D <at> ukmailemea01.misys.global.ad>
To: <emacs-pretest-bug <at> gnu.org>
Resent-Date: Thu, 05 Feb 2009 12:03:36 -0500
Cc:
Subject: bug#2209: 23.0.90; copyright-update might not update copyright
Reply-To: "Marshall, Simon" <Simon.Marshall <at> misys.com>,
2209 <at> debbugs.gnu.org
This is a multi-part message in MIME format.
------_=_NextPart_001_01C987B0.62F9A32A
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
First, emacs -Q and in the initial frame create 2 windows with 2 new
files containing:
//Copyright (c) 2008 Foo
//
Now do C-x 5 2 and in the new frame do Tools | Compile RET (it doesn't
matter if there's no Makefile etc) and in the *compilation* window in
the new frame do C-x 1 M-: (add-hook 'write-file-hooks
'copyright-update) RET.
Now in the original frame, add the word "Bar" to the end of the 2nd line
in each file, leaving point at the end of the 2nd line, and leaving the
files modified.
Now in the *compilation* window in the new frame do g ! SPC SPC to
recompile/save/update the copyright notices.=20=20
I find that one file contains the correct:
//Copyright (c) 2008, 2009 Foo
//Bar
But the other contains the erroneous:
//Copyright (c) 2008 Foo
//Bar, 2009
With point on the comma in the 2nd line.
This bug report was last modified 16 years and 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.