[BRLTTY] Bindings to toggle the autospeak suboptions.

2012-06-02 Thread Dave Mielke
Bindings for toggling the autospeak suboptions have been added to the keypad and laptop key tables. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | 2011 May 21 is the End of Salvation. EMail: d...@mielke.cc | Canada K

[BRLTTY] Bindings

2008-08-18 Thread Jean-Philippe MENGUAL
Hi again, I go on testing the xbrlapi qatch. I've just found a new bit problem: when I do a A Orca closes ?and has to been run again. The A is not written and pressing this key on the braille keyboard closes Orca some seconds later. I don't know why. Sincerely, JP

[BRLTTY] Bindings again

2008-08-18 Thread Jean-Philippe MENGUAL
Hi, Well I'm experiencing the new patch which is perfect. But now a small difficulty appears. In fact, I can't anymore do alt-F4, or ctrl-i, or such combination on the braille keyboard. If I take the example of Eurobraille: normally I do ctrl (78+space) then the letter or F1 (1+backspace)... N

Re: [BRLTTY] Bindings

2008-08-18 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Mon 18 Aug 2008 14:42:59 +0200, a écrit : > It's a great thing writting with the braille keyboard with X. Just a > last question about this point: how can I set X to boot xbrlapi before > Orca automatically at boot? I don't know gnome enough to answer that. > If I go t

Re: [BRLTTY] Bindings

2008-08-18 Thread Jean-Philippe MENGUAL
Hi Sam, I built eu in the daemon to make its starting easier and because I did not think it was a problem. Since you told me it is, I built without --with-braille-driver option and I put eu in configuration file. So I could test your patch quitely. It works perfectly! Congratulations and thank

Re: [BRLTTY] Bindings

2008-08-18 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Mon 18 Aug 2008 02:36:27 +0200, a écrit : > Is it my system which is a bit capricious? No, it's because I hadn't tested with a driver built into the daemon. Actually it will be a mess to fix, is there a reason for building the eu driver in? Samuel ___

Re: [BRLTTY] Bindings

2008-08-17 Thread Jean-Philippe MENGUAL
Is it my system which is a bit capricious? Or I am not enough strogg. I don't know. But... :( make says (I patch with first then current patch): gcc -Wall -shared -o ../../lib/libbrlttybpm.so braille.o /usr/bin/install -c -d ../../data ./../../Programs/txt2hlp ../../data/brltty-pm.hlp ./help*.t

Re: [BRLTTY] Bindings

2008-08-17 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Mon 18 Aug 2008 02:06:15 +0200, a écrit : > It doesn't want. Agr I should really have tried to compile :) This time it should be OK. Samuel --- BrailleDrivers/Papenmeier/Makefile.in.orig 2008-08-18 00:37:41.0 +0100 +++ BrailleDrivers/Papenmeier/Makefile.in

Re: [BRLTTY] Bindings

2008-08-17 Thread Jean-Philippe MENGUAL
It doesn't want. I tried --with-braille-driver=eu,-pm and I get: cc -Wall -Wl,-export-dynamic -o apitest apitest.o cmd.o charset.o lock.o option s.o misc.o sys_linux.o io_misc.o -L. -lbrlapi -ldl -lpthread -lsupc++ cmd.o: In function `cmdWCharToBrlapi': /home/jp/Programmes/brltty/brl2/brltty-3.8/

Re: [BRLTTY] Bindings

