help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Minor Mode to make http links clickable?


From: Kevin Rodgers
Subject: Re: Minor Mode to make http links clickable?
Date: Tue, 14 Dec 2010 21:08:15 -0700
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

On 12/14/10 9:04 AM, Burton Samograd wrote:
I was wondering if anybody knows of a minor-mode that would scan the
buffer and make http (and possibly other) links clickable/openable?

From browse-url.el:

;; To display a URL by shift-clicking on it, put this in your ~/.emacs
;; file:
;;      (global-set-key [S-mouse-2] 'browse-url-at-mouse)
;; (Note that using Shift-mouse-1 is not desirable because
;; that event has a standard meaning in Emacs.)

Or use local-set-key, within a major mode hook.

--
Kevin Rodgers
Denver, Colorado, USA




reply via email to

[Prev in Thread] Current Thread [Next in Thread]