From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: standard-value of display-battery/time-mode Date: Sun, 19 Feb 2006 21:07:45 -0600 (CST) Message-ID: <200602200307.k1K37iB23860@raven.dms.auburn.edu> References: <140BE1D7-45C0-459A-BFD8-6C1C84CFAAE9@gmail.com> <200602190031.k1J0VKq07514@raven.dms.auburn.edu> <200602200050.k1K0oxV22547@raven.dms.auburn.edu> <87fymeltbo.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1140406865 23157 80.91.229.2 (20 Feb 2006 03:41:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 03:41:05 +0000 (UTC) Cc: david.reitter@gmail.com, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 20 04:41:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FB1ux-0000Mv-8m for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2006 04:40:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FB1uw-0008MW-Ju for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 22:40:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FB1TE-0007UL-1C for emacs-devel@gnu.org; Sun, 19 Feb 2006 22:12:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FB1T9-0007TT-EP for emacs-devel@gnu.org; Sun, 19 Feb 2006 22:12:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FB1T9-0007TH-1s for emacs-devel@gnu.org; Sun, 19 Feb 2006 22:12:11 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FB1Z2-0000c7-56; Sun, 19 Feb 2006 22:18:16 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.13.3+Sun/8.13.3) with ESMTP id k1K3C3TP018652; Sun, 19 Feb 2006 21:12:03 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id k1K37iB23860; Sun, 19 Feb 2006 21:07:45 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: cyd@stupidchicken.com In-reply-to: <87fymeltbo.fsf@stupidchicken.com> (message from Chong Yidong on Sun, 19 Feb 2006 20:20:11 -0500) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.1 (manatee.dms.auburn.edu [131.204.53.104]); Sun, 19 Feb 2006 21:12:03 -0600 (CST) 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:50800 Archived-At: Chong Yidong wrote: custom-load-symbol does not work for all variables concerned. At first, I thought all the relevant variables have 'custom-load property (which tells custom-load-symbol what to load), but I was wrong. I don't know what the criteria is that variables are given 'custom-load---is it only if the variable name matches the custom group name? You did not give any examples. Are these options that are neither autoloaded nor preloaded? A magic autoload cookie should, I believe, write a line of the form: (custom-autoload (quote show-paren-mode) "paren") in loaddefs.el. So I believe that it should suffice to add that custom-load-symbol call back and put in ###autoload's for all options for which it fails to work. Sincerely, Luc.