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: How can url-show-status be void when (featurep 'url-vars) is t? Date: Sun, 27 Jun 2010 14:13:43 -0400 Message-ID: <87hbko2vjc.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277662495 4401 80.91.229.12 (27 Jun 2010 18:14:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Jun 2010 18:14:55 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 27 20:14:52 2010 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.69) (envelope-from ) id 1OSwNG-0001Xb-Ni for ged-emacs-devel@m.gmane.org; Sun, 27 Jun 2010 20:14:52 +0200 Original-Received: from localhost ([127.0.0.1]:38541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSwMc-0005zg-3M for ged-emacs-devel@m.gmane.org; Sun, 27 Jun 2010 14:13:54 -0400 Original-Received: from [140.186.70.92] (port=43133 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSwMW-0005zb-M9 for emacs-devel@gnu.org; Sun, 27 Jun 2010 14:13:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSwMS-0003qV-CE for emacs-devel@gnu.org; Sun, 27 Jun 2010 14:13:45 -0400 Original-Received: from pantheon-po23.its.yale.edu ([130.132.50.117]:35663) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSwMS-0003qP-9V for emacs-devel@gnu.org; Sun, 27 Jun 2010 14:13:44 -0400 Original-Received: from furry (dhcp128036163046.central.yale.edu [128.36.163.46]) (authenticated bits=0) by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o5RIDhdS016458 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 27 Jun 2010 14:13:43 -0400 Original-Received: by furry (Postfix, from userid 1000) id AF0BD16EC25; Sun, 27 Jun 2010 20:13:43 +0200 (CEST) In-Reply-To: (Lennart Borgman's message of "Sun, 27 Jun 2010 02:32:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:126465 Archived-At: Lennart Borgman writes: > It looks impossible to me that url-show-status is void as a variable > when url-vars.elc has been loaded, but that is what I see here. Also > url-show-status seems to have been initialized by defcustom since it > has (standard-value (t)) in the property list. > > url-show-status is a boolean defcustom without any :set function. So > custom-initialize-reset should have created the variable by calling > set-default. > > Any ideas how then url-show-status can be void after loading url-vars? I can't reproduce this. Maybe you have a rogue `provide' in your code.