From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: Info on define-minor-mode - :init-valueor :initial-value?] Date: Mon, 01 Aug 2005 12:46:04 -0400 Message-ID: References: <200507290256.j6T2uPh18315@raven.dms.auburn.edu> <200507310043.j6V0hDm25599@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1122915844 1199 80.91.229.2 (1 Aug 2005 17:04:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2005 17:04:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 01 19:03:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dzdgc-0005Vc-3W for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2005 19:02:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzdjG-000834-Tv for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2005 13:05:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dzdcv-00037n-5T for emacs-devel@gnu.org; Mon, 01 Aug 2005 12:58:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dzdcm-00032W-Ci for emacs-devel@gnu.org; Mon, 01 Aug 2005 12:58:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dzdci-0002xD-0l for emacs-devel@gnu.org; Mon, 01 Aug 2005 12:58:44 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dzddl-0001IS-Mp for emacs-devel@gnu.org; Mon, 01 Aug 2005 12:59:49 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DzdQS-0008NH-NL; Mon, 01 Aug 2005 12:46:04 -0400 Original-To: Juanma Barranquero In-reply-to: (message from Juanma Barranquero on Mon, 1 Aug 2005 07:33:33 +0200) 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:41414 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41414 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) Is there really such a problem, with the solution I've called for?