eww (web browser)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Inops (talk | contribs) at 15:10, 25 February 2018 (add programming language to infobox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

eww
Developer(s)Lars Magne Ingebrigtsen
Repository
Written inEmacs Lisp
Operating systemCross-platform
TypeWeb browser
LicenseGPL 3+
WebsiteGNU Emacs manual

Emacs Web Wowser (a backronym of "eww"[1]) is a web browser written entirely in Emacs Lisp. It became part of GNU Emacs starting with version 24.4.[2] If Emacs is compiled with the suitable image libraries, and is used in a graphical environment (such as under the X Window System), it can render images inline directly into Emacs's display buffer. It requires an Emacs built with libxml2 support. Written by Lars Magne Ingebrigtsen, it was originally developed as part of the Emacs mail reader Gnus, to display HTML-formatted email, but with the addition of HTTP support from Emacs' url.el package it became a fully-fledged browser.

See also

References

  1. ^ "eww Random Thoughts". So this Monday, I came up with the name of the browser while half-asleep: eww! I don't quite know what the second w is supposed to stand for (Emacs Web Wowser?), but now that I had a name I just had to start programming.
  2. ^ "Emacs 24.4 released". A built-in web browser (M-x eww)

External links