Re: change in '=' evaluation?

2012-03-23 Thread John Wiegley
> Jim Robinson > writes: > Hi, Perhaps I always had the syntax wrong but the latest build of 'next' is > telling me it does not like: > = expr tag use-tax and note ca-2012 and expr account=~/^Expenses/ Correct, this is invalid syntax. 'expr' causes everything to the right to be eval

change in '=' evaluation?

2012-03-23 Thread Jim Robinson
Hi, Perhaps I always had the syntax wrong but the latest build of 'next' is telling me it does not like: = expr tag use-tax and note ca-2012 and expr account=~/^Expenses/ it appears to be OK with this: = tag use-tax and note ca-2012 and expr account=~/^Expenses/ using the latter with the l