Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-06-10 Thread aelmahmoudy
Ooops sorry ! Your updated patch does fix it indeed ! In the previous email, I tested the regexp search instead of the dump ! -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0xEDDDA1B7 (@ subkeys.pgp.net) GPG Fingerprint: 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDD

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-06-10 Thread أحمد المحمودي
Hello, On Mon, Jun 08, 2009 at 11:12:28AM -0400, Yozo Hida wrote: > Fixed patch are in elinks bug database, see bug #1063. ---end quoted text--- I just tried with the latest patch in bug #1063, and I still get the same problem. -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engin

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-06-10 Thread Miciah Dashiel Butler Masters
On 06/10/2009 08:18 AM, أحمد المحمودي wrote: > Hello, > > Sorry, in yesterday's email, I didn't issue a 'bt' command in GDB, > here is the backtrace: > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1225446624 (LWP 25859)] > init_document_options (ses=0x0, doo

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-06-10 Thread Yozo Hida
On 2009-06-08, Thomas Adam wrote: > 2009/6/8 أحمد المحمودي : >> Hello, >> >>  patch #9 causes a problem with document dumping: >> >> elinks -dump   /tmp/m.htm >> ELinks-ruby: [BUG] Segmentation fault >> ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] >> >> Aborted > > Use GDB; get a backtrace.

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-06-10 Thread أحمد المحمودي
Hello, Sorry, in yesterday's email, I didn't issue a 'bt' command in GDB, here is the backtrace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1225446624 (LWP 25859)] init_document_options (ses=0x0, doo=0xbfa7832c) at /tmp/buildd/elinks-0.13~20090601/src/documen

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-06-09 Thread أحمد المحمودي
On Mon, Jun 08, 2009 at 12:39:47PM +0100, Thomas Adam wrote: > 2009/6/8 أحمد المحمودي : > > Hello, > > > >  patch #9 causes a problem with document dumping: > > > > elinks -dump   /tmp/m.htm > > ELinks-ruby: [BUG] Segmentation fault > > ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] > > > > Abo

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-06-08 Thread Thomas Adam
2009/6/8 أحمد المحمودي : > Hello, > >  patch #9 causes a problem with document dumping: > > elinks -dump   /tmp/m.htm > ELinks-ruby: [BUG] Segmentation fault > ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] > > Aborted Use GDB; get a backtrace. I've done some work on the Ruby scripting suppor

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-06-08 Thread أحمد المحمودي
Hello, patch #9 causes a problem with document dumping: elinks -dump /tmp/m.htm ELinks-ruby: [BUG] Segmentation fault ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] Aborted -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0xEDDDA1B7 (@ subkeys.pgp.net) GPG

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-05-15 Thread أحمد المحمودي
Had to fix patches #5 and again #9 (the caption string of options shouldn't end with '.') -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0x9DCA0B27 (@ subkeys.pgp.net) GPG Fingerprint: 087D 3767 8CAC 65B1 8F6C 156E D325 C3C8 9DCA 0B27 Provide different color for t

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-05-13 Thread أحمد المحمودي
On Wed, May 13, 2009 at 03:52:33PM +0300, أحمد المحمودي wrote: > I am trying your patches, I get these messages from elinks, I think > the reason is patch #9: > > DEBUG MESSAGE at /tmp/buildd/elinks-0.13~20090512/src/config/options.c:306: > get_opt_*("document.browse.use_preferred_document_w

Re: [elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-05-13 Thread أحمد المحمودي
Hello, I am trying your patches, I get these messages from elinks, I think the reason is patch #9: DEBUG MESSAGE at /tmp/buildd/elinks-0.13~20090512/src/config/options.c:306: get_opt_*("document.browse.use_preferred_document_width") @ /tmp/buildd/elinks-0.13~20090512/src/document/options.c

[elinks-dev] [PATCH 09/10] Add preferred_document_width option.

2009-05-12 Thread yozohida
Option document.browse.preferred_document_width controls the width of the document, so that documents are rendered with narrower width than screen width. Makes it easier to read paragraphs. Patch originally from Sharon Wood , see bug #1063. Instead of using max_document_width as the hard limit t