From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Ponce Newsgroups: gmane.emacs.devel Subject: Re: face customization saves custom-file twice Date: Tue, 17 Jan 2006 22:05:52 +0100 Message-ID: <43CD5C30.30407@wanadoo.fr> References: <642089.1137503380035.JavaMail.www@wwinf1621> <200601171853.k0HIrif06643@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137535980 18009 80.91.229.2 (17 Jan 2006 22:13:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jan 2006 22:13:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 17 23:12:58 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eyz4S-00079y-8c for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2006 23:12:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eyz6o-00082m-4C for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2006 17:15:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eyy2r-00047d-HY for emacs-devel@gnu.org; Tue, 17 Jan 2006 16:07:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eyy2m-00044H-D3 for emacs-devel@gnu.org; Tue, 17 Jan 2006 16:07:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eyy2l-00043q-9z for emacs-devel@gnu.org; Tue, 17 Jan 2006 16:07:07 -0500 Original-Received: from [193.252.22.31] (helo=smtp11.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eyy6U-0004Hf-Ti for emacs-devel@gnu.org; Tue, 17 Jan 2006 16:10:59 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1106.wanadoo.fr (SMTP Server) with ESMTP id 9F7B61C000B9 for ; Tue, 17 Jan 2006 22:04:38 +0100 (CET) Original-Received: from [192.168.1.2] (AGrenoble-152-1-66-253.w83-201.abo.wanadoo.fr [83.201.87.253]) by mwinf1106.wanadoo.fr (SMTP Server) with ESMTP id 5F6DE1C000AF; Tue, 17 Jan 2006 22:04:38 +0100 (CET) X-ME-UUID: 20060117210438390.5F6DE1C000AF@mwinf1106.wanadoo.fr User-Agent: Thunderbird 1.5 (X11/20051201) Original-To: Luc Teirlinck In-Reply-To: <200601171853.k0HIrif06643@raven.dms.auburn.edu> 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:49220 Archived-At: [...] > The patch below makes custom-face-save-command an alias of > custom-face-save in the standard way and corrects the custom-face-save > docstring. I believe that it is better to have custom-face-save the > actual function and custom-save-face-command the alias, since the name > custom-face-save is more in line with the names of all other similar > functions. [...] Your patch looks good to me. Now custom works better, and don't save my custom-file twice when I customize a face :-) Thanks! David