From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linserver.romuald.net.eu.org ([63.228.150.209]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1HPUGM-0007L5-00 for ; Thu, 08 Mar 2007 20:51:18 -0500 Received: (qmail 8596 invoked by uid 1000); 8 Mar 2007 18:50:52 -0700 Date: Thu, 8 Mar 2007 18:50:52 -0700 From: Gregory Nowak To: "Speakup is a screen review system for Linux." Subject: Re: Saving characters pronounciation Message-ID: <20070309015051.GA8576@localhost.localdomain> References: <000301c761e5$9eb97db0$0401a8c0@cleverson> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <000301c761e5$9eb97db0$0401a8c0@cleverson> X-PGP-Key: http://www.romuald.net.eu.org/pubkey.asc User-Agent: Mutt/1.5.13 (2006-08-11) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 01:51:19 -0000 -----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-----