Re: [elinks-users] auto-submit + dump

2006-03-07 Thread witekfl
On Wed, Mar 01, 2006 at 11:59:42AM +0100, jg wrote: Hello, I am using a.html which contains a form and a submit button. 1/ If I do : elinks -auto-submit 1 a.html :-) ok I get the good result 2/ If I add -dump : elinks -dump -auto-submit 1 a.html toto, :-( elinks will

Re: [elinks-users] Wrong char.

2010-09-17 Thread witekfl
Well, try 0.12 snapshot then. Tomorrow, you can try 0.13. ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users

Re: [elinks-users] Wrong char.

2010-09-18 Thread witekfl
Which problem? I guess it is a misconfiguration at your side. At http://rkd.republika.pl/frames.html there is comparison of koi8-r and utf-8. On Linux console they looks the same with koi8-r consolemap. Which codes differ for you? What are your terminal settings?

Re: [elinks-users] elinks and spidermonkey on solaris (fwd)

2011-02-08 Thread witekfl
Jesse Petre c121114 at cidermill.wccnet.edu writes: Hello, I am trying to build elinks with spidermonkey on solaris. I do not have root access to the machine and am trying to build spidermonkey with the prefix $HOME. I also changed my LD_LIBRARY_PATH variable to include the lib directory

Re: [elinks-users] Compile problem

2012-01-03 Thread witekfl
Lars Bjørndal lars at lamasti.net writes: Are you sure, you got the latest sources of ELinks? Recent changes were made in November 2011. Thank you for pointing this out. I'm certainly not very familiar with git, and, if I remember correctly, I did 'git checkout' from the elinks

Re: [elinks-users] Compile problem

2012-01-05 Thread witekfl
The ELinks beeped on the screen terminal, because it tried to set the terminal title. In the current git version this feature is off for the GNU screen. ___ elinks-users mailing list elinks-users@linuxfromscratch.org

Re: [elinks-users] Compile problem

2012-01-07 Thread witekfl
If this bug is reproducible, do: recompile elinks with --disable-backtrace (yes, --disable, because I don't like it) Make sure, ELinks is compiled with debug symbols. make V=1 shows -g among flags in this case After the compilation: ulimit -c unlimited # for core dumps cd elinks (click, click,

Re: [elinks-users] Printing - no not the dump way

2012-05-18 Thread witekfl
The ELinks from the master branch draws nice looking frames in dumps. ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread witekfl
Droidzone dz at droidzone.in writes: I'm trying to compile elinks on a server on which I have non-root access. I have downloaded Spidermonkey source, compiled it with cd ~/source/js-1.8.5/js/src ; ./configure --prefix=/home/droidzone/myapps ; make ; make install If you want to compile

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread witekfl
Droidzone dz at droidzone.in writes: I'm attaching the relevant part of config.log in case someone can help.. configure:8894: checking for SpiderMonkey (1.5 RC3a or later) Oops. What I said before applies to 0.13. For 0.12 compile js-1.7.0 and install and build elinks: ./configure

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread witekfl
Droidzone dz at droidzone.in writes: ./configure --prefix=/home/droidzone/myapps Complete config.log of my last attempt: http://pastebin.com/zYt4hkZp configure:9058: checking for SpiderMonkey (1.8.5 or later) in pkg-config mozjs185 Package nspr was not found in the pkg-config search path.