Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 22 Jul 2005 11:07:16 +0200 To: cygwin AT cygwin DOT com Subject: Re: buggy tab-expansion Message-ID: <20050722090716.GA32395@tuxedo.skovlyporten.dk> References: <9bbd279405072102001b83b4e5 AT mail DOT gmail DOT com> <42DF90C8 DOT 6080008 AT byu DOT net> <20050721130203 DOT GA25319 AT tuxedo DOT skovlyporten DOT dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: lars AT segv DOT dk (Lars Munch) X-IsSubscribed: yes On Thu, Jul 21, 2005 at 12:25:16PM -0400, Igor Pechtchanski wrote: > On Thu, 21 Jul 2005, Lars Munch wrote: > > > On Thu, Jul 21, 2005 at 06:10:48AM -0600, Eric Blake wrote: > > > According to Alex Goldman on 7/21/2005 3:00 AM: > > > > Here's an example (I tried this in the original DOS/Cygwin terminal > > > > and in Rxvt) : > > > > > > > > 1. type "grep" in the command line, but don't hit Enter > > > > 2. hit Tab quickly several times (two is often enough) > > > > > > > > The line now becomes "grepp", even though there are no "grepp*" in PATH. > > > > > > > > (Hitting Enter invokes "grep" - single 'p') > > > > > > This sounds related to the buggy prompt display code. There is a known > > > issue in readline where some (but not all) prompts cause display problems, > > > because the display engine isn't properly accounting for invisible > > > characters in the string, and I am awaiting a patch from the upstream > > > maintainer. In the meantime, I was unable to reproduce the symptoms; > > > could you please let me know what your $PS1 variable is? > > > > I have also been having this problem for the last month or so. My PS1 is > > a long nasty one: > > > > \[\e]2;\u@\h \w\a\e[32m\]\u\[\e[34;1m\]@\[\e[0m\e[32m\]\h\[\e[34;1m\]:\[\e[0m\e[33m\]\W\[\e[34;1m\]>\[\e[0m\] > > A common workaround for prompt problems in bash is to add \[\] to the end > of the $PS1 (which is what Eric's patch attempts to do, given the current > lack of a proper fix from the upstream maintainers). > Igor Adding \[\] to the end of $PS1 did not work in my case. -- Lars Munch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/