Re: [BRLTTY] OT: iOS programming

2016-07-01 Thread Shérab
Dear Brian, Sorry for the late response. Many thanks for the pointers you have provided. I couldn't explore them a lot so far but will do as sonn as possible. Thanks again! Shérab. ___ This message was sent via the BRLTTY mailing list. To p

Re: [BRLTTY] pacing line output to a Braille terminal?

2016-07-03 Thread Shérab
is API is based > on C; might there be a message-based API (eg, JSON, REST, socket I/O) > that would be more language independent? The C API uses a socket-based one. There are bindings available for several languages: Lisp, Java, Python, OCaml... Shérab. __

Re: [BRLTTY] documentation issues

2016-07-06 Thread Shérab
that do not seem related to the issues discussed in this thread but it may be interesting to fix the page anyway and e.g. specifying the correct document type may lead to other errors. At least it will make clear which element nestings are allowed. Shérab. _

Re: [BRLTTY] documentation issues

2016-07-06 Thread Shérab
le Could this help? Shérab. ___ 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

Re: [BRLTTY] documentation issues

2016-07-06 Thread Shérab
t; I believe this meta thing could be removed because it is redundant with the HTTP headers sent by nginx as can be seen with cd /tmp; curl -D headers http://www.brltty.com/download.html > /dev/null I don't see any iso-8859-1 left anywhere, though. Shérab.

Re: [BRLTTY] documentation issues

2016-07-07 Thread Shérab
Samuel Thibault (2016/07/07 08:44 +0200): > Shérab, on Thu 07 Jul 2016 07:02:49 +0200, wrote: > > Dave Mielke (2016/07/06 23:54 -0400): > > > First: It's saying that the encoding in the XML header (utf-8) isn't > > > matching > > > the encoding in

Re: [BRLTTY] documentation issues

2016-07-07 Thread Shérab
Dave Mielke (2016/07/07 01:21 -0400): > Okay. This turns out to be a difference between my ancient web server at home > and the modern web serer on brltty.com. The Download page is now clean. Now I > guess I should clean up the other pages. :-( If you want some help you can let us know

[BRLTTY] OT: computing routes, exploring maps

2016-07-18 Thread Shérab
absolutely avoid doing. Many thanks in advance, Shérab. ___ 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

Re: [BRLTTY] Patch: support for OCaml-4.04

2016-11-08 Thread Shérab
Dear Jaroslav, Many thinks for your patch! I confirm it'd be good to apply it. Thanks, Shérab. Jaroslav Skarvada (2016/11/08 07:58 -0500): > Hi, > > it seems that brltty-5.4 doesn't compile with OCaml-4.04. > Tthe code uses CAMLlocal without calling CAMLparam which is a

Re: [BRLTTY] Compiling brailleback with brltty 5.4

2016-11-08 Thread Shérab
d to it). But when I want to build brailleback the following error > occures : > > *** target file `clean' has both : and :: entries. Stop. Probably because your Makefile in the driver directory cntains a clean: line? If that's the case you should replace it with clean::

Re: [BRLTTY] Patch: support for OCaml-4.04

2016-11-08 Thread Shérab
> > > > Which version of OCaml? I haven't encountered these warnings with OCaml-4.04. > To be honest I don't know much about OCaml, but this looks like OCaml bug, > I can forward it to OCaml maintainer No no it's not a bug. See https://github.com/brltty/

Re: [BRLTTY] Patch: support for OCaml-4.04

2016-11-08 Thread Shérab
Jaroslav Skarvada (2016/11/08 12:12 -0500): > Shérab: Sorry, could you explain it more? Let's try. OCaml uses a garbage collector. If the values muilt by the C stub code or manipulated by it are not registered properly, they may be either garbage-collected accidentally, or, on the contr

<    1   2