Difference between revisions of "W3m-el"

From WikEmacs
Jump to navigation Jump to search
m (Undo revision 2891 by 188.143.232.12 (talk))
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The text-mode {{UnixCommand|w3m}} web browser hosted and enhanced within Emacs, with rudimentary inline image support but no JavaScript.
+
This is confusing. w3m.el is part of emacs-w3m.
 +
 
 +
We have:
 +
 
 +
*w3: a text-mode web browser completely written in elisp
 +
*w3m: a standalone text-mode browser much like lynx. Not related to Emacs.
 +
*emacs-w3m: an Emacs interface to the w3m browser. Includes w3m.el, not w3.el
 +
 
 +
The way to distinguish the browsers is by the command: {{Command|w3}} for the elisp-only text browser, versus {{Command|w3m}} for the interface to the non-Emacs browser, with rudimentary inline image support but no JavaScript.
 +
 
 +
The [http://www.gnu.org/software/w3/ w3 homepage] says "Development has been dormant for a couple of years, so expect bugs due to bit rot."
 +
 
 +
w3m.el is in the emacs-w3m package, available from the [http://emacs-w3m.namazu.org/ emacs-w3m homepage]. This requires w3m to be installed. See the emacs-w3m page for details.
 +
 
 +
{{Note}} [http://www.emacswiki.org/emacs/emacs-w3m Emacswiki:emacs-w3m] states "Using the Emacs interface to w3m is much faster than using w3, since the parsing and displaying is done by the external w3m process." And [http://www.emacswiki.org/emacs/w3 Emacswiki:w3] says "For most users who want to browse the web from within Emacs, emacs-w3m will be a better solution, not least because it is quite a bit faster, and as as of May 2010 probably offers a more bug-free browsing experience."
 +
 
 +
{{Note}} At this time, getting w3m to run on Windows XP is difficult without Cygwin. The only binary I could find produced a termcap error.  
  
 
[[Category:Browse]]
 
[[Category:Browse]]

Revision as of 01:56, 13 February 2013

This is confusing. w3m.el is part of emacs-w3m.

We have:

  • w3: a text-mode web browser completely written in elisp
  • w3m: a standalone text-mode browser much like lynx. Not related to Emacs.
  • emacs-w3m: an Emacs interface to the w3m browser. Includes w3m.el, not w3.el

The way to distinguish the browsers is by the command: M-x w3 for the elisp-only text browser, versus M-x w3m for the interface to the non-Emacs browser, with rudimentary inline image support but no JavaScript.

The w3 homepage says "Development has been dormant for a couple of years, so expect bugs due to bit rot."

w3m.el is in the emacs-w3m package, available from the emacs-w3m homepage. This requires w3m to be installed. See the emacs-w3m page for details.

Note Note: Emacswiki:emacs-w3m states "Using the Emacs interface to w3m is much faster than using w3, since the parsing and displaying is done by the external w3m process." And Emacswiki:w3 says "For most users who want to browse the web from within Emacs, emacs-w3m will be a better solution, not least because it is quite a bit faster, and as as of May 2010 probably offers a more bug-free browsing experience."

Note Note: At this time, getting w3m to run on Windows XP is difficult without Cygwin. The only binary I could find produced a termcap error.