From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Eliminating "changed in Emacs outside of Customize" Date: Thu, 3 Feb 2005 19:31:12 -0600 (CST) Message-ID: <200502040131.j141VC904260@raven.dms.auburn.edu> References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1107481605 9124 80.91.229.2 (4 Feb 2005 01:46:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2005 01:46:45 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca, abraham@dina.kvl.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 04 02:46:44 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CwsYQ-0002Rg-Lk for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2005 02:46:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cwslr-0006A5-D7 for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2005 21:00:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cwskr-0005rH-R2 for emacs-devel@gnu.org; Thu, 03 Feb 2005 20:59:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cwska-0005ig-EI for emacs-devel@gnu.org; Thu, 03 Feb 2005 20:59:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwskX-0005QW-HL for emacs-devel@gnu.org; Thu, 03 Feb 2005 20:59:09 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwsKq-0002Af-6F; Thu, 03 Feb 2005 20:32:36 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j141WT9N025126; Thu, 3 Feb 2005 19:32:29 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j141VC904260; Thu, 3 Feb 2005 19:31:12 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: drew.adams@oracle.com In-reply-to: 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:32854 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32854 >>From my previous reply: After Emacs 21.4 is out we could try to make sure that those lines basically never will appear, by trying to eliminate the (unfortunately numerous) situations that give rise to it. That would not eliminate .emacs as a source of the stuff, but that is the user's responsibility. If he does not want to get warned about inconsistent customizations, he can put the custom-set-{variables, faces} forms at the end of .emacs. If he does want to be warned about them he can put those forms at the beginning of his .emacs. Sincerely, Luc.