GNU bug report logs -
#1795
shell problem
Previous Next
Full log
Message #48 received at 1795 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> relson <at> 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 )
This bug report was last modified 2 years and 264 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.