bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5459: Should url-util require url-vars?


From: Stefan Monnier
Subject: bug#5459: Should url-util require url-vars?
Date: Sun, 24 Jan 2010 22:04:05 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

>   (let ((url-show-status nil)) ;; do not show download messages
>     (require 'url-vars)
>     (message "(featurep 'url-vars)=%s, url-show-status=%s" (featurep
> 'url-vars) url-show-status)
>     (url-retrieve ...))

> This prevented url-show-status to be defined when loading url-vars.
> Placing (require 'url-vars) above the let statement fixed this.

This should have given you a warning.


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]