2008-08-17 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Mon 18 Aug 2008 01:30:49 +0200, a écrit : > :( I get: > > gcc -Wall -Wl,-export-dynamic -o read_config read_config.o > ./../../Programs/cmd. > o ./../../Programs/charset.o ./../../Programs/lock.o > ./../../Programs/misc.o -ld > l -lpthread -lsupc++ > ./../../Programs/cm

Re: [BRLTTY] Bindings

2008-08-17 Thread Jean-Philippe MENGUAL
:( I get: gcc -Wall -Wl,-export-dynamic -o read_config read_config.o ./../../Programs/cmd. o ./../../Programs/charset.o ./../../Programs/lock.o ./../../Programs/misc.o -ld l -lpthread -lsupc++ ./../../Programs/cmd.o: In function `cmdWCharToBrlapi': /home/jp/Programmes/brltty/brl2/brltty-3.8/Prog

Re: [BRLTTY] Bindings

2008-08-17 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Mon 18 Aug 2008 01:15:47 +0200, a écrit : > undefined reference to `iswLatin1' Ah oops sorry, fixed patch attached. Samuel Index: BrailleDrivers/Papenmeier/Makefile.in === --- BrailleDrivers/Papenmeier/Makef

Re: [BRLTTY] Bindings

2008-08-17 Thread Jean-Philippe MENGUAL
Yes I did autogen, make distclean. Then I try without any patch it doesn't work as last time.. Then I tried with your 1st patch, it worked. They with your current patch only, I get: gcc -Wall -Wl,-export-dynamic -o brltty main.o config.o options.o misc.o sys_lin ux.o io_misc.o queue.o async.o a

Re: [BRLTTY] Bindings

2008-08-17 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Mon 18 Aug 2008 00:53:29 +0200, a écrit : > argh. At building I get: > > gcc -Wall -g -O2 -I. -I./.. -I. -I.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE > -D_XOPEN_ > SOURCE=500 -DHAVE_CONFIG_H -c ./route.c > ./mkdrvtab BrailleDriver brl_driver_ eu >brl.auto.h > make[1]: *** Pas

Re: [BRLTTY] Bindings

2008-08-17 Thread Jean-Philippe MENGUAL
argh. At building I get: gcc -Wall -g -O2 -I. -I./.. -I. -I.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_ SOURCE=500 -DHAVE_CONFIG_H -c ./route.c ./mkdrvtab BrailleDriver brl_driver_ eu >brl.auto.h make[1]: *** Pas de rÚgle pour fabriquer la cible « ../BrailleTables/text.fr-iso 01.tbl », néc

Re: [BRLTTY] Bindings

2008-08-17 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Mon 18 Aug 2008 00:31:21 +0200, a écrit : > Unfortunately I'm sorry but I can't test because the patch seems to have > problems to apply on 3.8 release. Ah, right, here is a 3.8 version (not even compiled though). Samuel Index: BrailleDrivers/Papenmeier/Makefile.in

Re: [BRLTTY] Bindings

2008-08-17 Thread Jean-Philippe MENGUAL
Hi, Unfortunately I'm sorry but I can't test because the patch seems to have problems to apply on 3.8 release. And on svn, I can't because it doesn't work correctly for me and my eurobraille :( Would it be a problem to adapt to 3.8 (I'd apply your previous patch and this)? If it's too hard I k

Re: [BRLTTY] Bindings

2008-08-17 Thread Samuel Thibault
Hello, The attached patch should fix it? Samuel Index: BrailleDrivers/Papenmeier/Makefile.in === --- BrailleDrivers/Papenmeier/Makefile.in (révision 3908) +++ BrailleDrivers/Papenmeier/Makefile.in (copie de travail) @@ -2

Re: [BRLTTY] Bindings

2008-08-16 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Sat 16 Aug 2008 19:02:43 +0200, a écrit : > So a question: what is it necessary to do? Fix the brlapi server code. > is it necessary to know coding? Yep, and properly understand how the brlapi server works, not so easy a task, thus. Samuel _

Re: [BRLTTY] Bindings

2008-08-16 Thread Samuel Thibault
Dave Mielke, le Sat 16 Aug 2008 14:03:41 -0400, a écrit : > [quoted lines by Jean-Philippe MENGUAL on 2008/08/16 at 19:02 +0200] > > >I'm using brltty for gnome, and I thinks it is cool. But that is > >right the fact when I press the braille key and I get a > >qwerty character; it is not convinien

Re: [BRLTTY] Bindings

2008-08-16 Thread Jean-Philippe MENGUAL
Le Saturday 16 August 2008 à 05:19:45PM, Dave Mielke a écrit : > [quoted lines by Jean-Philippe MENGUAL on 2008/08/16 at 22:49 +0200] > > >No Dave I don't use the developpement release. It's impossible since the > >Eurobraille driver goes on segfault or bindings don't work. > > Are you being h

Re: [BRLTTY] Bindings

2008-08-16 Thread Dave Mielke
[quoted lines by Jean-Philippe MENGUAL on 2008/08/16 at 22:49 +0200] >No Dave I don't use the developpement release. It's impossible since the >Eurobraille driver goes on segfault or bindings don't work. Are you being helped with those problems? Fixing them would be a reason to do another brltt

Re: [BRLTTY] Bindings

2008-08-16 Thread Jean-Philippe MENGUAL
Sorry, I forfot attached file. :( BRLTTY 3.8 [http://mielke.cc/brltty/] brltty: Working Directory: /etc/brltty brltty: Configuration File: /etc/brltty.conf brltty: Data Directory: /etc/brltty brltty: Library Directory: /lib/brltty brltty: Tables Directory: /etc/brltty brltty: file opened: /etc/brl

Re: [BRLTTY] Bindings

2008-08-16 Thread Jean-Philippe MENGUAL
Hi, No Dave I don't use the developpement release. It's impossible since the Eurobraille driver goes on segfault or bindings don't work. So I use 3.8 release now. Here's in attached a log after a "brltty -l debug -n -e 1>log2 2>&1" then change of console, startx,go to console 7, xbrlapi, alt-F2

Re: [BRLTTY] Bindings

2008-08-16 Thread Dave Mielke
[quoted lines by Jean-Philippe MENGUAL on 2008/08/16 at 19:02 +0200] >I'm using brltty for gnome, and I thinks it is cool. But that is >right the fact when I press the braille key and I get a >qwerty character; it is not convinient. Waiting, I use >the azerty nor,ql keyboard; but it would be bette

[BRLTTY] Bindings

2008-08-16 Thread Jean-Philippe MENGUAL
Hi, I'm using brltty for gnome, and I thinks it is cool. But that is right the fact when I press the braille key and I get a qwerty character; it is not convinient. Waiting, I use the azerty nor,ql keyboard; but it would be better if it chqnged. According to Sam from bugs I sent him, the braille