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

Re: w3m as renderer for html, like in emacs



jidanni@xxxxxxxxxxx writes:

> Olexandr Sydorchuk <olexandr.syd@xxxxxxxxx> writes:
>> I'm searching for simple text html renderer to use it in my project.
> Just use w3m -dump or lynx -dump and forget emacs?

Yes, I know about -dump, but my goal is interactive html browser, like
emacs-w3m, I want to write own "backend" to w3m because I see that
emacs-w3m work fine with w3m. But exploring source code of emacs-w3m for
understanding how its work is a little bit hard for me =). So I post here
for a little describe of logics of emacs-w3m.

-- 
Olexandr