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

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

bug#50366: 28.0.50; Wrong parenthesis mismatch message


From: Lars Ingebrigtsen
Subject: bug#50366: 28.0.50; Wrong parenthesis mismatch message
Date: Sat, 04 Sep 2021 08:45:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

PEDRO ANDRES ARANDA GUTIERREZ <paranda@it.uc3m.es> writes:

> Create a 'stupid' bash script file with the shbang only outside emacs
> #!/bin/bash
> Then type:
> prueba=$(echo $PATH | sed 's|/home/paag|$HOME|g')
> When you close the parenthesis at the end of the line, you get a 'mismatched
> parenthesis' error message, when there is no such mismatch

Hm...  does the script have to be created outside of Emacs?

I tried to reproduce this, but I was unable to (with "emacs -Q") -- if I
have

#!/bin/bash

prueba=$(echo $PATH | sed 's|/home/paag|$HOME|g'

and then type a ) at the end of that line, I don't get a mismatch
message.  Are there any additional steps necessary to reproduce the
problem?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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