From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: URLs (newbie question) Date: Mon, 24 Nov 2003 08:25:58 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87ad6mitcx.fsf@tiscali.it> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069659075 15319 80.91.224.253 (24 Nov 2003 07:31:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2003 07:31:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 24 08:31:12 2003 Return-path: Original-Received: from hermes.netfonds.no ([80.91.224.195]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AOBBg-0002bx-00 for ; Mon, 24 Nov 2003 08:31:12 +0100 Original-Received: from monty-python.gnu.org (monty-python.gnu.org [199.232.76.173]) by hermes.netfonds.no (8.12.8p1/8.12.8) with ESMTP id hAO7V9bg018677 for ; Mon, 24 Nov 2003 08:31:09 +0100 (CET) Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AOC89-0002Vx-5G for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Nov 2003 03:31:37 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!news.mailgate.org!newsfeed.stueberl.de!eusc.inter.net!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; 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 X-Netfonds-MailScanner-Information: Please contact the postmaster@netfonds.no if you need more information X-Netfonds-MailScanner: looks clean Xref: main.gmane.org gmane.emacs.help:14521 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14521 Guldo K writes: >I can't understand how can an url be inserted in emacs; I mean a >clickable one. You could use `M-x goto-address'. >What's more, I'd like to be able to pass any url I click on to a >script I made, for opening it with my browser. It's like: $ ./url.sh >www.whatever.com Do `M-x customize-group browse-url RET', and change the options to use your script.