From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3125 Path: news.gmane.org!not-for-mail From: Spam Me Please Newsgroups: gmane.emacs.gnus.user Subject: Re: Loading browse-url...done Date: Mon, 27 Oct 2003 08:58:05 -0600 Organization: Gardenhere Message-ID: <87ekwyafsy.fsf@spamme.edge.net> References: <87znfts8x4.fsf@spamme.edge.net> <87vfqhtmx5.fsf@helmut.nilsson.homedns.org> <874qy07swt.fsf@spamme.edge.net> <877k2uiq7x.fsf@spamme.edge.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669326 17706 80.91.229.2 (31 Jan 2006 01:02:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:02:06 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:44 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!fu-berlin.de!uni-berlin.de!pcp565570pcs.rthfrd01.tn.comcast.NET!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: pcp565570pcs.rthfrd01.tn.comcast.net (68.53.47.100) Original-X-Trace: news.uni-berlin.de 1067266688 35457704 68.53.47.100 (16 [135655]) User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:St+XiACl95dpgn0FxrNbQBxhA0c= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3266 Original-Lines: 34 X-Gnus-Article-Number: 3266 Tue Jan 17 17:31:44 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3125 Archived-At: Okay more confused. I check and the version of browse-url.el that have does have browse-url-mozilla. I took a look at the code for browse-url.el. Still not sure why it does not appear to be loading. Will look at this some more. ctl-h then f gives the following. browse-url-mozilla is an interactive compiled Lisp function in `browse-url'. (browse-url-mozilla URL &optional NEW-WINDOW) wser to load URL. Default to the URL around or before point. The strings in variable `browse-url-mozilla-arguments' are also passed to Mozilla. When called interactively, if variable `browse-url-new-window-flag' is non-nil, load the document in a new Mozilla window, otherwise use a random existing one. A non-nil interactive prefix argument reverses the effect of `browse-url-new-window-flag'. When called non-interactively, optional second argument NEW-WINDOW is used instead of `browse-url-new-window-flag'. >>>>> "Jesper" == Jesper Harder writes: Jesper> Spam Me Please writes: >> browse-url-mozilla("http://www.ppczone.net/forum/showthread.php?threadid=7016" >> nil) Jesper> `browse-url-mozilla' doesn't exist in the standard version of Jesper> browse-url shipped with Emacs 21.3. Jesper> So you must be using a different version of browse-url.el, Jesper> which you probably need to update.