emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config


From: Daimrod
Subject: Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files
Date: Thu, 24 Jan 2013 16:18:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Andreas Leha <address@hidden> writes:

> Kyle Machulis <address@hidden> writes:
>> https://raw.github.com/eschulte/emacs24-starter-kit/master/starter-kit.org
> Apologies for hijacking this thread.  But could someone tell me how to
> open that link directly in emacs?  My try with 'browse-url-emacs'
> failed.

You can use Emacs-w3m[1] to browse the web from Emacs.

BTW, I've made functions to browse and copy URL in Emacs[2][3].

- `C-c b' to browse the URL at point
- `C-c y' to copy the URL at point

You can customize which browser is used to browse an URL with
`gu-first-browse-url-function' and `gu-second-browse-url-function' (by
default it uses `browse-url-browser-function' and `browse-url-generic').
The first one is used by default, the second one when you use a prefix
(`C-u C-c b').

[1] http://emacs-w3m.namazu.org/
[2] https://github.com/daimrod/Emacs-config/blob/master/elisp/graze-url.el
[3] https://github.com/daimrod/Emacs-config/blob/master/config-bindings.el#L73

-- 
Daimrod/Greg

Attachment: pgpJ8hdiAOVk_.pgp
Description: PGP signature


reply via email to

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