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: buttonized urls in bitex files Date: Wed, 15 Sep 2004 21:34:16 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <86mzzrjq10.fsf@doze.rz-berlin.mpg.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1095277186 28993 80.91.229.6 (15 Sep 2004 19:39:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2004 19:39:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 15 21:39:30 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7fco-0005fe-00 for ; Wed, 15 Sep 2004 21:39:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7fiR-0005eX-CU for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Sep 2004 15:45:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!npeer.de.kpn-eurorings.net!newsfeed1.uni2.dk!news.get2net.dk.POSTED!53ab2750!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 Xref: main.gmane.org gmane.emacs.help:20691 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20691 Jochen Küpper writes: > Editing bibtex files in Emacs using bibtex mode one can open such urls > by moving point onto them and calling browse-url. > > I thought it would be great if the url-field would be > buttonized/clickable so that one could open the link by a single > mouse-click. Add ;;; eval: (goto-address) *** in your local variables section in the file [untested!], or use a mode-hook (maybe). -- Jesper Harder