From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34139 Path: main.gmane.org!not-for-mail From: Nick Papadonis Newsgroups: gmane.emacs.gnus.general Subject: Re: setting browser url? Date: 08 Jan 2001 15:54:26 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170121 28854 80.91.224.250 (21 Oct 2002 03:15:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:15:21 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id B7166D049D for ; Mon, 8 Jan 2001 15:55:10 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB12623; Mon, 8 Jan 2001 14:54:53 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Jan 2001 14:54:18 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA05058 for ; Mon, 8 Jan 2001 14:54:07 -0600 (CST) Original-Received: from h0050bad6338d.ne.mediaone.net (h0050bad6338d.ne.mediaone.net [24.91.116.11]) by mailhost.sclp.com (Postfix) with ESMTP id 2A561D049D for ; Mon, 8 Jan 2001 15:54:32 -0500 (EST) Original-Received: (from nick@localhost) by h0050bad6338d.ne.mediaone.net (8.9.3/8.9.3) id PAA01605; Mon, 8 Jan 2001 15:54:26 -0500 X-Authentication-Warning: h0050bad6338d.ne.mediaone.net: nick set sender to nick@coelacanth.com using -f Original-To: Norbert Koch In-Reply-To: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 34 Xref: main.gmane.org gmane.emacs.gnus.general:34139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34139 >>>>> "Norbert" == Norbert Koch writes: > Nick Papadonis writes: Hi! >> How do I set browse-url to a browser of my choice? For >> instance, konqueror? :) > Does it work to > (setq browse-url-generic-program "konqueror" > browse-url-browser-function 'browse-url-generic) > If not, you'd have to define your own function and set > browse-url-browser-function to it. > norbert. -- I feel better about world problems now! Nope doesn't work. Im no lisp expert, but I tried putting the above in my .gnus and reloading. I get 'Symbols Function definition is void: browse-url-generic'. I also try to eval the above in *scratch* and then eval the variables. Apparently they don't get set and are void. My cvs version was from about 2 months ago. Any ideas on this???? Thanks BTW: Shouldn't this stuff be in the info page? -- - Nick