Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

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

Code

(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