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 20:21:30 +0100 Message-ID: <47812A3A.8050606@gmx.at> References: <477EBD26.5060709@gmx.at> <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> 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 1199647531 13822 80.91.229.12 (6 Jan 2008 19:25:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 19:25:31 +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 20:25:52 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 1JBb84-0004lF-2g for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 20:25:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBb7h-00045y-7t for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 14:25:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBb6f-0003hd-Cm for emacs-devel@gnu.org; Sun, 06 Jan 2008 14:24:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBb6d-0003hL-Ax for emacs-devel@gnu.org; Sun, 06 Jan 2008 14:24:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBb6d-0003hI-0v for emacs-devel@gnu.org; Sun, 06 Jan 2008 14:24:23 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBb6c-0003sf-Qi for emacs-devel@gnu.org; Sun, 06 Jan 2008 14:24:22 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBb6c-00065j-KC for emacs-pretest-bug@gnu.org; Sun, 06 Jan 2008 14:24:22 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JBb6Z-0003sJ-HD for emacs-pretest-bug@gnu.org; Sun, 06 Jan 2008 14:24:22 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JBb6Z-0003sB-2w for emacs-pretest-bug@gnu.org; Sun, 06 Jan 2008 14:24:19 -0500 Original-Received: (qmail invoked by alias); 06 Jan 2008 19:24:18 -0000 Original-Received: from N951P010.adsl.highway.telekom.at (EHLO [62.47.62.202]) [62.47.62.202] by mail.gmx.net (mp057) with SMTP; 06 Jan 2008 20:24:18 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18vmcodqXEvAUCjJd6N+4wbi3NsORgC1w8TsPzjcC Fyu3OIcSiJB5la User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <66a8b7a0801061022u318587b9w94bcafdf0ba94bc2@mail.gmail.com> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) 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:86370 gmane.emacs.pretest.bugs:20527 Archived-At: > No. But look at each of the functions used for implementing > :custom-save, and look at where else they are called. I can find only `custom-variable-save', `custom-face-save', and `custom-group-save'. And these are called only from the respective widgets and the corresponding menu entries. Hence, all I'd have to do is, in `Custom-save' and `custom-group-save' call the method :custom-mark-for-saving for the respective children, implement that method with a function just like custom-...-save but with the call to `custom-save-all' omitted. Or have I overseen something?