Re: yasr

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Apr 09, 2009 at 12:55:49PM +0200, Lars Bjørndal wrote:
> Hi!

Hello

> 
> I tried to compile the current CVS version of yasr. While running
> ./autogen.sh, I'm asked to run aclocal -I m4. Doing so, gives the
> following:

Uh... I just pressed enter, and let it configure the package. make &&
sudo make install worked fine.

Note: replace sudo with what ever command you use to get root.

Attached is my patch if anyone is interested.

Daniel.
Index: yasr/main.c
===================================================================
RCS file: /cvsroot/yasr/yasr/yasr/main.c,v
retrieving revision 1.19
diff -r1.19 main.c
381c381
<   if (ui.kbsay == 2 && is_separator(key))
---
>   if (ui.kbsay >= 2 && is_separator(key))
601c601,606
<   /* ui.kbsay == 2 -- handle word echo */
---
>   /* ui.kbsay ==3 -- say keys and words */
>   if (ui.kbsay == 3) /* Voice the character if this setting is on then
>                         execute say word code */
>     tts_saychar(kbuf[0]);
> 
>   /* ui.kbsay == 2 or 3 -- handle word echo */
Index: yasr/option.c
===================================================================
RCS file: /cvsroot/yasr/yasr/yasr/option.c,v
retrieving revision 1.14
diff -r1.14 option.c
744c744,745
<   opt_add(&ui.kbsay, 0, N_("key echo"), OT_ENUM, 3, N_("off"), N_("keys"), N_("words"));
---
>   opt_add(&ui.kbsay, 0, N_("key echo"), OT_ENUM, 4, N_("off"),
>           N_("keys"), N_("words"), N_("keys and words"));

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list

[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]