From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Bug, probably related to Custom Themes. Date: Wed, 21 Dec 2005 12:40:41 -0600 (CST) Message-ID: <200512211840.jBLIefx25655@raven.dms.auburn.edu> References: <200512210254.jBL2sj814876@raven.dms.auburn.edu> <87mziuqp2x.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1135193113 27995 80.91.229.2 (21 Dec 2005 19:25:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 19:25:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 21 20:25:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ep9Ym-00065Q-Mq for ged-emacs-devel@m.gmane.org; Wed, 21 Dec 2005 20:23:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ep9Zk-00043s-Bm for ged-emacs-devel@m.gmane.org; Wed, 21 Dec 2005 14:24:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ep8w5-0003Wb-Oz for emacs-devel@gnu.org; Wed, 21 Dec 2005 13:43:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ep8w4-0003W2-3c for emacs-devel@gnu.org; Wed, 21 Dec 2005 13:43:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ep8w3-0003Vv-K4 for emacs-devel@gnu.org; Wed, 21 Dec 2005 13:43:35 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ep8zO-00035l-NP for emacs-devel@gnu.org; Wed, 21 Dec 2005 13:47:02 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.13.3+Sun/8.13.3) with ESMTP id jBLIgYvA005600; Wed, 21 Dec 2005 12:42:34 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id jBLIefx25655; Wed, 21 Dec 2005 12:40:41 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: cyd@stupidchicken.com In-reply-to: <87mziuqp2x.fsf@stupidchicken.com> (message from Chong Yidong on Wed, 21 Dec 2005 13:31:34 -0500) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.1 (manatee.dms.auburn.edu [131.204.53.104]); Wed, 21 Dec 2005 12:42:34 -0600 (CST) 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:48163 Archived-At: Chong Yidong wrote: I wouldn't expect this to write to .emacs. The bug is that it _does_ write into your Custom file. If it does not do that for you then it must somehow depend on my customizations, but none of my customizations is supposed to have that effect, so there must be a bug _somewhere_. (I use a separate custom file.) The problem is that the bug has to do with writing into one's Custom file, so `emacs -q' is meaningless. If the bug does not happen for other people, I could try to start out with an empty Custom file. > If it does nothing, why is it there? If you mean the "Erase Customization" button, No, I mean the lines: (custom-reset-variables '(inhibit-default-init nil)) in my Custom file. (I really don't see how this issue is related to Custom Themes, btw.) It is just a guess. I said _probably_ related to Custom themes. Sincerely, Luc.