[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature request: prompt strings in output from edit-and-execute-comm
From: |
Oğuz |
Subject: |
Re: Feature request: prompt strings in output from edit-and-execute-command readline function ( was About `M-C-e` expand result `'` failed ) |
Date: |
Sun, 4 Feb 2024 05:43:39 +0200 |
On Sunday, February 4, 2024, Zachary Santer <zsanter@gmail.com> wrote:
>
> While I'm making feature requests.
>
I want to make one too. Multiline commands retrieved from history can be
short-circuited like this:
$ ls
x y
$ echo '
> rm *
> ' >z
$
$ ls
x y z
$ echo ''
rm *
' >z
> ^C
$ ls
$
After the second invocation of `ls' I add a single quote and hit enter
accidentally, and lose all my files. I wish it didn't happen
--
Oğuz
- Re: About `M-C-e` expand result `'` failed, Andreas Schwab, 2024/02/01
- Re: About `M-C-e` expand result `'` failed, Zachary Santer, 2024/02/01
- Re: About `M-C-e` expand result `'` failed, Chet Ramey, 2024/02/02
- Re: About `M-C-e` expand result `'` failed, Zachary Santer, 2024/02/02
- Re: About `M-C-e` expand result `'` failed, Chet Ramey, 2024/02/02
- Feature request: prompt strings in output from edit-and-execute-command readline function ( was About `M-C-e` expand result `'` failed ), Zachary Santer, 2024/02/03
- Re: Feature request: prompt strings in output from edit-and-execute-command readline function ( was About `M-C-e` expand result `'` failed ),
Oğuz <=
- Re: Feature request: prompt strings in output from edit-and-execute-command readline function ( was About `M-C-e` expand result `'` failed ), Chet Ramey, 2024/02/06
- Re: Feature request: prompt strings in output from edit-and-execute-command readline function ( was About `M-C-e` expand result `'` failed ), Oğuz, 2024/02/06
- Re: Feature request: prompt strings in output from edit-and-execute-command readline function ( was About `M-C-e` expand result `'` failed ), Chet Ramey, 2024/02/06
- Re: Feature request: prompt strings in output from edit-and-execute-command readline function ( was About `M-C-e` expand result `'` failed ), Chet Ramey, 2024/02/06
- Re: Feature request: prompt strings in output from edit-and-execute-command readline function ( was About `M-C-e` expand result `'` failed ), Zachary Santer, 2024/02/06
- Re: About `M-C-e` expand result `'` failed, Martin D Kealey, 2024/02/04