Re: Bug: Ligatures are removed as one character

2024-02-25 Thread Martin D Kealey
n Fri, 23 Feb 2024, Chet Ramey wrote: > On 2/19/24 9:26 PM, Avid Seeker wrote: > > When pressing backspace on Arabic ligatures (including characters with > > diacritics), they are removed as if they are one character. > > As you might guess, readline doesn't know much about Arabic, per se. In a > U

Re: It is possible to remove the readonly attribute from {BASH, SHELL}OPTS

2024-02-25 Thread Martin Kealey
On Fri, 23 Feb 2024, Robert Elz wrote: > | Yes, that's exactly the point, to *avoid* dynamic scoping. I want the > | equivalent of Perl's "my", rather than Perl's "local". > > Lexical scoping does not, that is, cannot, work with the shell > language as it is defined, if you want that you need