Re: [elinks-users] Trying to get hooks.pl working

2013-08-06 Thread John Magolske
* Witold Filipczyk [130806 12:00]: > W dniu 06.08.2013 o 17:12 John Magolske pisze: > > I just came across this hooks.pl snippet that allows ELinks to > > display threaded comments on Hacker News nicely indented: > > > > sub pre_format_html_hook { > >

[elinks-users] Trying to get hooks.pl working

2013-08-06 Thread John Magolske
s to why? Is it possible to have support for more than one scripting language in a given binary? FWIW, this is on Debian Sid. Thanks, John -- John Magolske http://B79.net/contact ___ elinks-users mailing list elinks-users@linuxfromscratch.org http

Re: [elinks-users] Piping the HTML source of a page open in ELinks to another application

2012-09-19 Thread John Magolske
* John Magolske [120814 23:02]: > I'm looking for a way to pipe the HTML of a page open in ELinks to > another application without having to re-download the page. > > I have a ELinks mapping & script that automates saving a web-page > to text -- with two keypresses the H

Re: [elinks-users] Piping the HTML source of a page open in ELinks to another application

2012-09-11 Thread John Magolske
* John Magolske [120814 23:02]: > I'm looking for a way to pipe the HTML of a page open in ELinks to > another application without having to re-download the page. > > I have a ELinks mapping & script that automates saving a web-page > to text -- with two keypresses the H

[elinks-users] Piping the HTML source of a page open in ELinks to another application

2012-08-14 Thread John Magolske
manually save it somewhere first. Any thoughts on how to do this? John -- John Magolske http://B79.net/contact ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users

[elinks-users] PhantomJS, headless JavaScript tool ... use with ELinks?

2011-04-16 Thread John Magolske
this [4] thread. [1] http://code.google.com/p/phantomjs/ [2] https://github.com/jiminoc/goose [3] http://code.google.com/p/boilerpipe/ [4] http://news.ycombinator.com/item?id=2298237 Regards, John -- John Magolske http://B79.net/contact ___ elinks-users

[elinks-users] PhantomJS, headless JavaScript tool ... use with ELinks?

2011-03-07 Thread John Magolske
4] thread. [1] http://code.google.com/p/phantomjs/ [2] https://github.com/jiminoc/goose [3] http://code.google.com/p/boilerpipe/ [4] http://news.ycombinator.com/item?id=2298237 Regards, John -- John Magolske http://B79.net/contact ___ elinks-users maili

[elinks-users] a url that locks up elinks

2009-09-17 Thread John Magolske
ill-9 Elinks to stop it. Does anyone else experience this behavior with this url? TIA, John -- John Magolske http://B79.net/contact ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users

[elinks-users] caching of pages, localhost

2009-07-10 Thread John Magolske
stname:8080/: Connection refused I've tried "elinks -eval 'set ... ' " in the script with every combo of document.cache.* & document.browse.* I could think of, but nothing seems to work. TIA for any suggestions, John [1] http://mg

Re: [elinks-users] Shift-Tab, move-link-prev redux

2009-06-25 Thread John Magolske
there is a new action move-link-right-line > that may do what you want. Thank you! This is something I've been wanting in ELinks for a while, IMHO, a major usability boost. There's also move-link-left-line for jumping to the nearest previous link. John

Re: [elinks-users] adjusting the page width

2009-05-08 Thread John Magolske
* Y. Hida [090508 17:20]: > On 2009-05-08, John Magolske wrote: > > document.browse.margin_width = 9 > > > > will reduce the page width to 110 columns, but 9 is the maximum > > value that can be set. Is there some way to achieve a narrower page > > width?

[elinks-users] adjusting the page width

2009-05-08 Thread John Magolske
estions, John -- John Magolske http://B79.net/contact ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users

[elinks-users] Ctrl-C -- possible to make it not quit ELinks?

2008-02-28 Thread John Magolske
"stty intr undef" so that Ctrl-C does not give > ELinks a signal, then ELinks will handle it as a bindable key. http://linuxfromscratch.org/pipermail/elinks-users/2006-December/001384.html But this disables the functionality of Ctrl-C altogether within the terminal. Are there any ot