be found, rather than try to load w3.
+2005-11-19 Romain Francoise <romain@orebokech.com>
+
+ * net/browse-url.el (browse-url-default-browser): Signal an error
+ if no usable browser can be found, rather than try to load w3.
+
2005-11-16 Ryan Yeske <rcyeske@gmail.com>
* net/rcirc.el (rcirc-mangle-text): Add bold face property without
* progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
speedbar.
(gdb-find-watch-expression): New function.
-
+
2005-11-17 Chong Yidong <cyd@stupidchicken.com>
* faces.el (face-attribute, set-face-attribute): Mention existence
((executable-find "tellw3b") 'browse-url-iximosaic)
((executable-find browse-url-xterm-program) 'browse-url-lynx-xterm)
((executable-find "mmm") 'browse-url-mmm)
- (t 'browse-url-w3))
+ ((locate-library "w3") 'browse-url-w3)
+ (t
+ (lambda (&ignore args) (error "No usable browser found"))))
url args))
;;;###autoload