From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from jive.softhome.net ([66.54.152.27]) by speech.braille.uwo.ca with smtp (Exim 3.35 #1 (Debian)) id 19yziA-000838-00 for ; Mon, 15 Sep 2003 16:12:38 -0400 Received: (qmail 12610 invoked by uid 417); 15 Sep 2003 20:11:09 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 15 Sep 2003 20:11:09 -0000 Received: from 130SetBC01 ([207.23.25.92]) (AUTH: LOGIN tspivey8@softhome.net) by softhome.net with esmtp; Mon, 15 Sep 2003 14:11:08 -0600 Message-ID: <000f01c37bc5$ffc8cf70$5c1917cf@130SetBC01> From: "Tyler Spivey" To: speakup@braille.uwo.ca Subject: bug in cvs speakup Date: Mon, 15 Sep 2003 13:14:40 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: hey. there is a minor bug in cvs speakup, i just got it a few days ago. the double-say-line function (i believe it's called speakup_say_indennt) is off by one space. if there is not indent, for example on the line: this is a test it will say "1 this is a test." i believe this is caused by a +1 in the code, and it just seems weird. i believe the expected behaviour is to say "0" for no indent.