From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#3863: 23.1.50; possible save-match-data in copyright.el Date: Thu, 16 Jul 2009 10:33:39 -0400 Message-ID: <87bpnkk88s.fsf@stupidchicken.com> Reply-To: Chong Yidong , 3863@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247761430 32022 80.91.229.12 (16 Jul 2009 16:23:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jul 2009 16:23:50 +0000 (UTC) Cc: 3863@emacsbugs.donarmstrong.com To: Kevin Ryde Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 16 18:23:43 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MRTkE-0002XE-R5 for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Jul 2009 18:23:43 +0200 Original-Received: from localhost ([127.0.0.1]:33433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRTkE-00031L-3y for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Jul 2009 12:23:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRTeJ-0008SZ-Oq for bug-gnu-emacs@gnu.org; Thu, 16 Jul 2009 12:17:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRTeF-0008Q4-MV for bug-gnu-emacs@gnu.org; Thu, 16 Jul 2009 12:17:35 -0400 Original-Received: from [199.232.76.173] (port=42687 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRTeF-0008Pq-Gw for bug-gnu-emacs@gnu.org; Thu, 16 Jul 2009 12:17:31 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:53401) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRTeF-0005jM-5V for bug-gnu-emacs@gnu.org; Thu, 16 Jul 2009 12:17:31 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6GGHSkR007074; Thu, 16 Jul 2009 09:17:28 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.14.3/8.14.3/Submit) id n6GG54Wo004365; Thu, 16 Jul 2009 09:05:04 -0700 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 16 Jul 2009 16:05:04 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 3863 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 3863-submit@emacsbugs.donarmstrong.com id=B3863.12477599473171 (code B ref 3863); Thu, 16 Jul 2009 16:05:04 +0000 Original-Received: (at 3863) by emacsbugs.donarmstrong.com; 16 Jul 2009 15:59:07 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from pantheon-po38.its.yale.edu (pantheon-po38.its.yale.edu [130.132.50.97]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6GFx30h003148 for <3863@emacsbugs.donarmstrong.com>; Thu, 16 Jul 2009 08:59:04 -0700 Original-Received: from furry (dhcp128036014244.central.yale.edu [128.36.14.244]) (authenticated bits=0) by pantheon-po38.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n6GFwutd003761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 16 Jul 2009 11:58:56 -0400 Original-Received: by furry (Postfix, from userid 1000) id 5C9E0C0BE; Thu, 16 Jul 2009 10:33:39 -0400 (EDT) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Resent-Date: Thu, 16 Jul 2009 12:17:35 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:29466 Archived-At: > In recent copyright.el I noticed copyright-update using the match data > after a y-or-n-p query. Is that a good idea? > > When running it in emacs 22 I seemed to sometimes get the match data > clobbered by y-or-n-p. If so, we should change y-or-n-p to save the match data. Could you provide a reproducible test-case for the clobbering of the match data?