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 10:08:49 +0100 Message-ID: <005601c50b62$84fa3da0$0200a8c0@sedrcw11488> References: <00cb01c50ad3$5f978570$0200a8c0@sedrcw11488> <010101c50aed$d57b4640$0200a8c0@sedrcw11488> <004501c50b07$6690f620$0200a8c0@sedrcw11488> <200502050351.j153pLL14720@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 1107595352 10079 80.91.229.2 (5 Feb 2005 09:22:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Feb 2005 09:22:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 05 10:22:32 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxM8r-0002iA-Pq for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2005 10:22:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxMMX-0003WL-Kq for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2005 04:36:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CxMC3-0000lr-A6 for emacs-devel@gnu.org; Sat, 05 Feb 2005 04:25:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CxMBt-0000kB-NS for emacs-devel@gnu.org; Sat, 05 Feb 2005 04:25:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxMBs-0000ji-35 for emacs-devel@gnu.org; Sat, 05 Feb 2005 04:25:20 -0500 Original-Received: from [81.228.9.111] (helo=av4-1-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CxLxe-0008I0-DU for emacs-devel@gnu.org; Sat, 05 Feb 2005 04:10:38 -0500 Original-Received: by av4-1-sn3.vrr.skanova.net (Postfix, from userid 502) id B1CE237E56; Sat, 5 Feb 2005 10:10:37 +0100 (CET) Original-Received: from smtp1-1-sn3.vrr.skanova.net (smtp1-1-sn3.vrr.skanova.net [81.228.9.177]) by av4-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 9F32B37E53; Sat, 5 Feb 2005 10:10:37 +0100 (CET) Original-Received: from sedrcw11488 (t2o58p105.telia.com [62.20.165.105]) by smtp1-1-sn3.vrr.skanova.net (Postfix) with SMTP id A27FC38012; Sat, 5 Feb 2005 10:10:35 +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:32901 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32901 ----- Original Message ----- From: "Luc Teirlinck" > I believe that the patch below is the correct way to do what you are > trying to do. It could at the very best be _part_ of a solution. It > does not solve the other problems I referred to, only the "Erase > Customization" one. As before, only provided _for experimentation > purposes_. _Not_ meant to be installed in CVS. When trying out code > experimenting with Custom, always make sure your .emacs, or whatever > your custom-file is, is properly backed up. > > With this new code, I get 3 options after `emacs -q' and > `M-x customize-rogue": > > debug-ignored-errors, default-frame-alist and user-mail-address. > > I believe that I understand the last two as local peculiarities. > `debug-ignored-errors' is very special. Hi Luc, Thanks for correcting my code. 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. I suppose you did not start with -q --no-site-file? I only get debug-ignored-errors left over. I think this should be handled too (but maybe you have more insight in this?). I think we should use your code. However maybe we should keep track of the variables we handle here? I suggest saving them in a list, say startup-custom-rogue. This could be used for various purpose.