From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34170 Path: main.gmane.org!not-for-mail From: Nick Papadonis Newsgroups: gmane.emacs.gnus.general Subject: Re: setting browser url? Date: 09 Jan 2001 15:50:32 -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 1035170146 28988 80.91.224.250 (21 Oct 2002 03:15:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:15:46 +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 9115ED049E for ; Tue, 9 Jan 2001 15:51:26 -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 OAB19705; Tue, 9 Jan 2001 14:50:57 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Jan 2001 14:50:22 -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 OAA08911 for ; Tue, 9 Jan 2001 14:50:12 -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 9859BD049E for ; Tue, 9 Jan 2001 15:50:37 -0500 (EST) Original-Received: (from nick@localhost) by h0050bad6338d.ne.mediaone.net (8.9.3/8.9.3) id PAA02011; Tue, 9 Jan 2001 15:50:33 -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: 20 Xref: main.gmane.org gmane.emacs.gnus.general:34170 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34170 >>>>> "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) Thanks this works. Actually when greping lisp files I found it configurable from the menuitems in Xemacs. Oh well. Only thing is, it launches a new konqueror process every time. Maybe it was written for KDE 1.x. There must be a way to just send the URL to the running konqueror process. Thanks again.