From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by speech.braille.uwo.ca (Postfix) with ESMTP id 434E110A48 for ; Fri, 19 Jun 2009 12:45:48 -0400 (EDT) Received: by wa-out-1112.google.com with SMTP id m28so375924wag.1 for ; Fri, 19 Jun 2009 09:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=dtfkYbtvzsuXm4PMhyBf/1uTDcBZbePrIre5ZAstwVE=; b=DrdPja3q42k3Og9e/U0q2mImN1olUB9r0TlL67nstpYQLKilw10Q6YCqqlsOO58bSw F0kkAep1wIAP5Iz5nLqgVqLv3nTenGULC3ymjIlJzHiFdeCUMUSq6ibF2WeRhWRH6uqq rqEX3r370/QLpFr7cEw9FMfoD0FZnd3+DzqNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=D4JEHqsUN56mmojy6k5zwG56KL050aPqy6UUq8Jmg0FKlDX9jFu5+7RryiWZMKZcuO TzQZfzMYp96BbOtqMTZniWBh+MslJxAQrvUzG4m9bKnR+YToSn6o/DtOFQ6wxoONTEVZ 4eMMZmtpZQNDJyzW2WtErReSADncOospGQ5qs= Received: by 10.114.125.15 with SMTP id x15mr4247730wac.217.1245429947645; Fri, 19 Jun 2009 09:45:47 -0700 (PDT) Received: from localhost (069-064-234-003.pdx.net [69.64.234.3]) by mx.google.com with ESMTPS id c26sm854518waa.50.2009.06.19.09.45.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Jun 2009 09:45:47 -0700 (PDT) Date: Fri, 19 Jun 2009 09:45:35 -0700 From: Zachary Kline To: "Speakup is a screen review system for Linux." Subject: Re: ZSH: The first letter of a command gets repeated Message-ID: <20090619164535.GA9747@blackbird> References: <87my84o0fa.fsf@onlinehome.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87my84o0fa.fsf@onlinehome.de> User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 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: Fri, 19 Jun 2009 16:45:48 -0000 Hi, On Fri, Jun 19, 2009 at 02:47:21PM +0200, Hermann wrote: > Hi, > from the beginning of my use of Speakup on GRML, I observe a strange > thing: > When I type any command at the prompt, the first letter is spoken twice, > so taht, if you have a two-letter-command, you hear three letters - the > first one twice. > It only happens when using ZSH and in no other app. When I call bash > Speakup speaks correctly. > Can someone confirm this? Are there any work arounds? > I can at least confirm this. I don't know of any workarouns, and have just learned to ignore the extra speech. I believe the problem is with the way zsh uses the terminal: it would seem to redraw something so that speakup thinks the screen has been updated. I don't know this for certain, but it seems logical to me. Incidentally, could this be the problem with vim as well? Best, Zack.