From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: standard-value of display-battery/time-mode Date: Mon, 20 Feb 2006 11:01:03 -0500 Message-ID: <871wxy3tq8.fsf@stupidchicken.com> References: <140BE1D7-45C0-459A-BFD8-6C1C84CFAAE9@gmail.com> <200602190031.k1J0VKq07514@raven.dms.auburn.edu> <200602200050.k1K0oxV22547@raven.dms.auburn.edu> <87fymeltbo.fsf@stupidchicken.com> <200602200307.k1K37iB23860@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140477693 1527 80.91.229.2 (20 Feb 2006 23:21:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 23:21:33 +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 Tue Feb 21 00:21:31 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 1FBKLO-0004ao-FX for ged-emacs-devel@m.gmane.org; Tue, 21 Feb 2006 00:21:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBKLN-0007Ds-Sz for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2006 18:21:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBG2M-0005D5-Ks for emacs-devel@gnu.org; Mon, 20 Feb 2006 13:45:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBDuz-0005Tg-IH for emacs-devel@gnu.org; Mon, 20 Feb 2006 11:30:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBDTF-0007Od-Pd for emacs-devel@gnu.org; Mon, 20 Feb 2006 11:01:06 -0500 Original-Received: from [18.95.6.7] (helo=outgoing.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBDZF-0007sq-Cj; Mon, 20 Feb 2006 11:07:17 -0500 Original-Received: by outgoing.mit.edu (Postfix, from userid 1000) id 226C71E423B; Mon, 20 Feb 2006 11:01:03 -0500 (EST) Original-To: Luc Teirlinck In-Reply-To: <200602200307.k1K37iB23860@raven.dms.auburn.edu> (Luc Teirlinck's message of "Sun, 19 Feb 2006 21:07:45 -0600 (CST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:50824 Archived-At: Luc Teirlinck writes: > 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. I guess there isn't a problem after all, so I checked in the change. Thanks.