From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: drkm Newsgroups: gmane.emacs.devel Subject: Re: Getting more info on a variable in Customize buffers Date: Mon, 03 Jan 2005 19:56:42 +0100 Organization: None Message-ID: References: <002d01c4f1c0$64ac12f0$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1104778685 28347 80.91.229.6 (3 Jan 2005 18:58:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 18:58:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 19:57:55 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 1ClXOt-0006aO-00 for ; Mon, 03 Jan 2005 19:57:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClXa3-0007Wv-Bt for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 14:09:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ClXZk-0007RK-VI for emacs-devel@gnu.org; Mon, 03 Jan 2005 14:09:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ClXZg-0007Oj-By for emacs-devel@gnu.org; Mon, 03 Jan 2005 14:09:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClXZe-0007NL-U8 for emacs-devel@gnu.org; Mon, 03 Jan 2005 14:09:03 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ClXNZ-0004ao-C5 for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:56:33 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ClXNY-00069E-00 for ; Mon, 03 Jan 2005 19:56:32 +0100 Original-Received: from 202-250.242.81.adsl.skynet.be ([81.242.250.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2005 19:56:32 +0100 Original-Received: from darkman_spam by 202-250.242.81.adsl.skynet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2005 19:56:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 202-250.242.81.adsl.skynet.be User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:uz+O6/TqvohPfBDGy9aS9ZO2gIs= 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:31756 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31756 "Lennart Borgman" writes: > Maybe you could use (custom-set-variables ...) I thinked I had seen that `custom-set-variables' have to be used only once. I can't find where I have see that. Maybe it's a mistake from me. > Though you have to know how the values look when written. But should not > that "do the right thing"? I don't know verry well the Custom package, but it seems to be the right way to do that. It is ? By the way, Info doc maybe lacks these informations. --drkm