Re: simple prob?

2021-06-30 Thread Chet Ramey
On 6/29/21 5:05 PM, L A Walsh wrote: So...hmmm...how is it that jobs picks up the right answer in what would seem to be a subshell?  Special cased? Yes. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech,

Re: bash on Tru64

2021-06-30 Thread Chet Ramey
On 6/29/21 4:38 PM, Jay K wrote: rm -f man2html.o cc -c  -DHAVE_CONFIG_H -DSHELL  -I/usr/users/jay/s/bash-5.1.8 -I..   -g -Wno-parentheses -Wno-format-security man2html.c cc  -DHAVE_CONFIG_H -DSHELL  -I/usr/users/jay/s/bash-5.1.8 -I..   -g -Wno-parentheses -Wno-format-security man2html.o -o ma

Re: bash on Tru64

2021-06-30 Thread Chet Ramey
On 6/29/21 4:38 PM, Jay K wrote: rm -f man2html.o cc -c  -DHAVE_CONFIG_H -DSHELL  -I/usr/users/jay/s/bash-5.1.8 -I..   -g -Wno-parentheses -Wno-format-security man2html.c cc  -DHAVE_CONFIG_H -DSHELL  -I/usr/users/jay/s/bash-5.1.8 -I..   -g -Wno-parentheses -Wno-format-security man2html.o -o ma

Re: bash on Tru64

2021-06-30 Thread Jay K
> Did the same thing happen when linking builtins/mkbuiltins? Yes. > make rm -f mksyntax cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"alphaev67"' -DCONF_OSTYPE='"osf5.1b"' -DCONF_MACHTYPE='"alphaev67-dec-osf5.1b"' -DCONF_VENDOR='"dec"' -DLOCALEDIR='"/usr/users/jay/share/locale"' -DPACKAGE='"bash"' -

Re: bash on Tru64

2021-06-30 Thread Chet Ramey
On 6/30/21 3:34 PM, Jay K wrote: Did the same thing happen when linking builtins/mkbuiltins? Is this gcc? -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/

Re: bash on Tru64

2021-06-30 Thread Jay K
> Is this gcc? No, sorry if that wasn't clear. This is "native" cc. > which cc /usr/bin/cc > cc -V Compaq C V6.5-303 (dtk) on HP Tru64 UNIX V5.1B (Rev. 2650) Compiler Driver V6.5-302 (dtk) cc Driver - Jay From: Chet Ramey Sent: Wednesday, June 30, 2021

Re: bash on Tru64

2021-06-30 Thread Chet Ramey
On 6/30/21 4:05 PM, Jay K wrote:  > Is this gcc? No, sorry if that wasn't clear. This is "native" cc. OK, that gives me a pretty good idea about the root cause. Thanks. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates C

Re: shell-backward-kill-word needs to behave more like werase

2021-06-30 Thread Basin Ilya
Upgrading to bash5.1 solved the problem. On 29.06.2021 14:26, Basin Ilya wrote: > I'll try to build bash 5 for Cygwin and reply here > > On 29.06.2021 11:00, Andreas Schwab wrote: >> On Jun 29 2021, Basin Ilya wrote: >> >>> However, shell-backward-kill-word erases the word immedeately >>> precedi