Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs logs error message to terminal #119

Open
posguy99 opened this issue Apr 30, 2022 · 1 comment
Open

Emacs logs error message to terminal #119

posguy99 opened this issue Apr 30, 2022 · 1 comment

Comments

@posguy99
Copy link

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?

@posguy99
Copy link
Author

Additional discussion in this thread, which claims v28 fixes it. It doesn't.

https://stackoverflow.com/questions/70781126/when-i-edit-a-file-with-emacs-i-get-a-strange-error-how-do-i-fix-this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant