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

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

Re: Emacs browser: W3 an orphan?


From: Dan Anderson
Subject: Re: Emacs browser: W3 an orphan?
Date: Wed, 03 Dec 2003 23:23:27 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Joe Fineman <jcf@TheWorld.com> writes:

> I would be delighted to escape from IE to the warm womb of Emacs and
> reserve my trackball for emergencies.  However, it seems from
> 
> http://www.cs.indiana.edu/elisp/w3/docs.html
> 
> that W3 has been abandoned for 4 years; elementary parts of the
> documentation are still begging to be written, and there is no mention
> of using the program under recent Windowses.  Is that because
> something better has come along?
> -- 
> ---  Joe Fineman    jcf@TheWorld.com
> 
> ||:  Fancy theories of truth give aid & comfort to liars.  :||

I use mozilla (http://www.mozilla.org) and the following in my .emacs:

(global-set-key (kbd "C-c b") 'browse-url-mozilla)
;; set options for Mozilla
(setq browse-url-new-window-flag t)
(setq browse-url-mozilla-new-window-is-tab t)

Then C-c b opens a new mozilla window, or a URL in a tab.

-Dan


reply via email to

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