Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 3
    Fantastic introductory summary, great graphic. For the full pedantic detail, there's one other thing to know about Emacs "frames": they extend the graphic-user-interface concept of multiple independent overlapping floating windows to the text-user-interface, that is, the terminal. So when running Emacs in the terminal, you still have frames at your disposal, it's just that (in contrast to a GUI) you can only see one at a time (unless you use tmux or GNU Screen). In practice you will usually only use and want one frame when running Emacs in the terminal, but the option is still there. Commented Nov 24, 2021 at 9:30
  • @PhilHudson: great addition, thanks. I only ever use Emacs in the GUI, so didn't know about the frames-on-the-terminal point you added. Commented Nov 24, 2021 at 12:40