unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: Bookmarking web pages inside files?
Date: Thu, 08 Jul 2010 17:24:33 +1000	[thread overview]
Message-ID: <87iq4qwi4u.fsf@lion.rapttech.com.au> (raw)
In-Reply-To: 3303e685-c3d4-4f65-a593-c8515a15e274@j8g2000yqd.googlegroups.com

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


  parent reply	other threads:[~2010-07-08  7:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3303e685-c3d4-4f65-a593-c8515a15e274@j8g2000yqd.googlegroups.com>
2010-07-07 17:24 ` Bookmarking web pages inside files? Ted Zlatanov
2010-07-08  7:24 ` Tim X [this message]
2010-07-08  7:41   ` Elena

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iq4qwi4u.fsf@lion.rapttech.com.au \
    --to=timx@nospam.dev.null \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).