all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Opening hyperlinks with w3m-el in Emacs buffer?
@ 2010-06-07  7:56 Paul Chany
  2010-06-07 10:33 ` Paul Chany
       [not found] ` <mailman.3.1275906815.5532.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Chany @ 2010-06-07  7:56 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I have installed GNU Emacs 23.1.1 (i486-pc-linux-gnu) of 2009-11-02 on
raven, modified by Debian.

I'm using w3m-el to browse the Internet.

I'm using Org-mode too. In one of my .org file I have an external
hyperlink that is pointing to
http://www.gnustep.it/nicola/Tutorials/Renaissance/index.html

When I C-c C-o on that link to open it then I get a message: Cannot open
load file: w3.

I have tried customize Emacs to get this to work but so far without
success.
I googled for the solution the Internet but nothing find.
I red the GNU Emacs Manual but again don't find the solution.

I have these customizations in my .emacs file:
 '(browse-url-browser-function (quote browse-url-w3))
 '(browse-url-new-window-flag t)

How can I setup Emacs to get this to work?

Any advices will be appreciated!

-- 
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Opening hyperlinks with w3m-el in Emacs buffer?
       [not found] <mailman.24.1275897397.30245.help-gnu-emacs@gnu.org>
@ 2010-06-07  9:15 ` Pascal J. Bourguignon
  0 siblings, 0 replies; 4+ messages in thread
From: Pascal J. Bourguignon @ 2010-06-07  9:15 UTC (permalink / raw)
  To: help-gnu-emacs

Paul Chany <csanyipal@gmail.com> writes:
> I'm using w3m-el to browse the Internet.

This is not what you have configured, below.

> [...]
> When I C-c C-o on that link to open it then I get a message: Cannot open
> load file: w3.
>
> I have tried customize Emacs to get this to work but so far without
> success.
> ...]
>  '(browse-url-browser-function (quote browse-url-w3))

w3 is not w3m.

> How can I setup Emacs to get this to work?
>
> Any advices will be appreciated!

If you want to use w3, then install it.
If you want to use w3m, then configure w3m instead of w3.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Opening hyperlinks with w3m-el in Emacs buffer?
  2010-06-07  7:56 Opening hyperlinks with w3m-el in Emacs buffer? Paul Chany
@ 2010-06-07 10:33 ` Paul Chany
       [not found] ` <mailman.3.1275906815.5532.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Paul Chany @ 2010-06-07 10:33 UTC (permalink / raw)
  To: help-gnu-emacs

Paul Chany <csanyipal@gmail.com> writes:

> I'm using w3m-el to browse the Internet.
>
> I'm using Org-mode too. In one of my .org file I have an external
> hyperlink that is pointing to
> http://www.gnustep.it/nicola/Tutorials/Renaissance/index.html
>
> When I C-c C-o on that link to open it then I get a message: Cannot open
> load file: w3.
>
> I have tried customize Emacs to get this to work but so far without
> success.
> I googled for the solution the Internet but nothing find.
> I red the GNU Emacs Manual but again don't find the solution.
>
> I have these customizations in my .emacs file:
>  '(browse-url-browser-function (quote browse-url-w3))
>  '(browse-url-new-window-flag t)
>
> How can I setup Emacs to get this to work?

I get help: just add w3m-browse-url instead of browse-url-w3 to
browse-url-browser-function and it just works!

Why don't change the Emacs Developers in the Emacs Customization Buffer
in the [Value Menu] to be instead of 'browse-url-w3' the
'w3m-browse-url'?

-- 
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Opening hyperlinks with w3m-el in Emacs buffer?
       [not found] ` <mailman.3.1275906815.5532.help-gnu-emacs@gnu.org>
@ 2010-06-07 13:49   ` Pascal J. Bourguignon
  0 siblings, 0 replies; 4+ messages in thread
From: Pascal J. Bourguignon @ 2010-06-07 13:49 UTC (permalink / raw)
  To: help-gnu-emacs

Paul Chany <csanyipal@gmail.com> writes:

> Paul Chany <csanyipal@gmail.com> writes:
>
>> I'm using w3m-el to browse the Internet.
>>
>> I'm using Org-mode too. In one of my .org file I have an external
>> hyperlink that is pointing to
>> http://www.gnustep.it/nicola/Tutorials/Renaissance/index.html
>>
>> When I C-c C-o on that link to open it then I get a message: Cannot open
>> load file: w3.
>>
>> I have tried customize Emacs to get this to work but so far without
>> success.
>> I googled for the solution the Internet but nothing find.
>> I red the GNU Emacs Manual but again don't find the solution.
>>
>> I have these customizations in my .emacs file:
>>  '(browse-url-browser-function (quote browse-url-w3))
>>  '(browse-url-new-window-flag t)
>>
>> How can I setup Emacs to get this to work?
>
> I get help: just add w3m-browse-url instead of browse-url-w3 to
> browse-url-browser-function and it just works!
>
> Why don't change the Emacs Developers in the Emacs Customization Buffer
> in the [Value Menu] to be instead of 'browse-url-w3' the
> 'w3m-browse-url'?

Ask them.

But notice that there are tens of different browsers, so whatever
setting they may put by default, a lot of people will be unhappy about
it.  You MUST configure it yourself!


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-07 13:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07  7:56 Opening hyperlinks with w3m-el in Emacs buffer? Paul Chany
2010-06-07 10:33 ` Paul Chany
     [not found] ` <mailman.3.1275906815.5532.help-gnu-emacs@gnu.org>
2010-06-07 13:49   ` Pascal J. Bourguignon
     [not found] <mailman.24.1275897397.30245.help-gnu-emacs@gnu.org>
2010-06-07  9:15 ` Pascal J. Bourguignon

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.