On 24/07/2016 23:11, Dave Mielke wrote: > John's linuxdoc problem is that something is limiting the input processing to > 8192 bytes. Since the article end tag - </article> - occurs way more than > 8192 > bytes into the text, it's failing. > > Do any of you know linuxdoc well enough to help me figure out what might be > imposing this limit? I'll keep looking, but I'm hoping that at least one of > you > already knows.
This most probably has nothing to do with that but this reminds me this sentence in the specification for sed: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html "Some of the editing commands use a hold space to save all or part of the pattern space for subsequent retrieval. The pattern and hold spaces shall each be able to hold at least 8192 bytes." So an implementation of sed *could* set a limit to 8192 bytes, although at least G?U sed doesn't. Just a shot in the dark (I have no easy access to Internet at the moment and didn't read the whole thread, sorry to be noisy) Didier _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: BRLTTY@mielke.cc For general information, go to: http://mielke.cc/mailman/listinfo/brltty