* Re: punctuation level in speakup
punctuation level in speakup Jared
@ ` Dave Hunt
` Jared
` Toby Fisher
` Thomas D. Ward
2 siblings, 1 reply; 7+ messages in thread
From: Dave Hunt @ UTC (permalink / raw)
To: Speakup Mailing List
To get the most punctuation, do "echo 3 >/proc/speakup/punc_level". I
think the levels are 1="some", 2="most", 3="all". To see what the
levels mean, look at "/proc/speakup/punc_some",
"/proc/speakup/punc_most", and "/proc/speakup/punc_all".
--Dave
On Wed, 3 Apr
2002, Jared wrote:
> How do I change the punctuation level in speakup? Thanks for any help on
> this.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: punctuation level in speakup
` Jared
@ ` Dave Hunt
` Toby Fisher
1 sibling, 0 replies; 7+ messages in thread
From: Dave Hunt @ UTC (permalink / raw)
To: speakup
You do this interactively, at a command prompt. If you wish this to be
automated, put the commands on one of your startup scripts, such as
"/ect/profile".
-Dave
On Wed, 3 Apr 2002, Jared wrote:
> Where do I do this? At a command prompt?
>
> -----Original Message-----
> From: speakup-admin@braille.uwo.ca
> [mailto:speakup-admin@braille.uwo.ca]On Behalf Of Dave Hunt
> Sent: Wednesday, April 03, 2002 7:47 PM
> To: Speakup Mailing List
> Subject: Re: punctuation level in speakup
>
>
> To get the most punctuation, do "echo 3 >/proc/speakup/punc_level". I
> think the levels are 1="some", 2="most", 3="all". To see what the
> levels mean, look at "/proc/speakup/punc_some",
> "/proc/speakup/punc_most", and "/proc/speakup/punc_all".
>
> --Dave
>
> On Wed, 3 Apr
> 2002, Jared wrote:
>
> > How do I change the punctuation level in speakup? Thanks for any help on
> > this.
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: punctuation level in speakup
punctuation level in speakup Jared
` Dave Hunt
@ ` Toby Fisher
` Thomas D. Ward
2 siblings, 0 replies; 7+ messages in thread
From: Toby Fisher @ UTC (permalink / raw)
To: Speakup Mailing List
On Wed, 3 Apr 2002, Jared wrote:
> How do I change the punctuation level in speakup? Thanks for any help on
> this.
The default setting is 1, I think the ranges are between 0 and 3, but I'm
sure someone can correct me if I'm wrong.
Anyway, if, for example, you want setting 2, you would type:
echo 2 >/proc/speakup/punc_level
Also, if you want to customise the levels, i.e. you like level 2 but
there's one thing you don't want it to say, you can do this, but you need
to re-echo the entire string to the relevan file, either punc_some,
punc_most or punc_all, because files in the /proc file system are not
regular files that you can edit with a text editor, so you may not want to
do this for now.
Cheers.
--
Toby Fisher Email: toby@g0ucu.freeserve.co.uk
Tel.: +44(0)1480 417272 Mobile: +44(0)7974 363239
ICQ: #61744808
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: punctuation level in speakup
` Jared
` Dave Hunt
@ ` Toby Fisher
1 sibling, 0 replies; 7+ messages in thread
From: Toby Fisher @ UTC (permalink / raw)
To: speakup
On Wed, 3 Apr 2002, Jared wrote:
> Where do I do this? At a command prompt?
Yup, you are basically changing some kvariables in the kernel driver. All
such things need to be done from the shell.
Cheers.
--
Toby Fisher Email: toby@g0ucu.freeserve.co.uk
Tel.: +44(0)1480 417272 Mobile: +44(0)7974 363239
ICQ: #61744808
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: punctuation level in speakup
punctuation level in speakup Jared
` Dave Hunt
` Toby Fisher
@ ` Thomas D. Ward
2 siblings, 0 replies; 7+ messages in thread
From: Thomas D. Ward @ UTC (permalink / raw)
To: Speakup Mailing List
Hi, it would be
echo 0, 1, 2, or 3 and the >/proc/speakup/punc_level
However, unless things have changed zipspeak does not use /proc file
system.
CCan aynone tell me if /proc works in zipspeak 8?
On Wed, 3 Apr 2002, Jared wrote:
> How do I change the punctuation level in speakup? Thanks for any help on
> this.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* punctuation level in speakup
@ Jared
` Dave Hunt
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Jared @ UTC (permalink / raw)
To: Speakup Mailing List
How do I change the punctuation level in speakup? Thanks for any help on
this.
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: punctuation level in speakup
` Dave Hunt
@ ` Jared
` Dave Hunt
` Toby Fisher
0 siblings, 2 replies; 7+ messages in thread
From: Jared @ UTC (permalink / raw)
To: speakup
Where do I do this? At a command prompt?
-----Original Message-----
From: speakup-admin@braille.uwo.ca
[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Dave Hunt
Sent: Wednesday, April 03, 2002 7:47 PM
To: Speakup Mailing List
Subject: Re: punctuation level in speakup
To get the most punctuation, do "echo 3 >/proc/speakup/punc_level". I
think the levels are 1="some", 2="most", 3="all". To see what the
levels mean, look at "/proc/speakup/punc_some",
"/proc/speakup/punc_most", and "/proc/speakup/punc_all".
--Dave
On Wed, 3 Apr
2002, Jared wrote:
> How do I change the punctuation level in speakup? Thanks for any help on
> this.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
punctuation level in speakup Jared
` Dave Hunt
` Jared
` Dave Hunt
` Toby Fisher
` Toby Fisher
` Thomas D. Ward
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).