Re: [elinks-users] elinks --dump difficulty

2013-12-17 Thread SUBODH SAXENA
Hello, OK If I want to login facebook/ gmail / or any other account through "elinks --dump url" , what should i do and can i use the numbers (i.e. [13] ) which comes when we run elinks --dump url > Date: Tue, 17 Dec 2013 21:17:58 +0100 > From: fabi...@gmail.com > To: elinks-users@linux

Re: [elinks-users] elinks --dump difficulty

2013-12-17 Thread Fabienne Ducroquet
Le mardi 17 décembre 2013, SUBODH SAXENA a écrit : > issue :I can only search things in google or by opening elinks > browser and entering url into opened popup. $ elinks > But there is no way through I can dump searched thing directly with using > "elinks --dump url" command. > it may be like t

[elinks-users] [PATCH] Add a function to put the current line at the top of the screen

2013-12-17 Thread Fabienne Ducroquet
Signed-off-by: Fabienne Ducroquet --- Le mardi 17 décembre 2013, Fabienne Ducroquet a écrit : > Le dimanche 15 décembre 2013, Mayuresh a écrit : > > > Would it be possible to make a mouse gesture such as click or double click > > on a line to make it become the top line of the view? > > It woul

Re: [elinks-users] Ctrl-S fails to bind

2013-12-17 Thread Chris Jones
On Tue, Dec 17, 2013 at 04:53:08AM EST, Dun Peal wrote: > Many thanks, Fabienne and Chris. The issue is completely clear and > resolved now. > For the record, Fabienne, you were also right about the reason why > configuration changes weren't applied immediately. I did have another > elinks instan

[elinks-users] elinks --dump difficulty

2013-12-17 Thread SUBODH SAXENA
Hello, I am using elinks text browser. Its very cool. I am trying to dump data of Google. $ elinks --dump "www.google.com" It dumps data like that: [1] _ Search [2]Images [3]Maps [4]Play [5]YouTube [6]News [7]Gmail [8]Drive [9]More » [10]Web History | [11]Settings

Re: [elinks-users] Ctrl-S fails to bind

2013-12-17 Thread Dun Peal
Many thanks, Fabienne and Chris. The issue is completely clear and resolved now. For the record, Fabienne, you were also right about the reason why configuration changes weren't applied immediately. I did have another elinks instance running in the background. D. On Tue, Dec 17, 2013 at 12:53 AM

Re: [elinks-users] How to get desired line at the top of the screen

2013-12-17 Thread Fabienne Ducroquet
Le dimanche 15 décembre 2013, Mayuresh a écrit : > Any other suggestions for para-by-para reading? There is currently no counterpart of “z”, but there are commands to scroll up and down by less than a page: – scroll-up and scroll-down scroll by the number of lines defined in Document > Browsing

Re: [elinks-users] Ctrl-S fails to bind

2013-12-17 Thread Fabienne Ducroquet
Le mardi 17 décembre 2013, Dun Peal a écrit : > Is there a reasonable solution to make this binding work permanently? Add the line to your shell configuration file, ~/.bashrc probably. This completely disables the possibility to freeze the terminal with Ctrl-S, but I guess you didn’t use it anyw

Re: [elinks-users] Ctrl-S fails to bind

2013-12-17 Thread Dun Peal
On Mon, Dec 16, 2013 at 11:23 PM, Fabienne Ducroquet wrote: > I think he’s right that the terminal captures Ctrl-S but the solution > doesn’t work. Running the command: > > stty stop ^- This worked, thanks Fabienne! Is there a reasonable solution to make this binding work permanently? I'd li