From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.bugs Subject: bug#5572: 23.1; Undocumented key :value-to-internal in customize system Date: Sat, 13 Feb 2010 21:59:51 +0200 Message-ID: <87sk94nbyg.fsf@mithlond.arda> References: <87eikpscji.fsf@mithlond.arda> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1266092579 4225 80.91.229.12 (13 Feb 2010 20:22:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Feb 2010 20:22:59 +0000 (UTC) Cc: 5572-done@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 13 21:22:57 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NgOW0-00021j-F6 for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Feb 2010 21:22:56 +0100 Original-Received: from localhost ([127.0.0.1]:49156 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgOVz-0007vv-Rd for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Feb 2010 15:22:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NgOVv-0007vn-AT for bug-gnu-emacs@gnu.org; Sat, 13 Feb 2010 15:22:51 -0500 Original-Received: from [140.186.70.92] (port=59841 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgOVu-0007vW-NN for bug-gnu-emacs@gnu.org; Sat, 13 Feb 2010 15:22:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NgOVu-0006Qe-6V for bug-gnu-emacs@gnu.org; Sat, 13 Feb 2010 15:22:50 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45963) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NgOVu-0006Qa-39 for bug-gnu-emacs@gnu.org; Sat, 13 Feb 2010 15:22:50 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1NgO9r-0005IT-EG for bug-gnu-emacs@gnu.org; Sat, 13 Feb 2010 15:00:03 -0500 Resent-From: Teemu Likonen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 13 Feb 2010 20:00:02 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org Mail-Followup-To: 5572@debbugs.gnu.org, Teemu Likonen X-Emacs-PR-Message: cc-closed 5572 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 5572-done@debbugs.gnu.org id=D5572.126609120020335 (code D ref 5572); Sat, 13 Feb 2010 20:00:02 +0000 Original-Received: (at 5572-done) by debbugs.gnu.org; 13 Feb 2010 20:00:00 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NgO9n-0005Hw-RK for submit@debbugs.gnu.org; Sat, 13 Feb 2010 14:59:59 -0500 Original-Received: from mta-out.inet.fi ([195.156.147.13] helo=jenni2.inet.fi) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NgO9m-0005Hr-M6 for 5572-done@debbugs.gnu.org; Sat, 13 Feb 2010 14:59:59 -0500 Original-Received: from mithlond.arda (84.251.132.215) by jenni2.inet.fi (8.5.014) id 4B17EA3D0316E114; Sat, 13 Feb 2010 21:59:52 +0200 Original-Received: from dtw by mithlond.arda with local (Exim 4.69) (envelope-from ) id 1NgO9f-0003Rx-RJ; Sat, 13 Feb 2010 21:59:51 +0200 In-Reply-To: (Glenn Morris's message of "Sat, 13 Feb 2010 14:21:23 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 13 Feb 2010 15:00:03 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:35095 Archived-At: * 2010-02-13 14:21 (-0500), Glenn Morris wrote: > Teemu Likonen wrote: > >> :value-to-internal key doesn't seem to be documented anywhere so I >> consider this a documentation bug. > > Custom uses the widget library, and this is documented in widget.texi. Ah, thanks for the info. I didn't know about the Widget library at all. Well, I'll just close this bug then.