Bug: Ligatures are removed as one character

2024-02-19 Thread Avid Seeker
When pressing backspace on Arabic ligatures (including characters with diacritics), they are removed as if they are one character. Example: السَّلامُ Pressing 3 backspaces leaves the word at ال. It removed لا which is a ligature combining "ل" and "ا", and removed "م" with diacritics. Compare

[PATCH v2] tests/array.tests: using grep -v -e instead of egrep

2024-02-19 Thread Xiangyu Chen
From: Xiangyu Chen The console ouput lots of egrep warning message, those message causes test case fail in diff stage. According the message, using grep -v -e instead of egrep. Warning message: --- 9d8 < egrep: warning: egrep is obsolescent; using grep -E 31d29 < egrep: warning:

Re: [PATCH] retry opening startup files on EINTR

2024-02-19 Thread Chet Ramey
On 2/7/24 1:33 AM, Grisha Levit wrote: I have some dotfiles symlinked to storage backed by a macOS File Provider extension (e.g. Dropbox): $ realpath ~/.bash_profile /Users/levit/Library/CloudStorage/Dropbox/profile/.bash_profile This normally works fine, except when my terminal

Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Kerin Millar
On Mon, 19 Feb 2024, at 1:29 PM, Oğuz wrote: > On Monday, February 19, 2024, Lawrence Velázquez wrote: >> >> On what system does this happen? The proposed changes might break the >> test suite on some older systems. >> > > Agreed. Those egrep invocations can be replaced with `grep -v -e >

Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Oğuz
On Monday, February 19, 2024, Lawrence Velázquez wrote: > > On what system does this happen? The proposed changes might break the > test suite on some older systems. > Agreed. Those egrep invocations can be replaced with `grep -v -e BASH_VERSINFO -e PIPESTATUS -e GROUPS' though. -- Oğuz

Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Robert Elz
Date:Mon, 19 Feb 2024 18:33:31 +0900 From:Koichi Murase Message-ID: | GNU grep started to output error messages in v3.8 (2022-09) for egrep, | so the test failure will be happening in most GNU/Linux distributions | soon. That (as in, gnu grep) should be

Re: possible bash bug bringing job. to foreground

2024-02-19 Thread alex xmb sw ratchev
On Sat, Feb 17, 2024, 20:54 Greg Wooledge wrote: > On Sat, Feb 17, 2024 at 07:41:43PM +, John Larew wrote: > > After further examination, the examples with "fg $$" and "fg $!" clearly > do not bring the subshell into the foreground, as they are evaluated prior > to the subshells background

Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Koichi Murase
2024年2月19日(月) 18:01 Lawrence Velázquez : > On Mon, Feb 19, 2024, at 4:08 AM, Xiangyu Chen wrote: > > From: Xiangyu Chen > > > > The console ouput lots of egrep warning message, those message causes > > test case fail in diff stage. > > On what system does this happen? The proposed changes might

Re: [PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Lawrence Velázquez
On Mon, Feb 19, 2024, at 4:08 AM, Xiangyu Chen wrote: > From: Xiangyu Chen > > The console ouput lots of egrep warning message, those message causes > test case fail in diff stage. On what system does this happen? The proposed changes might break the test suite on some older systems. -- vq

[PATCH] tests/array.tests: using grep -E instead of egrep

2024-02-19 Thread Xiangyu Chen
From: Xiangyu Chen The console ouput lots of egrep warning message, those message causes test case fail in diff stage. According the message, using grep -E instead of egrep. Warning message: --- 9d8 < egrep: warning: egrep is obsolescent; using grep -E 31d29 < egrep: warning: egrep