⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{IDE}} '''Emacs''' is a set of text editors controlled by [[Emacs Lisp]]. The two main types of Emacs are GNU Emacs and XEmacs. Usually, people just call them "Emacs".

Gnu Emacs calls itself an "extensible, customizable, self-documenting, real-time display editor."

Features of both forms of Emacs include syntax highlighting for a variety of [[programming language|programming languages]], easy movement through documents, and keyboard macros.

Plugins and [[libraries]] can be used in conjunction with emacs to make it do more interesting things like diffs, play text games, and view email.

  • [http://www.gnu.org/software/emacs/ GNU Emacs]
  • [http://www.xemacs.org/ XEmacs]

[[Category:Editor]]