how to load a file in fundamental mode in emacs

Viewed 713

When loading a file in emacs (via find-file), emacs loads the file into a buffer with the appropriate mode, invoking the appropriate handlers, etc. Sometimes, for debugging, I would like to be able to load a file directly into fundamental mode, without triggering anything else. What is the simplest way of doing this?

2 Answers
Related