Message-Id: <199903111347.HAA28052@darwin.sfbr.org> Date: Thu, 11 Mar 1999 07:47:28 -0600 (CST) From: Jeff Williams Subject: bash 2.03 beta binary To: djgpp AT delorie DOT com Cc: snowball3 AT usa DOT net MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: p0XemzbJEvirw5bghYBclg== X-Mailer: dtmail 1.2.0 CDE Version 1.2 SunOS 5.6 sun4m sparc Reply-To: djgpp AT delorie DOT com Mark E., Thank you *sooo* much for working on a port of bash 2.03. I downloaded the most recent beta binary (the optimized one that uses malloc from libc) and tried it out. I made no changes to my djgpp setup; I just invoke the 2.03 bash.exe (as a login shell) instead of the 1.14.7 binary. The only difference I see so far is that the 2.03 bash does not read the _inputrc file for readline, and therefore starts in emacs editing-mode rather than my preferred vi editing-mode. I can `source' the _inputrc file from bash, or source it from the _bprof file during bash startup, but I do not have to do this with 1.14.7. jt [_inputrc file follows] # for bash's readline $if BASH # variables set bell-style none set visible-stats on set editing-mode vi set horizontal-scroll-mode off $if mode=emacs # key bindings for emacs # # translation characters for extended keys: # "\e[0": no shifts, "\e[1": SHIFT, "\e[2": CTRL, "\e[3": ALT # "A": UP, "B": LEFT, "C": RIGHT, "D": DOWN, "E": INS, "F": DEL # "G": HOME, "H": END, "I": PAGE UP, "J": PAGE DOWN # "XA": F1, "XB": F2, ... "XL": F12 # "\e[0A": previous-history [snipped] "\e[3XC": "ALT + Function Key 3" $endif $endif