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, 25 Mar 2005 12:58:32 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Eric Blake cc: cygwin AT cygwin DOT com Subject: Re: base-files patch In-Reply-To: <032520051637.20006.42443E460000F49E00004E2622058864420A050E040D0C079D0A@comcast.net> Message-ID: References: <032520051637 DOT 20006 DOT 42443E460000F49E00004E2622058864420A050E040D0C079D0A AT comcast DOT net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: On Fri, 25 Mar 2005, Eric Blake wrote (snipped): > In addition to fixing the default PS1 for bash to correctly delineate > non-printing characters, One thing that bash does is *deliberately* compute the line break one character *before* the edge of the screen. You can see what happens when it is fooled into thinking the prompt is 1 character shorter than it actually is (e.g., "export PS1='$\[ \]'" and type a long command). > it fixes the following additional bugs: When using case, you do not > need to quote a command substitution; this is particularly important > since "`""`" is non-portable, just use case `""` instead. Most shells understand "`""`" (particularly, all official shells on Cygwin, which is what's important). In fact, in this particular case, it's probably better to use "``" instead of `""`, IMO. > Sorting is not necessarily strictly alphanumeric in other locales (not > that cygwin has good locale support, but still...). Good point. 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! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT -- 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/