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: Wed, 8 Sep 2004 08:50:19 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Rado Rethmann cc: cygwin AT cygwin DOT com Subject: Re: missing letter In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 On Wed, 8 Sep 2004, Rado Rethmann wrote: > Ok, now I've discovered, that it must be something in my .inputrc file: > -------------------------------------------- > [45-line .inputrc] snipped > -------------------------------------------- > Which line tells Cygwin to wipe out my 'e' ? Rado Why not try a binary search (comment out half, see if your is back, repeat until you find the culprit), or even a linear search (with only 45 lines it shouldn't take that long)? FWIW, accidentally omitting a "\" somewhere in the "\e" binding would result in the symptoms you described. Particularly, key binding may be done not only in the .inputrc, but also in any of the startup scripts (via the "bind" bash builtin). Check those carefully, because you'll need to single quote the double quotes for those bindings (with just double quotes, "\e" may be interpreted as a literal "e"). HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Happiness lies in being privileged to work hard for long hours in doing whatever you think is worth doing." -- Dr. Jubal Harshaw -- 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/