From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: option doc strings and Customize tags Date: Wed, 29 Oct 2008 13:17:18 -0400 Message-ID: References: <005601c9385f$86a998c0$c2b22382@us.oracle.com> <4907637E.8090402@gmx.at> <005201c93933$6bd2eb30$0200a8c0@us.oracle.com> <87hc6wf7u2.fsf@uwakimon.sk.tsukuba.ac.jp> <007e01c93991$e714c8f0$0200a8c0@us.oracle.com> <000601c939e0$9422dca0$c2b22382@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225300814 8281 80.91.229.12 (29 Oct 2008 17:20:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2008 17:20:14 +0000 (UTC) Cc: 'martin rudalics' , "'Stephen J. Turnbull'" , emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 29 18:21:15 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KvEgk-0003tj-0f for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2008 18:18:34 +0100 Original-Received: from localhost ([127.0.0.1]:55885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvEfd-0003t9-Gw for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2008 13:17:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvEfa-0003sw-0A for emacs-devel@gnu.org; Wed, 29 Oct 2008 13:17:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvEfY-0003si-Hw for emacs-devel@gnu.org; Wed, 29 Oct 2008 13:17:21 -0400 Original-Received: from [199.232.76.173] (port=38733 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvEfY-0003sf-FC for emacs-devel@gnu.org; Wed, 29 Oct 2008 13:17:20 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:9680 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvEfX-000679-TZ for emacs-devel@gnu.org; Wed, 29 Oct 2008 13:17:20 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUEAKg3CElMCqyo/2dsb2JhbACBdswYg1GBDg X-IronPort-AV: E=Sophos;i="4.33,507,1220241600"; d="scan'208";a="29021695" Original-Received: from 76-10-172-168.dsl.teksavvy.com (HELO pastel.home) ([76.10.172.168]) by ironport2-out.teksavvy.com with ESMTP; 29 Oct 2008 13:17:18 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8C77D8E6F; Wed, 29 Oct 2008 13:17:18 -0400 (EDT) In-Reply-To: <000601c939e0$9422dca0$c2b22382@us.oracle.com> (Drew Adams's message of "Wed, 29 Oct 2008 09:08:27 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105155 Archived-At: > But don't you agree that we need really to provide the value only when it is a > symbol-valued `const' in a `choice'? I think those are about the only cases > where a doc string's reference to a value might lead to confusion wrt the > Customize tags. You might be right, we could start with just that and then see if we need more. Stefan