caldwell/build-emacs

Emacs logs error message to terminal

Opened this issue · 1 comments

I have aliases for launching Emacs from Terminal.app.

emacs='/Applications/Emacs.app/Contents/MacOS/Emacs -nw'
gmacs='/Applications/Emacs.app/Contents/MacOS/Emacs '

When launching a GUI emacs, the following error message is emitted to the terminal:

2022-04-30 08:15:21.138 Emacs-x86_64-10_14[8826:2369480] It's not legal to call -layoutSubtreeIfNeeded on a view which is already being laid out. If you are implementing the view's -layout method, you can call -[super layout] instead. Break on void _NSDetectedLayoutRecursion(void) to debug. This will be logged only once. This may break in the future.

Obviously the error message needs to be fixed, but is there a way to hide it in the meantime?