From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: Info on define-minor-mode - :init-valueor :initial-value?] Date: Mon, 1 Aug 2005 07:33:33 +0200 Message-ID: References: <200507290256.j6T2uPh18315@raven.dms.auburn.edu> <200507310043.j6V0hDm25599@raven.dms.auburn.edu> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1122876421 23990 80.91.229.2 (1 Aug 2005 06:07:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2005 06:07:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 01 08:06:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DzTRj-0006DF-WA for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2005 08:06:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzTUM-00057p-Hi for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2005 02:09:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DzTNv-0001O1-3M for emacs-devel@gnu.org; Mon, 01 Aug 2005 02:02:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DzTNs-0001Lg-RH for emacs-devel@gnu.org; Mon, 01 Aug 2005 02:02:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzTNr-0000lE-HZ for emacs-devel@gnu.org; Mon, 01 Aug 2005 02:02:43 -0400 Original-Received: from [64.233.182.193] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DzT7h-0003tG-6p for emacs-devel@gnu.org; Mon, 01 Aug 2005 01:46:01 -0400 Original-Received: by nproxy.gmail.com with SMTP id b2so229326nfe for ; Sun, 31 Jul 2005 22:33:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r3VDYBEqQSYGJzfyiVr72LMFPe6L4KpE33Df/R35SQ0+vdmFI4542+jOpoG1YaGo4Gf6RBLFlDddJ2H0dnb+28hmJpRbMM1r9iQ8qzsKJPBtJK7Ts/JgykRAD2ES/VHm3s8npLGtKpw1VDOchOwgRkCJu/1arRQmxGzwKWk5AmA= Original-Received: by 10.48.250.16 with SMTP id x16mr155947nfh; Sun, 31 Jul 2005 22:33:33 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Sun, 31 Jul 2005 22:33:33 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: Content-Disposition: inline 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:41396 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41396 On 8/1/05, Richard M. Stallman wrote: > We're not talking about running Custom here. > We're talking about what happens when you load a defcustom and > the variable has already been set. If loading a defcustom is gonna modify a variable I've set in my .emacs, I want something akin to (please-defcustom-dont-fucking-touch 'my-variable) whether this is (put 'my-variable 'saved-value t) or anything else. --=20 /L/e/k/t/u