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

Re: [StrongED] modewhen rules include abort



In message <c9dc4fe250.jr@xxxxxxxxxxxxxxxxxxxxx>
          rickman@xxxxxxxxxxxxx wrote:

>
> I am trying to define a "Rules include" line in a modewhen file to
> detect filenames that start with a dash "-"
>
> After putting this line in the Modewhen file:-
>   fff,**-**

The pattern you've defined will match any path that has a dash in it
somewhere. To catch filenames starting with a dash it would be better
to use this:

  fff, **.-*

> I get abort on data transfer at &F760 when I try  to open a file with
> a filename of -readme

Please include the version number when reporting bugs, especially when
quoting abort addresses as without the version number they are pretty
meaningless.

I've been unable to recreate the problem, could you please retry and see
if the bug can be reproduced. If so, then please provide detailed steps
of how to invoke the bug.

Cheers,

Fred.

-- 
StrongED developer
http://www.stronged.iconbar.com/

-- 
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxxxxx