- Subject: DFA problem
 
- From: Morten Bo Johansen <mojo@xxxxxxxx>
 
- Date: Fri, 18 Jul 2003 17:59:20 +0200
 
Can anyone tell me why these two rules are mutually exclusive?
   dfa_define_highlight_rule ("\".*[^\"]$", missquote, name);
   dfa_define_highlight_rule ("\\\\n", lbreak, name);
   
The first highlights all lines that has a double quote
somewhere in the line, followed by any characters and which 
are not terminated by a double quote. The second just highlights 
the newline literal "\n".
They work individually but not together and I don't understand
why.
   
Morten
-- 
"I don't like money actually, but it quiets my nerves." (Joe Louis)
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
  [2003 date index]
  [2003 thread index]
  
  [Thread Prev] [Thread Next]
      
  [Date Prev] [Date Next]