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 buttons that change user'scustomfileshouldaskforconfirmation Date: Sat, 12 Feb 2005 22:28:57 +0100 Message-ID: <012201c51149$e4ed2a00$0200a8c0@sedrcw11488> References: <200502121845.j1CIj3R19380@raven.dms.auburn.edu> <011001c51146$6b2aff10$0200a8c0@sedrcw11488> <200502122121.j1CLLU119488@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 1108244699 11246 80.91.229.2 (12 Feb 2005 21:44:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 Feb 2005 21:44:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 12 22:44:58 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D054R-0005vk-Kf for ged-emacs-devel@m.gmane.org; Sat, 12 Feb 2005 22:44:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D05Je-000859-KX for ged-emacs-devel@m.gmane.org; Sat, 12 Feb 2005 17:00:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D05GY-0007Lx-E9 for emacs-devel@gnu.org; Sat, 12 Feb 2005 16:57:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D05GO-0007Fy-KY for emacs-devel@gnu.org; Sat, 12 Feb 2005 16:57:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D05GJ-0007DL-9H for emacs-devel@gnu.org; Sat, 12 Feb 2005 16:57:11 -0500 Original-Received: from [81.228.9.106] (helo=av1-2-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D04pw-0000Lu-La for emacs-devel@gnu.org; Sat, 12 Feb 2005 16:29:56 -0500 Original-Received: by av1-2-sn3.vrr.skanova.net (Postfix, from userid 502) id E3FD337E50; Sat, 12 Feb 2005 22:29:55 +0100 (CET) Original-Received: from smtp1-1-sn3.vrr.skanova.net (smtp1-1-sn3.vrr.skanova.net [81.228.9.177]) by av1-2-sn3.vrr.skanova.net (Postfix) with ESMTP id D1C0E37E42; Sat, 12 Feb 2005 22:29:55 +0100 (CET) Original-Received: from sedrcw11488 (t5o58p123.telia.com [195.67.196.123]) by smtp1-1-sn3.vrr.skanova.net (Postfix) with SMTP id E2F3E3800A; Sat, 12 Feb 2005 22:29:54 +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:33316 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33316 ----- Original Message ----- From: "Luc Teirlinck" > > Absolutely not. `(setq custom-file "Y")' means that you want Custom to > > _write_ to Y. If you want Y to be read you have to load Y. > .. > > (setq custom-file "Y") > > (load custom-file) .. > Where is the contradiction? The suggested (load custom-file) looks like it means "this is where we read from". Though there can of course be no clear contradiction without clear semantics.