Pavel Roskin writes: > > > - ($from = $2) =~ s/(\W)/\\$1/g; > > + ($from = $2) =~ s/(\W)/$1/g; > > I don't understrand this. This change will affect the traditional rules as > well. It should probably be a separate patch if it fixes a separate issue. > You may even need a test case. > Hi Pavel, Its a bug fix, the reason escapes me at the moment... > Everything else is fine. I'm sorry that I'm keeping bouncing your work, Perhaps I can return the favor one day <g> I will attempt the "one true patch" later in the week. Cheers, Alex.
- Re: PATCH: patsubst support Tom Tromey
- Re: PATCH: patsubst support Tom Tromey
- Re: PATCH: patsubst support Pavel Roskin
- Re: PATCH: patsubst support Akim Demaille
- Re: PATCH: patsubst support Alex Hornby
- Re: PATCH: patsubst support Pavel Roskin
- Re: PATCH: patsubst support Alex Hornby
- Re: PATCH: patsubst support Alex Hornby
- Re: PATCH: patsubst support Tom Tromey
- Re: PATCH: patsubst support Pavel Roskin
- Re: PATCH: patsubst support Alex Hornby
- Re: PATCH: patsubst support Tom Tromey
- Re: PATCH: patsubst support Tom Tromey
- Re: PATCH: patsubst support Tom Tromey
- Re: PATCH: patsubst support Derek R. Price
- Re: PATCH: patsubst support Tom Tromey