Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Send Log And Debug Messages To the *Messages* Buffer In Emacs

You can do this which shows the message in the echo area as well as adds it to the *Messages* buffer

lisp
(message "The quick brown fox")

You can send faces that show up in the echo area, but they are stripped when sent into the *Messages* buffer