<div dir="ltr">I downloaded the latest v5 code and installed, and copied the defs.rem into my directory.   I'm getting LOTS of te new error starting on line 308 in that file.<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>-- <br>Justin B. Alcorn</div><div>The views expressed are not necessarily my own, much less anyone else's<br>PGP Fingerprint CCEB F776 C3FD 1050 C8DB  532E B8B9 BED7 7764 406C</div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 21, 2024 at 1:07 PM Dianne Skoll via Remind-fans <<a href="mailto:remind-fans@lists.skoll.ca">remind-fans@lists.skoll.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi, everyone,<br>
<br>
Prompted by a personal email from someone looking for support, I've made<br>
a couple of changes to the Remind parser for the next release that might<br>
cause some warnings to be issued for previously-valid reminder files.<br>
<br>
In the existing version:<br>
<br>
   This is a line<br>
<br>
is equivalent to:<br>
<br>
   REM MSG This is a line<br>
<br>
That is, if Remind can't parse the first token of a line, it assumes<br>
it's just a MSG-type body.<br>
<br>
Also:<br>
<br>
   REM Jun Hello!<br>
<br>
is equivalent to:<br>
<br>
   REM Jun MSG Hello!<br>
<br>
That is, if Remind can't parse a token in a trigger specification, it assumes<br>
it's the start of a MSG-type body.<br>
<br>
In the next release, these types of lines will still be parsed the same<br>
way, but will issue warnings.  In the first case, the warning will be<br>
"Unrecognized command; interpreting as REM" and in the second case, it will be<br>
"Missing REM type; assuming MSG"<br>
<br>
I had to change some of the files that ship with Remind to avoid these<br>
warnings, and it's possible/likely you'll need to update your files<br>
too.  The rationale for this change is that if a future version of<br>
Remind introduces new keywords, old reminder files might suddenly<br>
start behaving very differently.  Better to have everything be<br>
explicit.<br>
<br>
If you are vehemently opposed to this change, please speak up.  I will<br>
not revert it, but I might consider a command-line flag to suppress the<br>
warnings.<br>
<br>
Regards,<br>
<br>
Dianne.<br>
_______________________________________________<br>
Remind-fans mailing list<br>
<a href="mailto:Remind-fans@lists.skoll.ca" target="_blank">Remind-fans@lists.skoll.ca</a><br>
<a href="https://dianne.skoll.ca/mailman/listinfo/remind-fans" rel="noreferrer" target="_blank">https://dianne.skoll.ca/mailman/listinfo/remind-fans</a><br>
Remind is at <a href="https://dianne.skoll.ca/projects/remind/" rel="noreferrer" target="_blank">https://dianne.skoll.ca/projects/remind/</a><br>
</blockquote></div>