bug-bash
[Top][All Lists]
Advanced

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

Re: how does escaping in "`...`" work?


From: Matthew Woehlke
Subject: Re: how does escaping in "`...`" work?
Date: Mon, 07 Jun 2010 18:15:27 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.23) Gecko/20090825 Fedora/2.0.0.23-1.fc10 Thunderbird/2.0.0.23 Mnenhy/0.7.5.0

Bob Proulx wrote:
Matthew Woehlke wrote:
How should bash interpret escapes in constructs like "`...`"?

The quoting rules for backticks are complex enough that the entire
construct has long been replaced with a completely different one.  I
strongly suggest that instead of struggling to get the backtick syntax
quoted satisfactorily that you use $(...) instead.  The rules there
are much more reasonable.

True, but... not really relevant. The original question deals with how kate should highlight this, ergo we need to know if the current behavior is intended. Using a syntax that doesn't confuse kate is a workaround, not a fix. (Also, if you'd read the bug report, you'd see I already suggested a work-around.)

--
Matthew
Please do not quote my e-mail address unobfuscated in message bodies.
--
Will your shell have salvation? Only if it's Bourne Again.




reply via email to

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