[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Input file_case encapsulation --with-unpack (and --with-zlib
From: |
Vaibhaw Pandey |
Subject: |
Re: [Groff] Input file_case encapsulation --with-unpack (and --with-zlib) support |
Date: |
Tue, 29 Jul 2014 15:36:49 +0530 |
Werner,
You had suggested to me to start around process_input_stack earlier so I
have some handle on what goes around there. I will take this up.
Steffen,
I will help to understand this, will contact you soon.
Thanks,
Vaibhaw
On Tue, Jul 29, 2014 at 3:14 PM, Werner LEMBERG <address@hidden> wrote:
>
> > Is this something I should be looking at?
>
> Yes, this might be a good start. The problem is small, well defined,
> and it would help you start with the implementation details.
>
> Handling of hyphenation data structures is mainly in troff's source
> code file `env.cpp', with some minor bits in `input.cpp'. As a start,
> you might simply walk line by line with a debugger, setting an initial
> break point at `process_input_stack' and start debugging with the
> third call (the first and second call handle the start-up files
> `troffrc' and `troffrc-end').
>
>
> Werner
>