On 02 Jun 2006 13:02:47 +0200, stu wrote:
> 
> +   D Current (!Shaded) Style "$[w.name]" $1

As it was mentioned by Olivier, you would better use WindowStyle here.
But regardless of this, you should not quote $[w.name]. The intention is
to already properly quote it, i.e. surround with single quotes and prefix
all contained single quotes with a backslash (just like deprecated $n).

Otherwise any window name that includes double quotes breaks your line.

This intention was broken, but I just fixed it in cvs. So in the future,
please don't add any additional quotes in lines like:

  Style $[w.resource] !Title

Currently only window name related variables are expanded like this.

Regards,
Mikhael.

Reply via email to