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: Getting more info on a variable in Customize buffers Date: Mon, 03 Jan 2005 22:38:42 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1104810492 4335 80.91.229.6 (4 Jan 2005 03:48:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Jan 2005 03:48:12 +0000 (UTC) Cc: drew.adams@oracle.com, monnier@iro.umontreal.ca, Reiner.Steib@gmx.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 04 04:47:58 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Clffp-0004iF-00 for ; Tue, 04 Jan 2005 04:47:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Clfr0-0003EL-4r for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 22:59:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Clfoj-0001Q6-ML for emacs-devel@gnu.org; Mon, 03 Jan 2005 22:57:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Clfoe-0001NL-GE for emacs-devel@gnu.org; Mon, 03 Jan 2005 22:57:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Clfoe-0001N4-BT for emacs-devel@gnu.org; Mon, 03 Jan 2005 22:57:04 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Clfd8-0005n6-UE for emacs-devel@gnu.org; Mon, 03 Jan 2005 22:45:10 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ClfWs-0007xV-QB; Mon, 03 Jan 2005 22:38:42 -0500 Original-To: David Kastrup In-reply-to: (message from David Kastrup on Mon, 03 Jan 2005 08:51:36 +0100) 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:31791 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31791 Perhaps we should warn people in the introduction to writing .emacs that setq or setq-default might not do the trick for user-settable variables. It already says this in the node Init Syntax.