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

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

Re: Bookmarking web pages inside files?


From: Tim X
Subject: Re: Bookmarking web pages inside files?
Date: Wed, 08 Dec 2010 15:17:52 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Elena <egarrulo@gmail.com> writes:

> Hello,
>
> is there a package to bookmark web pages inside files? I'm used to
> note down URLs of related web pages into comments. It would be nice if
> I could highlight these URLs and send them to a browser.
>
> I checked out `linkd-mode', but it seems it works only among local
> files.
>
> Thanks.

There are a couple of solutions. 

Probably the easiest is to use the browse-url package. Use M-x customize
to configure the browser you want it to use and then put something in
your .emacs file like 

(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)


Tim

-- 
tcross (at) rapttech dot com dot au


reply via email to

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