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

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

Re: url links to open from emacs


From: Tim X
Subject: Re: url links to open from emacs
Date: Fri, 25 Aug 2006 15:41:16 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Gary Wessle <phddas@yahoo.com> writes:

> hi
>
> while I am in guns/emacs, I move the point to the url and <ret> opens
> it in a browser. but it does not work under emacs,only when I am in
> guns.
>
> how can I get it to work under emacs.
>

I use the browse-url package. Here is my config

(global-set-key "\C-c\C-z." 'browse-url-at-point)
(global-set-key "\C-c\C-zb" 'browse-url-of-buffer)
(global-set-key "\C-c\C-zr" 'browse-url-of-region)
(global-set-key "\C-c\C-zu" 'browse-url)
(global-set-key "\C-c\C-zv" 'browse-url-of-file)

(add-hook 'dired-mode-hook
                  (lambda ()
                        (local-set-key "\C-c\C-zf" 'browse-url-of-dired-file)))

(provide 'tc-browse-url)

I also customize the default browser settings so that it uses my
preferred browser. Use M-x customize-group <ret> browse-url <ret>

HTH

Tim


-- 
tcross (at) rapttech dot com dot au


reply via email to

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