WikiHashtags
(Created page with "GNU Emacs is an extensible and customizable text editor among the most used within the scientific and the software developer communities. The core of GNU Emacs is an interpreter ...")
 
No edit summary
 
Line 1: Line 1:
GNU Emacs is an extensible and customizable text editor among the most used within the scientific and the software developer communities. The core of GNU Emacs is an interpreter for Emacs Lisp, a dialect of the [http://en.wikipedia.org/wiki/Lisp_programming_language Lisp programming language] with extensions to support text editing.
+
[http://en.wikipedia.org/wiki/GNU GNU] [http://www.gnu.org/software/emacs/ Emacs] is an extensible and customizable text editor among the most used within the scientific and the software developer communities. The core of GNU Emacs is an interpreter for Emacs Lisp, a dialect of the [http://en.wikipedia.org/wiki/Lisp_programming_language Lisp programming language]
  +
with extensions to support text editing.
  +
  +
GNU Emacs is [http://www.gnu.org/philosophy/free-sw.html '''free software'''] and among the features it provides:
  +
*Content-sensitive editing modes, including syntax highlighting, for several file types (e.g plain text, source code, HTML, ...).
  +
*Complete built-in documentation, including a tutorial for new users.
  +
*Full [http://unicode.org/ Unicode] support for nearly all human languages and their scripts.
  +
*Highly customizable, using Emacs Lisp code or a graphical interface.
  +
*A large number of extensions that add other functionality, including a [http://www.gnu.org/software/emacs/manual/org.html project planner], [http://www.gnu.org/software/emacs/manual/gnus.html mail and news reader], [http://www.gnu.org/software/emacs/manual/html_node/emacs/Debuggers.html debugger interface], [http://www.gnu.org/software/emacs/manual/html_node/emacs/Calendar_002fDiary.html calendar], and more. Many of these extensions are distributed with GNU Emacs; others are [http://www.gnu.org/software/emacs/#Further available separately].
  +
  +
[[Category:Free software]]
  +
[[Category:Editor]]
  +
[[Category:Lisp]]
  +
[[Category:Gnu]]
 
[[Category:Free software]]
 
[[Category:Free software]]
 
[[Category:Editor]]
 
[[Category:Editor]]

Latest revision as of 09:08, 27 December 2011

GNU Emacs is an extensible and customizable text editor among the most used within the scientific and the software developer communities. The core of GNU Emacs is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.

GNU Emacs is free software and among the features it provides:

  • Content-sensitive editing modes, including syntax highlighting, for several file types (e.g plain text, source code, HTML, ...).
  • Complete built-in documentation, including a tutorial for new users.
  • Full Unicode support for nearly all human languages and their scripts.
  • Highly customizable, using Emacs Lisp code or a graphical interface.
  • A large number of extensions that add other functionality, including a project planner, mail and news reader, debugger interface, calendar, and more. Many of these extensions are distributed with GNU Emacs; others are available separately.