Re: nocaseglob

2007-01-22 Thread Tim Waugh
On Mon, 2007-01-22 at 08:04 -0800, Bruce Korb wrote: > There seems to be something else aside from LC_ALL, LC_COLLATE > and LANG that affects collating sequence. Notice the difference > between "[a-d]*" and "[a-D]*". Whatever collating sequence is being used > do select files puts "D" after "d",

Re: nocaseglob

2007-01-22 Thread Bruce Korb
On 1/22/07, Bob Proulx <[EMAIL PROTECTED]> wrote: Unfortunately in this case setting the variable on the command line for that command won't do what you want. Since file globbing takes I figured that out. :} (unset LC_ALL LC_COLLATE LANG ; echo [a-z]*) (LC_COLLATE=en_US.UTF-8 ; echo [a-z

Re: nocaseglob

2007-01-22 Thread Bob Proulx
Bruce Korb wrote: > $ echo [a-z]* > bin bk-archives Bugzilla core cron Desktop [[...]] > $ LC_COLLATE=C echo [a-z]* > bin bk-archives Bugzilla core cron Desktop [[...]] Unfortunately in this case setting the variable on the command line for that command won't do what you want. Since file globbing

Re: nocaseglob

2007-01-22 Thread Bruce Korb
On 1/20/07, Bob Proulx <[EMAIL PROTECTED]> wrote: I think you have the nocaseglob right. I think this is a variable set but not exported problem. Just guessing though. Excellent guess. No cigar, tho: $ echo [a-z]* bin bk-archives Bugzilla core cron Desktop [[...]] $ LC_COLLATE=C echo [a-z]*

Re: help me with readline key binding problem

2007-01-22 Thread Oibane
Thank you, Andreas. Teminal and tty are one of the most inaccesible part for a layman. Now you've informed, I think I can devise a solution. Best regards, Oibane. ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-ba