From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kgold@watson.ibm.com (kgold) Newsgroups: gmane.emacs.help Subject: emacs to Mozilla Date: 22 Oct 2003 15:01:48 GMT Organization: IBM T.J. Watson Research Center Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066835993 7122 80.91.224.253 (22 Oct 2003 15:19:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2003 15:19:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 22 17:19:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACKm3-0007Z2-01 for ; Wed, 22 Oct 2003 17:19:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ACKlI-0002Xy-Vx for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2003 11:19:00 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!bigboote.WPI.EDU!news.tufts.edu!uunet!dca.uu.net!ash.uu.net!an02.austin.ibm.com!ausnews.austin.ibm.com!newsfeed.btv.ibm.com!news.btv.ibm.com!alpha.watson.ibm.com!kgold Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: alpha.watson.ibm.com Original-X-Trace: news.btv.ibm.com 1066834908 8048 9.2.16.245 (22 Oct 2003 15:01:48 GMT) Original-X-Complaints-To: news@btv.ibm.com Original-NNTP-Posting-Date: 22 Oct 2003 15:01:48 GMT X-Newsreader: xrn 9.02 Original-Xref: shelby.stanford.edu gnu.emacs.help:117531 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13462 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13462 I had emacs set up so URL's would be highlighted. S-mouse-2 would send the URL to Netscape. Now we've upgraded to Mozilla. How do I change the target program. S-mouse-2 runs goto-address-at-mouse. goto-addr.el says it uses browse-url.el. I tried the obvious: (setq-default browse-url-browser-function 'browse-url-generic) (setq-default browse-url-generic-program "mozilla") but it didn't work. --