Ok, now Test behaves correctly in the False and Blahblahblah cases:

  Test          always-happens         # rc is Match
  Test ()       always-happens         # rc is Match
  Test (True)   always-happens         # rc is Match
  Test (False)  never-happens          # rc is NoMatch
  Test (!True)  never-happens          # rc is NoMatch
  Test (!False) always-happens         # rc is Match
  Test (Blahblahblah)  never-happens   # rc is Error
  Test (!Blahblahblah) never-happens   # rc is Error

It is not difficult to add IsTrue condition if you still need one.

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to