[Remind-Fans] Slight regression in Remind 3.1.5

David F. Skoll dfs at roaringpenguin.com
Wed Apr 16 17:16:29 EDT 2008


Hi,

There's a small regression in Remind 3.1.5.  The following command:


	SET a [1+3]

would set "a" to 4 in Remind 3.1.4 and earlier.  In Remind 3.1.5, it
results in a parse error.

The workaround is to remove the square brackets:

    	SET a 1+3

which is the preferred syntax anyway.  Unfortunately, going back to the old
behaviour is difficult, so as of 3.1.5, Remind won't let you enclose
the "SET" expression in square brackets.  I will fix the man page
to alert you to this for 3.1.6.

Regards,

David.



More information about the Remind-fans mailing list