Re: [PATCH] Bug in readline-4.3 and bash-2.05b (fwd)

2002-10-03 Thread Chet Ramey
re have been patches out for this for some time. ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/bash205b-001 ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches/readline43-001 Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet )

Re: bash builtin pwd returns Windows style names

2002-11-20 Thread Chet Ramey
-- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet ) Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://cnswww.cns.cwru.edu/~chet/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://

Re: bash 2.05a-3: option to allow drive letter prefixes for completion?

2002-04-16 Thread Chet Ramey
thing that gets passed to the filename completer is `/' and whatever follows it. Quoting the colon (the simplest thing to use is a backslash) causes readline to not consider it a word break character. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Disc

Re: bash 2.05a-3: option to allow drive letter prefixes for completion?

2002-04-16 Thread Chet Ramey
short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet) Chet Ramey, CWRU[EMAIL PROTECTED]http://cnswww.cns.cwru.edu/~chet/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html D

Re: A small problem in Shell Scripts while using the built-in "read" function -- Options not recognised

2002-01-17 Thread Chet Ramey
- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet) Chet Ramey, CWRU[EMAIL PROTECTED]http://cnswww.cns.cwru.edu/~chet/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.c

Re: A small problem in Shell Scripts while using the built-in "read" function -- Options not recognised

2002-01-17 Thread Chet Ramey
> Chet, did you apply the pathcanon.c patch I've send you on 2001-11-17? The `_is_cygdrive()' patch? Yes. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet) Chet Ramey, CWRU[EMAIL PROTECTED]

RE: /usr/bin/env - Incorrect parsing of #! line?

2002-02-13 Thread Chet Ramey
lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet) Chet Ramey, CWRU[EMAIL PROTECTED]http://cnswww.cns.cwru.edu/~chet/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: h

Re: /usr/bin/env - Incorrect parsing of #! line?

2002-02-13 Thread Chet Ramey
too. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet) Chet Ramey, CWRU[EMAIL PROTECTED]http://cnswww.cns.cwru.edu/~chet/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http:/

Re: Proposed patch for bash (completion spec problem related)

2002-02-19 Thread Chet Ramey
pctabnl(). There's another fix needed for skip_to_delim(), but my current sources look sufficiently different from bash-2.05a (multibyte character support) that I'm not going to release a patch. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``D

Bash-3.1 released

2005-12-09 Thread Chet Ramey
iables. 4. New Features in Readline a. The key sequence sent by the keypad `delete' key is now automatically bound to delete-char. b. A negative argument to menu-complete now cycles backward through the completion list. c. A new bindable readline variable: bind-tty-sp

Readline-5.1 released

2005-12-09 Thread Chet Ramey
ble variable that allows the LINES and COLUMNS environment variables to set the window size regardless of what the kernel returns. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet )

Re: readline-5.1 && CGDB

2006-01-31 Thread Chet Ramey
ppropriate mechanism. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet ) Live Strong. Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://tiswww.tis.case.edu/~chet/ -- Unsub

Re: incorrect handling of invisible characters in prompt string

2006-03-03 Thread Chet Ramey
cer ( ``Discere est Dolere'' -- chet ) Live Strong. No day but today. Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://cnswww.cns.cwru.edu/~chet/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Bash-3.0 available for FTP

2004-07-27 Thread Chet Ramey
lacing the current line with the history line. d. The text inserted by an `a' command in vi mode can be reinserted with `.'. e. New bindable variable, `show-all-if-unmodified'. If set, the readline completer will list possible completions immediately if there is more

Readline-5.0 available for FTP

2004-07-27 Thread Chet Ramey
ries' option has been enabled. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet ) Live...Laugh...Love Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://tiswww.tis.cw

Re: Bash returns incorrect process status

2004-09-16 Thread Chet Ramey
itpid() whenever it needs to get a particular process's status. No shell does it that way. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet ) Live...Laugh...Love Chet Ramey, ITS, C

Re: Broken parse on `'${'`

2005-07-09 Thread Chet Ramey
ix: >unknown Thanks for the report. This has been fixed. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet ) Live...Laugh...Love Chet Ramey, ITS, CWRU[EMAIL PROTEC

Re: Broken parse on `'${'`

2005-07-11 Thread Chet Ramey
Eric Blake wrote: > According to Chet Ramey on 7/9/2005 12:29 PM: > >>>>Repeat-By: >>>>zsh$ echo `echo '${'` >>>>${ >>>>zsh$ bash >>>>bash$ echo `echo '${'` >>>> >>>># Hmm - I was

Re: [bash-testers] Re: readline-5.2-1 prompt issue on cygwin

2006-10-04 Thread Chet Ramey
m within a debugger? Attach to it from another terminal and set breakpoints in _rl_move_cursor_relative. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Live Strong. No day but today. Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://cn

Re: [bash-testers] Re: readline-5.2-1 prompt issue on cygwin

2006-10-05 Thread Chet Ramey
Igor Peshansky wrote: > On Wed, 4 Oct 2006, Chet Ramey wrote: > >> Eric Blake wrote: >>> According to Igor Peshansky on 10/4/2006 9:03 AM: >>>>> The upstream maintainer claims that this version fixes some prompt display >>>>> bugs when using non-

Bash-3.2 available for FTP

2006-10-12 Thread Chet Ramey
d as the default last-ditch startup file. c. The history file reading functions now allow windows-like \r\n line terminators. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Live Strong. No day but today. Chet Ramey, ITS, CWRU[EMAIL PROTECTED]h

Readline-5.2 available for FTP

2006-10-12 Thread Chet Ramey
aft so long to lerne.'' - Chaucer Live Strong. No day but today. Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://cnswww.cns.cwru.edu/~chet/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentat

Bash-4.0 available for FTP

2009-02-23 Thread Chet Ramey
h `...'. i. There is a new `revert-all-at-newline' variable. If enabled, readline will undo all outstanding changes to all history lines when `accept-line' is executed. j. If the kernel supports it, readline displays special characters corresponding to a keyboard-generated s

Readline-6.0 available for FTP

2009-02-23 Thread Chet Ramey
e lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, ITS, CWRUc...@case.eduhttp://tiswww.tis.case.edu/~chet/ -- 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/

Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.3-3

2017-05-15 Thread Chet Ramey
ve to be a cygwin-specific fix; it works elsewhere. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/ signature.asc Description: OpenPGP digital signature