bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1795: shell problem


From: Mauro Aranda
Subject: bug#1795: shell problem
Date: Sat, 24 Sep 2022 08:21:01 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Lars Ingebrigtsen <larsi@gnus.org> writes:

> relson@osage writes:
>
>> Within an emacs bash shell, using "!!" to re-execute a command with
>> "$( ... )" in it results in a space inserted between the dollar sign
>> and the left paren.  The inserted space should _not_ be present.
>
> (I'm going through old bug reports that unfortunately weren't resolved
> at the time.)
>
> I'm unable to reproduce this in any Emacs versions I have (Emacs 25.1
> and up):

While I can't reproduce the original recipe from Bug#1795, the problem
is still there.  Look at the recipes in Bug#5007 or Bug#8027, or try
this:

M-x shell
cat <(date)
!!
Type M-p

You'll see that the command has been modified and now reads:
cat < ( date )








reply via email to

[Prev in Thread] Current Thread [Next in Thread]