Re: Help with recipe1996-04-13 16:36:25Hal Wine suggested to John Black: | This won't work as written. First, you probably mean: | * ^TO.*jbrown Er, no. John is better of with this: * ^TOjbrown or in the latest versions, probably this: * ^TO_jbrown The expansions of the ^TO and ^TO_ macros already end in an expression similar to ".*" that in fact fixes a few problems that ".*" would cause. Adding ".*" negates that bonus.
|
|