Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16136

Re: [PATCH] Add active mark, face support; activate mark on paste

From gentoo_eshoes@tutanota.com
Newsgroups gnu.bash.bug
Subject Re: [PATCH] Add active mark, face support; activate mark on paste
Date 2020-04-15 16:37 +0200
Message-ID <mailman.323.1586961441.3066.bug-bash@gnu.org> (permalink)
References (4 earlier) <M4glUEn--3-2@tutanota.com> <M4h5hzL--Z-2@tutanota.com> <M4uRTLa--3-2@tutanota.com> <b8ea13c8-c7bd-b644-3c3e-34cb59fd9c72@case.edu> <M4yGRLk--3-2@tutanota.com>

Show all headers | View raw


Apr 14, 2020, 22:53 by chet.ramey@case.edu:

> On 4/14/20 4:46 PM, gentoo_eshoes@tutanota.com wrote:
>
>> Another 'face' issue(the 3rd?) I just noticed now:
>> if I paste something that has "\n" inside it, like these 3 lines(only the first 2 lines have \n, but doesn't matter):
>> -bash: mk_add_options: command not found
>> -bash: mk_add_options: command not found
>> -bash: mk_add_options: command not found
>>
>> then they are all pasted on the same line, so I have to manually press Enter to execute the line.
>>
>
> This is the expected behavior with bracketed-paste enabled. The pasted text
> is `bracketed' by a start and end sequence -- that's how the face code
> knows what's been pasted and to highlight it -- and any embedded editing
> characters, like newline, are simply added to the editing buffer. The
> face code enables bracketed paste by default, since it doesn't make much
> sense to test it without bracketed paste enabled.
>
Good to know. This is actually pretty good: it can act like a security feature for when pasting copied text that could be dangerous, especially since I've disabled xfce4-terminal's Preferences->General->[ ] Show unsafe paste dialog

This is actually a (nice)feature. Thank you!

Now I have the choice of pressing C-c if I ever accidentally MMB paste multi-megabyte-line text onto the command line, rather than having each line executed (which I would previously prevent via unsafe paste dialog mentioned above)

Quite nice.

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: [PATCH] Add active mark, face support; activate mark on paste gentoo_eshoes@tutanota.com - 2020-04-15 16:37 +0200

csiph-web