|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[quickbook] buglet?There seems to be a strange quirk in quickbook's table handling that means
that: [table [[a][b]] [[a][a b]] ] has two paragraphs in the second row, but: [table [[a][b]] [[a][a b]] ] Does not :-( The difference BTW, is that the second version has a space in the blank line, where as the first does not. It was very hard to spot what the problem was there! I hope this is not intentional :-) Thanks, John. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Boost-docs mailing list Boost-docs@... Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs |
|
|
Re: [quickbook] buglet?John Maddock wrote:
> There seems to be a strange quirk in quickbook's table handling that means > that: > > [table > [[a][b]] > [[a][a > > b]] > ] > > has two paragraphs in the second row, but: > > [table > [[a][b]] > [[a][a > > b]] > ] > > Does not :-( > > The difference BTW, is that the second version has a space in the blank > line, where as the first does not. It was very hard to spot what the > problem was there! Ouch. Ok, Thanks for the report. Will work on it ASAP. > I hope this is not intentional :-) No it's not. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Boost-docs mailing list Boost-docs@... Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs |
|
|
Re: [quickbook] buglet?Joel de Guzman wrote:
> John Maddock wrote: >> There seems to be a strange quirk in quickbook's table handling that means Ok, the rule for eol detection is wrong: eol = blank >> eol_p ; It probably should be: eol = blank >> eol_p >> blank ; will fix ASAP. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Boost-docs mailing list Boost-docs@... Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs |
|
|
Re: [quickbook] buglet?Joel de Guzman wrote:
> Joel de Guzman wrote: >> John Maddock wrote: >>> There seems to be a strange quirk in quickbook's table handling that means > > Ok, the rule for eol detection is wrong: That was not the problem. Anyway, it's fixed now. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Boost-docs mailing list Boost-docs@... Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs |
|
|
Re: [quickbook] buglet?Joel de Guzman wrote:
> Joel de Guzman wrote: >> Joel de Guzman wrote: >>> John Maddock wrote: >>>> There seems to be a strange quirk in quickbook's table handling >>>> that means >> >> Ok, the rule for eol detection is wrong: > > That was not the problem. Anyway, it's fixed now. Wow, fast work, thanks Joel, I appreciate that, John. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Boost-docs mailing list Boost-docs@... Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs |
|
|
Re: [quickbook] buglet?John Maddock wrote:
> Joel de Guzman wrote: >> Joel de Guzman wrote: >>> Joel de Guzman wrote: >>>> John Maddock wrote: >>>>> There seems to be a strange quirk in quickbook's table handling >>>>> that means >>> Ok, the rule for eol detection is wrong: >> That was not the problem. Anyway, it's fixed now. > > Wow, fast work, thanks Joel, I appreciate that, Welcome. Well, I can tout the fact that there's actually a grammar and I didn't have to tweak any imperative c++ code. I think this is one of Qbk's strengths :-) Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Boost-docs mailing list Boost-docs@... Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs |
| Free embeddable forum powered by Nabble | Forum Help |