From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: multiple queries to delete excess backup version w/ custom Date: Sun, 06 Jan 2008 23:22:29 +0100 Message-ID: <478154A5.6030007@gmx.at> References: <477F5A39.1070904@gmx.at> <478004AF.80907@gmx.at> <66a8b7a0801051546m29e9cc07p84b991a16e59ace@mail.gmail.com> <4780A8CA.2000200@gmx.at> <66a8b7a0801060526v422437f7wac91df8dda849476@mail.gmail.com> <4780FD28.2080908@gmx.at> <66a8b7a0801061022u318587b9w94bcafdf0ba94bc2@mail.gmail.com> <47812A3A.8050606@gmx.at> <66a8b7a0801061158n23944eecj229587352537682f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199658269 15628 80.91.229.12 (6 Jan 2008 22:24:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 22:24:29 +0000 (UTC) Cc: Tom Tromey , emacs-pretest-bug@gnu.org To: Per Abrahamsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 23:24:50 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 1JBdvD-0003KQ-QW for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 23:24:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBduq-0003Dw-Se for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 17:24:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBduS-0002iz-DD for emacs-devel@gnu.org; Sun, 06 Jan 2008 17:24:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBduQ-0002g9-Hz for emacs-devel@gnu.org; Sun, 06 Jan 2008 17:23:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBduQ-0002fz-Et for emacs-devel@gnu.org; Sun, 06 Jan 2008 17:23:58 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBduQ-0006nT-H0 for emacs-devel@gnu.org; Sun, 06 Jan 2008 17:23:58 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBduQ-0005rx-0I for emacs-pretest-bug@gnu.org; Sun, 06 Jan 2008 17:23:58 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JBduN-0006mf-0i for emacs-pretest-bug@gnu.org; Sun, 06 Jan 2008 17:23:58 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JBduM-0006mP-K0 for emacs-pretest-bug@gnu.org; Sun, 06 Jan 2008 17:23:54 -0500 Original-Received: (qmail invoked by alias); 06 Jan 2008 22:23:52 -0000 Original-Received: from N956P022.adsl.highway.telekom.at (EHLO [62.47.63.118]) [62.47.63.118] by mail.gmx.net (mp040) with SMTP; 06 Jan 2008 23:23:52 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/z1EccN1vzrNoQ2aFXTuFnIQuS/RNIHJEhgIBtBE yuK0hj50m4wXr3 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <66a8b7a0801061158n23944eecj229587352537682f@mail.gmail.com> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86403 gmane.emacs.pretest.bugs:20530 Archived-At: > You might want to implement the function that saves as a call to the > function that merely marks for saving, followed by a call to to > custom-save-all, rather than duplicate the code. Good. But the end of `custom-variable-save' reads as (custom-save-all) (custom-variable-state-set widget) (custom-redraw-magic widget))) and I think I should still do the last two calls _after_ calling `custom-save-all' - just in case the latter throws an error.