From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: multiple queries to delete excess backup version w/ custom Date: Sat, 05 Jan 2008 09:31:20 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1199543791 29377 80.91.229.12 (5 Jan 2008 14:36:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 14:36:31 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 15:36:51 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBA8n-0003vK-Eg for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 15:36:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBA8Q-00012j-Sl for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 09:36:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBA3W-0006CW-6E for emacs-devel@gnu.org; Sat, 05 Jan 2008 09:31:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBA3V-0006BE-2o for emacs-devel@gnu.org; Sat, 05 Jan 2008 09:31:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBA3U-0006B0-SB for emacs-devel@gnu.org; Sat, 05 Jan 2008 09:31:20 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBA3U-0005TG-L0 for emacs-devel@gnu.org; Sat, 05 Jan 2008 09:31:20 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1JBA3U-0008WO-3V; Sat, 05 Jan 2008 09:31:20 -0500 In-reply-to: (message from Tom Tromey on Fri, 04 Jan 2008 13:41:50 -0700) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86165 gmane.emacs.pretest.bugs:20508 Archived-At: Today I customized some calendar settings. I made several changes in one page, then clicked "Save for future sessions". I got multiple dialog boxes, one after another, all asking whether I wanted to delete excess backup versions of ~/.emacs.custom. That probably means it is saving the file multiple times. It would be better to save it just once. Can you debug why it is getting saved multiple times by this one operation?