-----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 at 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 at EU.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF8L177s9z/XlyUyARApOhAJ99Fs4FD+N2pJgvZ76jXDllkpP1zACgrwNE G/QJltKPJ+HvlHEW0nLYOAA= =EKTs -----END PGP SIGNATURE-----