From: Gregory Nowak <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Subject: Re: Saving characters pronounciation
Date: Thu, 8 Mar 2007 18:50:52 -0700 [thread overview]
Message-ID: <20070309015051.GA8576@localhost.localdomain> (raw)
In-Reply-To: <000301c761e5$9eb97db0$0401a8c0@cleverson>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yes. You need to copy characters and maybe chartab to somewhere
outside of /proc, and then cat them back when you boot. So, for
example, to save the settings, you'd do something like:
mkdir $HOME/speakup
cp /proc/speakup/characters $HOME/speakup/characters
cp /proc/speakup/chartab $HOME/speakup/chartab
and then to restore your settings at boot, put something like the
following into a script that runs at boot:
cat $HOME/speakup/characters >/proc/speakup/characters
cat $HOME/speakup/chartab >/proc/speakup/chartab
Note that if you didn't modify /proc/speakup/chartab, you don't need
to save it, same goes for /proc/speakup/characters.
A much easier way of doing this would be to use the speakupconf script
that comes with speakup, the usage of which is described in the speakup
user's guide I believe.
Greg
On Thu, Mar 08, 2007 at 09:54:46PM -0300, Cleverson wrote:
> Hi all
>
> Is there a way for Speakup to preserve specific characters pronounciations
> for the next boots so that I don't need to echo them all again?
>
> Because my language is Brazilian Portuguese, there are a couple of letters,
> numbers and signs I have to change.
>
> Another solution would be to let the synthesiser, in my case eSpeak,
> retrieve the characters pronounciation from itself, rather than sending them
> from /proc/speakup/characters to the synthesiser. Is it possible?
>
> Thanks,
> Cleverson
>
> "Be realistic; ask for the impossible."
>
>
>
> _______________________________________________________
> Yahoo! Mail - Sempre a melhor op??o para voc?!
> Experimente j? e veja as novidades.
> http://br.yahoo.com/mailbeta/tudonovo/
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF8L177s9z/XlyUyARApOhAJ99Fs4FD+N2pJgvZ76jXDllkpP1zACgrwNE
G/QJltKPJ+HvlHEW0nLYOAA=
=EKTs
-----END PGP SIGNATURE-----
prev parent reply other threads:[~ UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
Cleverson
` Gregory Nowak [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070309015051.GA8576@localhost.localdomain \
--to=greg@romuald.net.eu.org \
--cc=speakup@braille.uwo.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).