Re: [elinks-dev] The Links/Links2/ELinks browsers are unusable on Debian GNU/Hurd

2007-12-19 Thread Fabienne Ducroquet
On Thu, Dec 20, 2007 at 12:40:10AM +0200, Kalle Olavi Niemitalo wrote: free_itrm should be called only if an error or EOF occurs in terminal handling, or when ELinks is exiting. Did you receive all my replies? I sent 3 successive replies through gmane during my investigation but I see only

Re: [elinks-dev] The Links/Links2/ELinks browsers are unusable on Debian GNU/Hurd

2007-12-20 Thread Fabienne Ducroquet
On Thu, Dec 20, 2007 at 06:29:51AM +0200, Kalle Olavi Niemitalo wrote: 114 if (!len) return; (gdb) n 116 if (!itrm-out.queue.len can_write(itrm-out.sock)) { (gdb) n 119 register_bottom_half(free_itrm, itrm); (gdb) n 124 if (w len) {

[elinks-dev] Scrolling by page, by half-page (v2)

2010-08-14 Thread Fabienne Ducroquet
Hi, Following are two patches I already sent in a different version in January, the first one to implement scrolling by half a page, the second one to allow some overlapping when browsing page by page. The differences with the patches I sent previously are: - the order of application of the

[elinks-dev] [PATCH 1/2] Add half-page-up and half-page-down commands

2010-08-19 Thread Fabienne Ducroquet
Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- The moderators don't seem to be active at the moment, so I tried changing the subject and attaching the patch instead of putting it inline, but my message still gets caught by the spam filter. I'm wondering whether it could be a date

[elinks-dev] [PATCH 2/2] Add support for the CSS list-style-type property

2013-04-02 Thread Fabienne Ducroquet
Use the same functions as for the list-style property since only the type part of the list-style property is supported at this stage. Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- src/document/css/apply.c|1 + src/document/css/property.c |1 + src/document/css/property.h

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

2013-12-18 Thread Fabienne Ducroquet
Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- src/config/actions-main.inc | 1 + src/viewer/action.c | 4 src/viewer/text/view.c | 6 ++ src/viewer/text/view.h | 1 + 4 files changed, 12 insertions(+) diff --git a/src/config/actions-main.inc b/src/config

[elinks-dev] [PATCH 1/2] Respect alphabetical order for the actions

2013-12-18 Thread Fabienne Ducroquet
I didn’t follow the right order when I added the functions to move up and down by half a page a few years ago. Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- src/config/actions-main.inc | 4 ++-- src/viewer/action.c | 16 src/viewer/text/view.h | 4

[elinks-dev] [PATCH] elinks.conf.5, elinkskeys.5: Document undocumented features

2013-12-18 Thread Fabienne Ducroquet
I should have done that when I added them, mea culpa. Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- doc/man/man5/elinks.conf.5 | 5 + doc/man/man5/elinkskeys.5 | 15 +++ 2 files changed, 20 insertions(+) diff --git a/doc/man/man5/elinks.conf.5 b/doc/man/man5

Re: [elinks-dev] [PATCH 1/2] Respect alphabetical order for the actions

2013-12-18 Thread Fabienne Ducroquet
I didn’t respect the right order when I added the functions to move up and down by half a page a few years ago. Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- Le mercredi 18 décembre 2013, Witold Filipczyk a écrit : Sorry, I aplied patch1 before patch0. Could you prepare new patch