In many programming tasks it is helpful to be able to write log messages or display alerts to see what code is executing. I am having a bit of trouble with my emacs init file and I was wondering if there was some way to write some sort of log messages from it.
C-h f message
to add to the*Messages*
buffer (C-h e
to jump to that).