all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How can url-show-status be void when (featurep 'url-vars) is t?
@ 2010-06-27  0:32 Lennart Borgman
  2010-06-27 18:08 ` Andreas Schwab
  2010-06-27 18:13 ` Chong Yidong
  0 siblings, 2 replies; 8+ messages in thread
From: Lennart Borgman @ 2010-06-27  0:32 UTC (permalink / raw)
  To: Emacs-Devel devel

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?



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-07-01  6:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-27  0:32 How can url-show-status be void when (featurep 'url-vars) is t? Lennart Borgman
2010-06-27 18:08 ` Andreas Schwab
2010-06-27 22:06   ` Lennart Borgman
2010-06-29  5:45     ` Kevin Rodgers
2010-06-29  9:51       ` Lennart Borgman
2010-07-01  0:43         ` Stefan Monnier
2010-07-01  6:21           ` David Kastrup
2010-06-27 18:13 ` Chong Yidong

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.