Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs statusbar documentation

Tags:

emacs

There are a lot of abbreviations on the emacs status bar and no good way to decode them. This article was the most helpful. I could not find the word "status bar" in the Emacs manual. Does anyone know where I could find descriptions of how that status bar works?

like image 999
User1 Avatar asked Apr 16 '10 18:04

User1


People also ask

Where can I find an Emacs Manual?

Two Emacs manuals, the GNU Emacs manual and An Introduction to Programming in Emacs Lisp, can be purchased in printed form from the FSF store . These manuals, along with the Emacs Lisp Reference Manual and several other manuals documenting major modes and other optional features, can also be read online.

How do I enable the menu bar in Emacs?

The menu bar is a set of menus at the top of each Emacs frame. The menu bar is enabled by default. You can type the command M-x menu-bar-mode to toggle it on and off temporarily. Add (menu-bar-mode 1) to the end of your init file.

How do I get help with GNU Emacs?

The Emacs distribution includes the full source code for the manuals, as well as several Emacs Reference Cards in various languages. To ask for help with GNU Emacs, use the mailing list [email protected] or the newsgroup gnu.emacs.help . The mailing list and newsgroup are linked: messages posted on one appear on the other as well.

What is the license for Emacs?

Emacs Documentation, Release latest 2 Documentation CHAPTER1 Licence Copyright (C)2015Yi Tang Permissionisgranted to copy, distributeand/ormodify this document under the terms of the GNU Free Documentation License, Version1.3


1 Answers

Emacs calls it the mode line. You should read the manual. It contains exhaustive discussions on terminology which are (sadly) quite different from what most other programs employ.

Details are in the manual at:
C-hig (emacs) Mode Line RET

like image 182
Noufal Ibrahim Avatar answered Sep 21 '22 11:09

Noufal Ibrahim