How do I find out if compilation was successful or not?
I would like to have a variable compilation-no-error
set to true after successful compilation.
I looked at variables and functions starting with compilation-...
, but I could not find a simple solution.