[BRLTTY] Euro Sign in German Text Table

2012-06-04 Thread Sebastian Humenda
Hello, could the €-sign be added to the German Text Table? It's represented using dots 7,4,5. Currently, eSpeak speaks it as euro, but the braille displays shows a "?". Thanks Sebastian -- Blog (English | Deutsch): http://crustulus.de/blog Teste das freie Latein-Deutsch-Wörterbuch: http://fre

Re: [BRLTTY] Faster espeak and brltty

2012-06-04 Thread Eric Scheibler
Hello Nicolas, thank you for the patch. But I have problems to apply it. "patch < filename does not work. So I did the changes in the speech.c manually. "make" brings no errors but the speech still is not faster. Could you give me some hints how to use your patch? Thank you Eric signature.asc D

Re: [BRLTTY] Faster espeak and brltty

2012-06-04 Thread Dave Mielke
[quoted lines by Sebastian Humenda on 2012/06/03 at 13:26 +0200] >Couldn't this be integrated into BRLTTY? I remember that you sent me such a >patch a good while ago and it worked nicely. Maybe I missed it last time. In any event, if you can confirm for me that it does what you need then I'll co

Re: [BRLTTY] Euro Sign in German Text Table

2012-06-04 Thread Dave Mielke
[quoted lines by Sebastian Humenda on 2012/06/04 at 10:32 +0200] >could the €-sign be added to the German Text Table? It's represented using dots >7,4,5. Done. Please confirm that it's working correctly. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1

Re: [BRLTTY] SAY functions added to laptop key table.

2012-06-04 Thread Dave Mielke
[quoted lines by Eric Scheibler on 2012/06/03 at 14:01 +0200] >from assign kpAsterisk Nine >to: assign kpAsterisk Seven >cause I can reach the 7 much easier with my index finger than the 9 with the >ring finger. My intent was to keep the feel the same as the keypad, so I now have a question.

Re: [BRLTTY] Euro Sign in German Text Table

2012-06-04 Thread Sebastian Humenda
Hello Dave, Dave Mielke schrieb am 04.06.2012, 9:38 -0400: >[quoted lines by Sebastian Humenda on 2012/06/04 at 10:32 +0200] >>could the €-sign be added to the German Text Table? It's represented using >>dots >>7,4,5. > >Done. Please confirm that it's working correctly. It's working great! Th

Re: [BRLTTY] SAY functions added to laptop key table.

2012-06-04 Thread Eric Scheibler
Dave Mielke schrieb am 04.06.2012, 9:54 -0400: >[quoted lines by Eric Scheibler on 2012/06/03 at 14:01 +0200] >>And I still think that SPEAK_PREV_LINe and SPEAK_NEXT_LINE also should skip >>same text lines if the option in the settings menu is checked (like lnup >>and lndn). Currently it's not po

Re: [BRLTTY] SAY functions added to laptop key table.

2012-06-04 Thread Dave Mielke
[quoted lines by Eric Scheibler on 2012/06/04 at 19:08 +0200] >I don't know if it's necessary but maybe you could add the skip option also >for the speech cursor. Then the user can choose if the braille cursor, the >speech cursor or both should skip over identical lines. I can see the appeal of

[BRLTTY] Orca and renamed brltty functions.

2012-06-04 Thread Dave Mielke
JoanMarie: We've decided that brltty-4.4 will still define the old function names. It'd be good, though, if a later Orca release could switch to using the new ones. The list of function renames is as follows: CUTBEGIN -> CLIP_NEW CUTAPPEND -> CLIP_ADD CUTLINE -> COPY_LINE CUTRECT

Re: [BRLTTY] SAY functions added to laptop key table.

2012-06-04 Thread Eric Scheibler
Dave Mielke schrieb am 04.06.2012, 13:27 -0400: >[quoted lines by Eric Scheibler on 2012/06/04 at 19:08 +0200] > >>I don't know if it's necessary but maybe you could add the skip option also >>for the speech cursor. Then the user can choose if the braille cursor, the >>speech cursor or both shou

Re: [BRLTTY] SAY functions added to laptop key table.

2012-06-04 Thread Dave Mielke
[quoted lines by Eric Scheibler on 2012/06/04 at 20:25 +0200] >I thought that the skip option refers to all line moving commands regardless >if speech or braille and that you forgot to link the skip option to the say >command. The truth is that I didn't even think about it. :-) The way it work

[BRLTTY] latest from SVN fails to build

2012-06-04 Thread Nicolas Pitre
SVN Revision 6548 breaks the build. The errors are: In file included from ./cmd.c:33:0: ./cmds.auto.h:730:11: error: ‘BRL_BLK_CUTBEGIN' undeclared here (not in a function) ./cmds.auto.h:744:11: error: ‘BRL_BLK_CUTAPPEND' undeclared here (not in a function) ./cmds.auto.h:758:11: error: ‘BRL_BLK_

Re: [BRLTTY] latest from SVN fails to build

2012-06-04 Thread Dave Mielke
[quoted lines by Nicolas Pitre on 2012/06/04 at 15:30 -0400] >SVN Revision 6548 breaks the build. Thanks. Fixed. -- 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.

Re: [BRLTTY] Faster espeak and brltty

2012-06-04 Thread Nicolas Pitre
On Mon, 4 Jun 2012, Eric Scheibler wrote: > Hello Nicolas, > > thank you for the patch. > But I have problems to apply it. "patch < filename does not work. So I did > the changes in the speech.c manually. "make" brings no errors but the > speech still is not faster. Did you pass the appropriate

Re: [BRLTTY] Faster espeak and brltty

2012-06-04 Thread Nicolas Pitre
On Mon, 4 Jun 2012, Dave Mielke wrote: > [quoted lines by Sebastian Humenda on 2012/06/03 at 13:26 +0200] > > >Couldn't this be integrated into BRLTTY? I remember that you sent me such a > >patch a good while ago and it worked nicely. > > Maybe I missed it last time. In any event, if you can con

Re: [BRLTTY] Faster espeak and brltty

2012-06-04 Thread Nicolas Pitre
On Mon, 4 Jun 2012, Nicolas Pitre wrote: > On Mon, 4 Jun 2012, Eric Scheibler wrote: > > > Hello Nicolas, > > > > thank you for the patch. [ CC'ing the mailing list as there is no other way to reach Eric Scheibler ] Your email setup is screwed. You better make it more lenient or I might not

Re: [BRLTTY] Faster espeak and brltty

2012-06-04 Thread Dave Mielke
[quoted lines by Nicolas Pitre on 2012/06/04 at 20:31 -0400] >And it does work for me so it should work for everyone. I think you can >safely commit it. Done. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | 2011 May