Jump to content

GNU Emacs: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
Line 25: Line 25:


==Publications==
==Publications==
* Michael A. Schoonover; John S. Bowie; William R. Arnold: ''GNU Emacs'' - Addison-Wesley 1991, ISBN 0-201-56345-2
* Michael A. Schoonover; John S. Bowie; William R. Arnold: ''GNU Emacs: UNIX Text Editing and Processing'' - Addison-Wesley 1991, ISBN 0-201-56345-2
* Dennis Gentry: ''GNU Emacs Reference'' - Specialized Systems Consultants 1995, ISBN 0-916151-83-2
* Debra Cameron, Bill Rosenblatt, Eric Raymond: ''Learning GNU Emacs'' - O'Reilly 1996, ISBN 1-56592-152-6
* Debra Cameron, Bill Rosenblatt, Eric Raymond: ''Learning GNU Emacs'' - O'Reilly 1996, ISBN 1-56592-152-6
* Bob Glickstein: ''Writing GNU Emacs Extensions'' - O'Reilly 1997, ISBN 1-56592-261-1
* Bob Glickstein: ''Writing GNU Emacs Extensions'' - O'Reilly 1997, ISBN 1-56592-261-1

Revision as of 14:10, 25 October 2020

GNU Emacs
[[File:{{{Picture}}}|128px]]
Name GNU Emacs
Version 26.2 (2019)
Vendor Free Software Foundation
Author
Licence GNU GPL v3
WWW https://www.gnu.org/software/emacs/

GNU Emacs is an extensible and 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.

Features

Syntax highlighting

Emacs traditionally does not support syntax highlighting, so you had to write your own mode for that to happen (mode is GNU speak for a filter), the version available for OS/2 used an older method to make this happen so the tutorials on the net are not 100% applicable, but you can use the Modula-2 mode listed in the links section below as a model for your own mode. It is not as difficult as it may seem at first.

Versions

  • May 1992: 18.58.3 for OS/2 2.0 [1]
  • 1995: 19.30
  • May 1996: 19.31
  • Aug 1996: 19.33
  • Jul 1999: 20.3.1
  • Nov 2000: 20.6 (OS/2 port by Jeremy Bowen)
  • 25.3 (Sep 2017)
  • 26.2 (Apr 2019)

Publications

  • Michael A. Schoonover; John S. Bowie; William R. Arnold: GNU Emacs: UNIX Text Editing and Processing - Addison-Wesley 1991, ISBN 0-201-56345-2
  • Dennis Gentry: GNU Emacs Reference - Specialized Systems Consultants 1995, ISBN 0-916151-83-2
  • Debra Cameron, Bill Rosenblatt, Eric Raymond: Learning GNU Emacs - O'Reilly 1996, ISBN 1-56592-152-6
  • Bob Glickstein: Writing GNU Emacs Extensions - O'Reilly 1997, ISBN 1-56592-261-1
Articles

Links