From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: customize-rouge output with emacs -q --no-site-file Date: Sat, 5 Feb 2005 20:52:24 +0100 Message-ID: <00a901c50bbc$3a73c530$0200a8c0@sedrcw11488> References: <00cb01c50ad3$5f978570$0200a8c0@sedrcw11488> <010101c50aed$d57b4640$0200a8c0@sedrcw11488> <004501c50b07$6690f620$0200a8c0@sedrcw11488> <200502050351.j153pLL14720@raven.dms.auburn.edu> <005601c50b62$84fa3da0$0200a8c0@sedrcw11488> <200502051906.j15J6MX07513@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107634473 29185 80.91.229.2 (5 Feb 2005 20:14:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Feb 2005 20:14:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 05 21:14:33 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxWK4-0007Jn-Rn for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2005 21:14:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxWXr-0000ce-1r for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2005 15:28:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CxWW0-0008Kp-Ey for emacs-devel@gnu.org; Sat, 05 Feb 2005 15:26:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CxWVt-0008Hw-NO for emacs-devel@gnu.org; Sat, 05 Feb 2005 15:26:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxWVr-0008A6-L7 for emacs-devel@gnu.org; Sat, 05 Feb 2005 15:26:40 -0500 Original-Received: from [81.228.9.113] (helo=av5-1-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CxVz7-0004tU-Mm for emacs-devel@gnu.org; Sat, 05 Feb 2005 14:52:49 -0500 Original-Received: by av5-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 0366737E52; Sat, 5 Feb 2005 20:52:48 +0100 (CET) Original-Received: from smtp1-1-sn3.vrr.skanova.net (smtp1-1-sn3.vrr.skanova.net [81.228.9.177]) by av5-1-sn3.vrr.skanova.net (Postfix) with ESMTP id E45CE37E49; Sat, 5 Feb 2005 20:52:48 +0100 (CET) Original-Received: from sedrcw11488 (t2o58p223.telia.com [62.20.165.223]) by smtp1-1-sn3.vrr.skanova.net (Postfix) with SMTP id 04AE238022; Sat, 5 Feb 2005 20:52:47 +0100 (CET) Original-To: "Luc Teirlinck" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32920 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32920 ----- Original Message ----- From: "Luc Teirlinck" > My suggestion was of course only for the "Erase C" problem, but I > do believe that this should be solved and I see no big dangers with > the solution. > > The danger is that it eliminates the "Changed outside Custom" warning. But that is not really the problem here. > At least the hooks, lists and alists among the variables are > absolutely _not_ safe to set through Custom (or with setq for that > matter), even after applying the patch I posted. You have to set them > in your .emacs using add-hook (for hooks) or add-to-list (for lists). > If you do not try to set the variables through Custom, you do not run > in the "Erase Customization" problem either. So there should perhaps be another warning?