w3m

How can you use Javascript in terminal for w3m?

I found the text browser w3m which is the best so far in my opinion. However, it is main problem is Javascript. I cannot see comments at all in Stackoverflow when I use it. I am not sure what is the restriction in letting Javascript to be in terminal. How can you enable at least some of JavaScript for Terminal such that comments are v...

Emacs (or conkeror) stackoverflow mode?

Have any of the heavy users put together an emacs or conkeror stackoverflow mode that they'd wish to share? It'd be REALLY nice to compose posts and replies in a text editor rather than switching to the browser. Pages could load in the background while you get coding done, etc. In terms of implementation -- I took a look at how stackov...

what is a good way to read STL and boost documentation in emacs?

hi I am familiar with using info and man commands in emacs, however boost and default STL do not come with man or info pages, instead they come as HTML documentation. especially boost does not seem to have any documentation besides HTML (I could be wrong). Right now I am trying to put together w3m for quick searching of boost and STL d...

How to swap up/down arrow key behaviour and C-n/C-p behaviour in emacs *w3m* buffer

Hi, I am trying to find a quick elisp fix that makes w3m under Emacs swap default behaviour of UP/DOWN arrows (moving between hyperlinks in loaded page), with C-n/C-p (moving to next and previous line in the page). These key-bindings must only apply when focus is in a w3m buffer. Intuitively this configuration would work better for me...

emacs w3m export highlighted area as text

Hi, How to perform copy text from emacs-w3m when the content is placed in a table. Currently, it copies the table-formatting and boundaries as well. Is there a export as text for w3m? Thanks Sandeep ...