From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yx0-f170.google.com (mail-yx0-f170.google.com [209.85.213.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id 0B233C1A189 for ; Wed, 22 Sep 2010 11:44:20 -0400 (EDT) Received: by yxt33 with SMTP id 33so252952yxt.29 for ; Wed, 22 Sep 2010 08:44:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=Xi8LpQUkxhl0pQ2kzQKGGkUsFwefL22a7HSqEkMOrMg=; b=MByTPVmsn+FZ6NlyDb/3Jgbt7mpVgdt62sgu0kVBd93kkut553MytoDO7Fp3CODjEl pKKdqhJiN4ZzGWxNTrpklguuSHzvHf7G0qemzxZb+towj9Z/CBfj0elbB8zoe78j6mJz OFOfYpSuNpptxCxqEIjFBgEl23n6n+UyGIXgY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=agXSL18up3QaWQUAGBSzTU2Y9Ri0mkTqA49GIz73AVpEvBAVEnIM+FkNYJDy1mAXXO ciO4TCNSeZvlZHimKOIEd4NNoc091wVCJHG5HUGHfQ/o4F9rYnTG3vS5sHRQalHTbIwl 4UV8Q3O+VCD8S9qLlH39rOWiWyQv1WWUDoFnw= Received: by 10.220.62.202 with SMTP id y10mr177996vch.198.1285170258358; Wed, 22 Sep 2010 08:44:18 -0700 (PDT) Received: from linux1 (cpe-76-183-49-63.tx.res.rr.com [76.183.49.63]) by mx.google.com with ESMTPS id r35sm6224914vbw.17.2010.09.22.08.44.15 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Sep 2010 08:44:17 -0700 (PDT) Received: by linux1 (sSMTP sendmail emulation); Wed, 22 Sep 2010 10:44:13 -0500 Date: Wed, 22 Sep 2010 10:44:13 -0500 From: William Hubbs To: "Speakup is a screen review system for Linux." Subject: Re: questions about text-based e-mail Message-ID: <20100922154413.GA5825@linux1> Mail-Followup-To: "Speakup is a screen review system for Linux." References: <20100906043912.GC26444@lnx3.holmesgrown.com> <20100907063317.GA27307@rivensight.dyndns.org> <87lj6u7dm6.fsf@jdc.jasonjgw.net> <20100922061635.GA15449@rivensight.dyndns.org> <4C99A1A4.3020506@gotss.net> <20100922070630.GC15449@rivensight.dyndns.org> <20100922145428.GC24938@lnx3.holmesgrown.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100922145428.GC24938@lnx3.holmesgrown.com> 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: Wed, 22 Sep 2010 15:44:20 -0000 On Wed, Sep 22, 2010 at 07:54:28AM -0700, Steve Holmes wrote: > On Wed, Sep 22, 2010 at 12:06:30AM -0700, Gaijin wrote: > > > Call me simplistic but why can't you have an alias to load a > > > specific set of configuration data when you launch mutt? > > > > Mostly because speakupconf doesn't appear to load specified > > configuration files, as far as I can tell from the man page. > > Actually, I think you could tell speakupconf to pull its values from a > specific source upon each invocation so that way you could implement > different speech parms on demand like when you launch a given > application. This sounds like an interesting idea; might have to look > into this idea myself. Speakupconf only saves or loads from /etc/speakup if it is run as root, or ~/.speakup if it is run as a user. enhancing it to allow a location to be specified might be possible. William