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: Documentation for custom-file - is not (load custom-file) needed? Date: Sat, 4 Dec 2004 02:53:50 +0100 Message-ID: <075b01c4d9a4$52799460$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102125441 21691 80.91.229.6 (4 Dec 2004 01:57:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Dec 2004 01:57:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 04 02:57:18 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 1CaPAk-0003h0-00 for ; Sat, 04 Dec 2004 02:57:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaPKM-0000ic-FY for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2004 21:07:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CaPK0-0000aq-O9 for emacs-devel@gnu.org; Fri, 03 Dec 2004 21:06:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CaPK0-0000aW-5L for emacs-devel@gnu.org; Fri, 03 Dec 2004 21:06:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaPK0-0000aM-2V for emacs-devel@gnu.org; Fri, 03 Dec 2004 21:06:52 -0500 Original-Received: from [81.228.9.107] (helo=av2-1-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CaP9x-0003us-1m for emacs-devel@gnu.org; Fri, 03 Dec 2004 20:56:29 -0500 Original-Received: by av2-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 5E0A037E78; Sat, 4 Dec 2004 02:56:28 +0100 (CET) Original-Received: from smtp1-2-sn3.vrr.skanova.net (smtp1-2-sn3.vrr.skanova.net [81.228.9.178]) by av2-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 4FE2E37E64 for ; Sat, 4 Dec 2004 02:56:28 +0100 (CET) Original-Received: from sedrcw11488 (t4o58p130.telia.com [195.252.57.130]) by smtp1-2-sn3.vrr.skanova.net (Postfix) with SMTP id 98A5E38003 for ; Sat, 4 Dec 2004 02:56:27 +0100 (CET) Original-To: "Emacs Devel" 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 Xref: main.gmane.org gmane.emacs.devel:30658 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30658 I believe that (load custom-file) is needed in .emacs to get it to work, but the documentation does not say so. - Lennart