From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gw0-f42.google.com (mail-gw0-f42.google.com [74.125.83.42]) by speech.braille.uwo.ca (Postfix) with ESMTP id 2115CC1A202 for ; Thu, 23 Sep 2010 19:05:30 -0400 (EDT) Received: by gwb19 with SMTP id 19so952068gwb.29 for ; Thu, 23 Sep 2010 16:05:29 -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:content-transfer-encoding:in-reply-to :user-agent; bh=VxTw8LVUMD4Q1Rr79Ubfg5H+RsH/SJFXWOrCxXiessQ=; b=iqF9NnDDSmV+Hntp1aWWP9weDf00REpE1hpg38n3kgak5g9G6Qh+vFf+XLrooR4V9K h2RVuycXkwYtIBc6FU2hm4FieR5ayjcCmAlDI73wzcLbY2ZQHOFbgGYOMtMmT55ob1vx UwqngYzRds0Od3D0IGyhSZu67AhfeiLYYutck= 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 :content-transfer-encoding:in-reply-to:user-agent; b=D0Kn2wt4dzyI5JgRjw3AwagOLrSb/NpaRWXznR5nbgJdiFR4efdD15Qx6MKVQLs4ia mye6cTPnR97DCq4P/zdr6+l38E2EfcLSJAV90YY8K8eRqUNubrrnG75W8Iu+OD9a1s75 IsH32E9sBLQ2Ruk4CFv+c63B4//yHqMzzd02o= Received: by 10.151.109.11 with SMTP id l11mr3672899ybm.425.1285283129627; Thu, 23 Sep 2010 16:05:29 -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 t16sm1451177ybm.22.2010.09.23.16.05.27 (version=SSLv3 cipher=RC4-MD5); Thu, 23 Sep 2010 16:05:28 -0700 (PDT) Received: by linux1 (sSMTP sendmail emulation); Thu, 23 Sep 2010 18:05:26 -0500 Date: Thu, 23 Sep 2010 18:05:26 -0500 From: William Hubbs To: "Speakup is a screen review system for Linux." Subject: Re: specifying directory to save to or load from in speakupconf Message-ID: <20100923230526.GA14012@linux1> Mail-Followup-To: "Speakup is a screen review system for Linux." References: <20100923171736.GB12005@linux1> <20100923225425.GA6700@lnx3.holmesgrown.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20100923225425.GA6700@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: Thu, 23 Sep 2010 23:05:30 -0000 On Thu, Sep 23, 2010 at 03:54:25PM -0700, Steve Holmes wrote: > On Thu, Sep 23, 2010 at 12:17:36PM -0500, William Hubbs wrote: > > Yes, just use the speakup git repository. Make sure your clone is up to > > date, then make the modification to the speakupconf script in the tools > > directory. Once you have made the changes, use 'git diff' to generate > > the patch to send. >=20 > IK, will do. I do wonder one thing; I've usually used git > --format-patch rather than --diff. You're preferring --diff instead? > I thought git -am's were easier to do with patches built with > format-patch. In that case, you are right, use git format-patch. Thanks, William