From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wy0-f170.google.com (mail-wy0-f170.google.com [74.125.82.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id 10189C1A216 for ; Tue, 18 Jan 2011 14:30:35 -0500 (EST) Received: by wyb39 with SMTP id 39so6482366wyb.29 for ; Tue, 18 Jan 2011 11:29:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id :mail-followup-to:mime-version:content-type:content-disposition :user-agent; bh=8Q6kKQ89z148Dv7MA/ZkHUDjuGivoBEOUFVl+hSK1KE=; b=hWMI9JwO+pkw59e8QdN0oj31oY2liGGPS4svuSMGeLhesXXloHSDpk7wbB73YI0uQw P/ck5haRwFDSqqkGn+VrYThcwlZjDN+dX/17/BY8SAxUIjRvGCJD+1HnwjWKLjXK4QqT T7uWwYUnq9Egakk4XenyDHQ6BOF4a4DZaKUVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; b=D5LfN9SrXw1qvD6QkD8Wti56+bjGVUH1bnDQKjg1vOQkW2lIu61FL9B5W36AXpj92w vOCn/NB7bdaPleHDxIx2V3+/IHT7chVeXBAJFzgb6D7xdZakNfCyLsMbEnH8JrdJWkuE fs6wrvY02xd2Z+Axczw0g0ghqKowHIcqGjAHE= Received: by 10.216.181.141 with SMTP id l13mr5127786wem.22.1295378736525; Tue, 18 Jan 2011 11:25:36 -0800 (PST) Received: from linux1 (cpe-76-183-49-63.tx.res.rr.com [76.183.49.63]) by mx.google.com with ESMTPS id r38sm3184490weq.23.2011.01.18.11.25.33 (version=SSLv3 cipher=RC4-MD5); Tue, 18 Jan 2011 11:25:34 -0800 (PST) Received: by linux1 (sSMTP sendmail emulation); Tue, 18 Jan 2011 13:25:32 -0600 Date: Tue, 18 Jan 2011 13:25:32 -0600 From: William Hubbs To: speakup mailing list Subject: speechd-up status and ideas Message-ID: <20110118192532.GA22825@linux1> Mail-Followup-To: speakup mailing list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 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: Tue, 18 Jan 2011 19:30:36 -0000 All, My speechd-up home page on github is http://www.github.com/williamh/speechd-up. You can clone the repository by doing: git clone git://github.com/williamh/speechd-up.git This repository contains all of the changes from ospeakup, and I am planning to move forward from there. My plan for speechd-up is to give it a -u option so that you can tell it to switch to a different user before it tries to connect to speech-dispatcher, that way we can use the autospawn feature and not have speech-dispatcher or speechd-up running system wide. What does everyone else think of that option? William