Re: [elinks-dev] Sponsor development of the key motion.

2007-08-14 Thread Witold Filipczyk
Here is the patch. Kalle, Jonas, could apply them (key motion patches) to the mainstream ELinks? move-link-down-line, move-link-prev-line, etc.: Change mode to NAVIGATE_LINKWISE to preserve the link position when going back. --- commit 14b37d0362f9963cb2803d08d2c3e6e84574cdbe tree

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-14 Thread Ligesh
This bug has to be fixed properly, otherwise, this is really interfering with the default elinks behaviour. If we can fix this cursor geometry issue, I will surely ask them to include it in the mainstream. Thanks a lot. On Tue, Aug 14, 2007 at 07:59:14PM +0200, Witold Filipczyk wrote: Here

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-14 Thread Ligesh
Woohoo. it works properly now. You can post this into the elinks list and I will ask them to include it. Thanks again. On Tue, Aug 14, 2007 at 11:48:42PM +0530, Ligesh wrote: This bug has to be fixed properly, otherwise, this is really interfering with the default elinks behaviour. If

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-14 Thread Ligesh
Sorry, I didn't realize that we were in the elinks mailing list. Anyway, it seems, the patch now works fine, and it doesn't modify elinks' earlier behaviour either, making the new key motion a really non-intrusive feature. I would like to know if the maintainers can comment on this. Also, it

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-12 Thread Witold Filipczyk
On Sun, Aug 12, 2007 at 07:35:37AM +0530, Ligesh wrote: Thanks for the patch. Works great. I have a new problem though. I updated my elinks from the git and now the alt-keys does not work. If I run my old elinks, all the alt-key commands work fine, but not with the new one. Also, please

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-12 Thread Witold Filipczyk
Here is second patch, which fixes moving in frames. -- Witek actions: Fixed moving in frames. --- commit a68c563198afd22cf293b0c754ef1e5b73e8e9cc tree 52fd6c553ae0c355829131b32059d80784892170 parent 7882384bce49ab8d09e4c6d7a4b7b0eb0c945797 author Witold Filipczyk [EMAIL PROTECTED] Sun, 12 Aug

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-12 Thread Ligesh
There is one problem left, and it is that the cursor doesn't change position when you move from one page to another. The cursor should ideally be at the top or it should be in the location where you left it, but with the new patch, the cursor just stays at the geometrical position. Btw, I

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-12 Thread Ligesh
Also, I lead developer, can you please open an account with paypal, so that if in the future, someone like me feels generous, he can donate. You can use to pay for hosting or whatever. I think it is a standard practice in open source. Please create a paypal account and send me a request.

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-10 Thread Witold Filipczyk
Use this patch: diff --git a/src/document/renderer.c b/src/document/renderer.c index 90fcc80..8b80d73 100644 --- a/src/document/renderer.c +++ b/src/document/renderer.c @@ -499,6 +499,7 @@ render_document_frames(struct session *ses, int no_cache) } } +#if 0 static int

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-10 Thread Jonas Fonseca
Ligesh [EMAIL PROTECTED] wrote Fri, Aug 10, 2007: Hi, I had requested a specific 2 dimensional keyboard motion some time back. It was like this: the up/down arrows will move straight up and down, and will stop on a line that contains a link anywhere on that line. The up/down arrows

Re: [elinks-dev] Sponsor development of the key motion.

2007-08-10 Thread myself
On Fri, Aug 10, 2007 at 01:38:53PM +0200, Jonas Fonseca wrote: Ligesh [EMAIL PROTECTED] wrote Fri, Aug 10, 2007: Hi, I had requested a specific 2 dimensional keyboard motion some time back. It was like this: the up/down arrows will move straight up and down, and will stop on a

[elinks-dev] Sponsor development of the key motion.

2007-08-09 Thread Ligesh
Hi, I had requested a specific 2 dimensional keyboard motion some time back. It was like this: the up/down arrows will move straight up and down, and will stop on a line that contains a link anywhere on that line. The up/down arrows will not move right/left at all. They will just stop on a