Bug 1968143

Summary: readline-8.1-2 sets enable-bracketed-paste on, changing paste behavior
Product: [Fedora] Fedora Reporter: Clay Jordan <claywj>
Component: readlineAssignee: Siteshwar Vashisht <svashisht>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 34CC: jan, jan.kratochvil, jaromir.capik, jchaloup, kdudka, svashisht
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-10-01 05:54:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Clay Jordan 2021-06-06 05:06:03 UTC
Description of problem:

FC33 and previous, if you pasted multiple lines into a terminal session, each would be executed in turn as enable-bracketed-paste was off. With it on by default, instead it creates and editable buffer and ignores line feeds.

The later may actually be safer but it's not in the release notes and not common knowledge how to change it. 

Version-Release number of selected component (if applicable):

readline-8.1-2 on FC34

How reproducible:

bind -V | grep bracket # will show the current setting
cut any two lines and paste with it on vs off.

Steps to Reproduce:
see above

Actual results:
new behavior 

Expected results:
old behavior, noted in release notes or added to /etc/inputrc, which has not changed in the last two releases at least.

Additional info:

Comment 1 Kamil Dudka 2021-06-07 07:27:57 UTC
This is a duplicate of bug #1954366.

Comment 2 Siteshwar Vashisht 2021-10-01 05:54:14 UTC

*** This bug has been marked as a duplicate of bug 1954366 ***