From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-px0-f170.google.com (mail-px0-f170.google.com [209.85.212.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id C89E3C1A25C for ; Wed, 22 Sep 2010 19:48:26 -0400 (EDT) Received: by pxi17 with SMTP id 17so350457pxi.29 for ; Wed, 22 Sep 2010 16:48:26 -0700 (PDT) Received: by 10.143.42.18 with SMTP id u18mr772309wfj.312.1285199306294; Wed, 22 Sep 2010 16:48:26 -0700 (PDT) Received: from lnx3.holmesgrown.com (ip72-208-233-7.ph.ph.cox.net [72.208.233.7]) by mx.google.com with ESMTPS id v6sm134440wfg.15.2010.09.22.16.48.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Sep 2010 16:48:25 -0700 (PDT) Date: Wed, 22 Sep 2010 16:48:22 -0700 From: Steve Holmes To: speakup@braille.uwo.ca Subject: Re: questions about text-based e-mail Message-ID: <20100922234822.GA4936@lnx3.holmesgrown.com> Mail-Followup-To: speakup@braille.uwo.ca 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> <20100922154413.GA5825@linux1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100922154413.GA5825@linux1> 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 23:48:27 -0000 On Wed, Sep 22, 2010 at 10:44:13AM -0500, William Hubbs wrote: > 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. OK, I didn't remember for sure if it was hard coded or if one could pass a command line parm. That change should be easy enough. What I would do is if no parameters are specified, then do the current behavior but if a directory is specified, verify its presence and then use the parms from there. I would be glad to make the change if people would like. Should I use the standard speakup git archive to pull and patch against?