From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Documentation for custom-file - is not (load custom-file) needed? Date: Tue, 14 Dec 2004 18:20:57 -0500 Message-ID: References: <014a01c4e174$b83bcfc0$0200a8c0@sedrcw11488> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1103066795 19341 80.91.229.6 (14 Dec 2004 23:26:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Dec 2004 23:26:35 +0000 (UTC) Cc: juri@jurta.org, teirllm@dms.auburn.edu, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 15 00:26:26 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CeM3l-0006UZ-00 for ; Wed, 15 Dec 2004 00:26:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeMDv-0000Aa-HV for ged-emacs-devel@m.gmane.org; Tue, 14 Dec 2004 18:36:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CeMDY-00005f-1W for emacs-devel@gnu.org; Tue, 14 Dec 2004 18:36:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CeMDW-00004q-8m for emacs-devel@gnu.org; Tue, 14 Dec 2004 18:36:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeMDW-0008Vz-1K for emacs-devel@gnu.org; Tue, 14 Dec 2004 18:36:30 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CeM2b-0007Le-1q for emacs-devel@gnu.org; Tue, 14 Dec 2004 18:25:13 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CeLyT-0006pu-L3; Tue, 14 Dec 2004 18:20:57 -0500 Original-To: "Lennart Borgman" In-reply-to: <014a01c4e174$b83bcfc0$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) 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: main.gmane.org gmane.emacs.devel:31128 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31128 Yes. But I believe we also should try to eleminate it from the (custom-set-variables ...) where it currently could be. That seems risky to me, so I don't want to try it. Yes. But maybe we could reuse Stefans idea of loading "custom file" after .emacs in another way. I would like to get (custom-set-variables ...) out of .emacs by default, because I believe most users do not want it to be edited automatically. Sorry, I don't want to go in that direction.