Emacs Debugging Basics
If you are new to Emacs, you may run into some errors, especially after you absorb elisp snippets from the Internet or elsewhere.
Don't panic. It happens. To ease your pain, in this post I will introduce some Emacs built-in features to help you solve the problems yourself.
Start Emacs Without Any Configurations When you have some problems/errors with built-in features, the first thing you should do is to run emacs -Q to start another Emacs instance without any configurations from your emacs.
[Read More]