We are still actively working on the spam issue.

Difference between revisions of "Emacs"

From InstallGentoo Wiki
Jump to: navigation, search
m (Updated icon, changed introduction, and added more links)
Line 1: Line 1:
[[File:Emacs_512.png|thumb|GNU Emacs logo.]]
+
[[File:Icon_Emacs.png|thumb|GNU Emacs logo.]]
  
 
{{stub}}
 
{{stub}}
  
'''Emacs''' is a text editor originally created by [[Richard Stallman]] and Guy L. Steele, Jr.
+
'''Emacs''' (Editor MACroS) is an extensible, customizable, text editor. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.
  
 
It is often lovingly referred to as its own self-contained operating system. There is a humors feud between users of VIM and users of Emacs. Followers of Emacs are called members of The Church of Emacs. You can read about this [https://stallman.org/saint.html here].
 
It is often lovingly referred to as its own self-contained operating system. There is a humors feud between users of VIM and users of Emacs. Followers of Emacs are called members of The Church of Emacs. You can read about this [https://stallman.org/saint.html here].
Line 17: Line 17:
  
 
== External links ==
 
== External links ==
* [https://gnu.org/software/emacs/ Official website]
+
* [https://gnu.org/software/emacs/ GNU Emacs website]
 +
* [https://www.gnu.org/software/emacs/manual/ Manuals for Emacs and Emacs Lisp]
 +
* [https://www.emacswiki.org/emacs/SiteMap Emacs Wiki]
  
 
[[Category:GNU/Linux]]
 
[[Category:GNU/Linux]]
 
[[Category:Productivity]]
 
[[Category:Productivity]]
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 01:37, 19 March 2019

GNU Emacs logo.

Emacs (Editor MACroS) is an extensible, customizable, text editor. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.

It is often lovingly referred to as its own self-contained operating system. There is a humors feud between users of VIM and users of Emacs. Followers of Emacs are called members of The Church of Emacs. You can read about this here.

History

Richard Stallman began writing GNU Emacs in 1984 has a free software alternative to the proprietary Gosling Emacs.

This was the first program released by the GNU Project.

Plan9 doesn't like Emacs. This is the man page for it. Very clearly they are against it. Also this happened.

GNU Emacs is frequently mentioned in jokes on the GNU Humor Archive, and even has a song.

External links