"Sean O'Rourke" seano@cs.ucsd.edu writes:
I think both should just generate warnings rather than erroring out -- it makes much more sense to warn the user and give him/her a chance to continue:
(unless (y-or-n-p "Version mismatch with $FILE. Proceed anyways?") (error ...))
than to simply refuse to start.
I decided not to bother and stay with current simple and predictable strategy.
Helmut.