Re: [PATCH 9/9] doc/bash.1: Resync w/ lib/readline/doc/readline.3.

2025-01-02 Thread Chet Ramey
On 12/31/24 8:33 PM, G. Branden Robinson wrote: At 2024-12-31T13:05:30-0500, Chet Ramey wrote: On 12/30/24 8:16 PM, G. Branden Robinson wrote: Since I maintain six separate documents, the style I choose usually depends on the style for the document where a particular piece of text originates.

Re: [PATCH 6/9] Slightly revise documentation of POSIX mode.

2025-01-02 Thread Chet Ramey
On 12/31/24 7:49 PM, G. Branden Robinson wrote: POSIX is pronounceable. I tried to communicate my knowledge of that. I assumed that was why you, or the person who asked you to change the styling of "POSIX" in bashref.texi, made the choice of small caps. Yep, we agree. A style guide for t

Re: make test errata (part 3)

2025-01-02 Thread Oğuz
On Thursday, January 2, 2025, Martin D Kealey wrote: > > On Thu, 2 Jan 2025 at 14:25, Oğuz wrote: > >> I don't see any upsides either. What's the point? >> > > New features don't have to make sense to everyone > If adding that feature involves merging 5k lines of unaudited code it should do mor

5.3.0-beta: readline mishandles prompt with inivisible characters that wraps around

2025-01-02 Thread Andreas Schwab
$ PS1="\[$(tput bold)\]\w\\\$\[$(tput sgr0)\] " $ cd /tmp $ for i in 1 2 3 4 5 6 7 8; do mkdir 1234567890; cd 1234567890; done The second line of the prompt is not rendered in bold, and as the edited line gets longer the cursor jumps to the leftmost screen column. -- Andreas Schwab, sch...@linux