GNU Emacs#Extensibility

{{short description|GNU version of the Emacs text editor}}

{{About|a specific Emacs implementation|the class of text editors|Emacs}}

{{Infobox software

| title = GNU Emacs

| name = GNU Emacs

| logo = EmacsIcon.svg

| logo caption = Current GNU Emacs logo

| screenshot = GNU Emacs 26.2 screenshot.png

| caption = GNU Emacs 26.2 running on GNOME 3

| collapsible =

| author = Richard Stallman

| developer = GNU Project

| released = {{Start date and age|1985|03|20|df=yes}}

| discontinued =

| latest release version = {{wikidata|property|preferred|references|edit|Q1252773|P348|P548=Q2804309}}

| latest release date = {{wikidata|qualifier|preferred|single|Q1252773|P348|P548=Q2804309|P577}}

| latest preview version = {{wikidata|property|preferred-|references|edit|Q1252773|P348|P548=Q51930650}}

| latest preview date = {{wikidata|qualifier|preferred-|single|Q1252773|P348|P548=Q51930650|P577}}

| programming language = Emacs Lisp, C{{citation |url=https://www.openhub.net/p/emacs |publisher=Open Hub |work=Analysis Summary |title=GNU Emacs}}

| operating system = Unix-like (GNU, Linux, macOS, BSDs, Solaris), Windows, MS-DOS, Haiku{{cite web|title=Emacs machines list|url=https://www.gnu.org/software/emacs/MACHINES}}

| platform = Cross-platform

| size =

| language = English

| genre = Text editor

| license = GPL-3.0-or-later

| website = {{URL|https://www.gnu.org/software/emacs/}}

}}

GNU Emacs is a text editor and suite of free software tools. Its development began in 1984 by GNU Project founder Richard Stallman,{{Cite web |last=Stallman |first=Richard |author-link=Richard Stallman |title=The GNU Project |url=https://www.gnu.org/gnu/thegnuproject.html |archive-url=https://web.archive.org/web/20240903201004/https://www.gnu.org/gnu/thegnuproject.html |archive-date=2024-09-03}} based on the Emacs editor developed for Unix operating systems. GNU Emacs has been a central component of the GNU project and a flagship project of the free software movement.{{cite book|url=https://books.google.com/books?id=5fgn7Tg4Lt8C&pg=PT198|title=The Linux Programmer's Toolbox|isbn=9780132703048|last1=Fusco|first1=John|date=2007-03-06|publisher=Pearson Education }}{{cite book|url=https://books.google.com/books?id=pW6cAgAAQBAJ&pg=PT11|title=Learning GNU Emacs|isbn=9780596006488|last1=Cameron|first1=Debra|last2=Elliott|first2=James|last3=Loy|first3=Marc|last4=Raymond|first4=Eric|last5=Rosenblatt|first5=Bill|year=2005|publisher="O'Reilly Media, Inc." }}

The program's tagline is "the extensible self-documenting text editor."{{cite web|url=https://packages.debian.org/stable/editors/emacs|title=Debian – details of package Emacs in wheezy}} Most functionality in GNU Emacs is implemented in user-accessible Emacs Lisp,{{Cite web |title=GNU Emacs Lisp Reference Manual |url=https://www.gnu.org/software/emacs/manual/html_node/elisp/Introduction.html |access-date=2024-09-15 |website=www.gnu.org}} allowing deep extensibility directly by users and through community-contributed packages. Its built-in features include a file browser and editor (Dired), an advanced calculator (Calc), an email client and news reader (Gnus), a Language Server Protocol integration,{{Cite web |title=gnu.org |url=https://www.gnu.org/software/emacs/manual/html_mono/eglot.html |access-date=2024-09-15 |website=www.gnu.org}} and the productivity system Org-mode. A large community of users have contributed extensions such as the Git interface Magit, the Vim emulation layer Evil, several search frameworks, the window manager EXWM, and tools for working with a wide range of programming languages.

History

File:Richard Stallman - Fête de l'Humanité 2014 - 010.jpg, founder of the GNU Project and author of GNU Emacs]]

The original EMACS was written in 1976 by David A. Moon and Guy L. Steele Jr. as a set of macros for the TECO editor, and in 1984, Richard Stallman began work on GNU Emacs, to produce a free software replacement to the proprietary Gosling Emacs. GNU Emacs was initially based on Gosling Emacs, but Stallman's replacement of its Mocklisp interpreter with a true Lisp interpreter required that nearly all of its code be rewritten. This became the first program released by the then-nascent GNU Project. GNU Emacs is written in C and provides Emacs Lisp, also implemented in C, as an extension language. Version 13, the first public release, was made on March 20, 1985. The first widely distributed version of GNU Emacs was version 15.34, released later in 1985. Early versions of GNU Emacs were numbered as "1.x.x," with the initial digit denoting the version of the C core. The "1" was dropped after version 1.12 as it was thought that the major number would never change, and thus the major version skipped from "1" to "13". A new third version number was added to represent changes made by user sites.{{cite web|url=https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS.1-17|title=NEWS.1–17|quote=There is a new version numbering scheme. What used to be the first version number, which was 1, has been discarded since it does not seem that I need three levels of version number. However, a new third version number has been added to represent changes by user sites. This number will always be zero in Emacs when I distribute it; it will be incremented each time Emacs is built at another site.}} In the current numbering scheme, a number with two components signifies a release version, with development versions having three components.{{cite web|url=https://www.gnu.org/software/emacs/manual/html_node/efaq/Latest-version-of-Emacs.html#Latest-version-of-Emacs |title=GNU Emacs FAQ |quote=A version number with two components (e.g., ‘22.1’) indicates a released version; three components indicate a development version (e.g., ‘23.0.50’ is what will eventually become ‘23.1’).}}

GNU Emacs was later ported to the Unix operating system. It offered more features than Gosling Emacs, in particular a full-featured Lisp as its extension language, and soon replaced Gosling Emacs as the de facto Unix Emacs editor. Markus Hess exploited a security flaw in GNU Emacs's email subsystem in his 1986 cracking spree, in which he gained superuser access to Unix computers.{{cite journal | last=Stoll | first=Clifford | author-link=Clifford Stoll | title=Stalking the wily hacker | year=1988 | journal=Communications of the ACM | volume=31 | issue=5 | pages=484–497 | doi=10.1145/42411.42412 | s2cid=6956966 | doi-access=free }}

Although users commonly submitted patches and Elisp code to the net.emacs newsgroup, participation in GNU Emacs development was relatively restricted until 1999, and was used as an example of the "Cathedral" development style in The Cathedral and the Bazaar. The project has since adopted a public development mailing list and anonymous CVS access. Development took place in a single CVS trunk until 2008, and today uses the Git{{cite web|url=https://savannah.gnu.org/projects/emacs|title=Re: GNU EMACS|publisher=GNU|access-date=2014-11-16}}] DVCS.

Richard Stallman has remained the principal maintainer of GNU Emacs, but he has stepped back from the role at times. Stefan Monnier and Chong Yidong have overseen maintenance since 2008.{{cite web|url=https://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02140.html|title=Re: Looking for a new Emacs maintainer or team|publisher=gnu.org Mailing List|access-date=2008-02-23}}; see also [https://www.networkworld.com/article/913338/software-stallman-on-handing-over-gnu-emacs-its-future-and-the-importance-of-nomenclature.html "Stallman on handing over GNU Emacs, its future and the importance of nomenclature"] On September 21, 2015 Monnier announced that he would be stepping down as maintainer effective with the feature freeze of Emacs 25.{{cite web|url=https://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00849.html|title=Feature freeze|website=lists.gnu.org}} Longtime contributor John Wiegley was announced as the new maintainer on November 5, 2015.{{cite news|url=https://www.theregister.co.uk/2015/11/05/wiegley_new_emacs_maintainer/|title=Emacs gets new maintainer as Richard Stallman signs off|website=The Register }} Wiegley was joined by Eli Zaretskii in July, 2016,{{cite web|url=https://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00373.html|title=Welcoming a new co-maintainer: Eli Zaretskii|website=lists.gnu.org}}{{refn|Zaretskii has been contributing to GNU Emacs from 1990s, and was awarded the 2022 Free Software Award by FSF.{{citation|url=https://www.fsf.org/news/free-software-awards-winners-announced-eli-zaretskii-tad-skewedzeppelin-gnu-jami| title=Free Software Awards winners announced: Eli Zaretskii, Tad (SkewedZeppelin), GNU Jami | publisher=Free Software Foundation | date=2023-03-18 | accessdate=2023-03-29}}}} and Lars Ingebrigtsen in September, 2020.{{cite web|url=https://lists.gnu.org/archive/html/emacs-devel/2020-09/msg00143.html|title=Lars Ingebrigtsen is now one of the Emacs maintainers|website=lists.gnu.org}}

Licensing

The terms of the GNU General Public License (GPL) state that the Emacs source code, including both the C and Emacs Lisp components, are freely available for examination, modification, and redistribution.

Older versions of the GNU Emacs documentation appeared under an ad-hoc license that required the inclusion of certain text in any modified copy. In the GNU Emacs user's manual, for example, this included instructions for obtaining GNU Emacs and Richard Stallman's essay The GNU Manifesto. The XEmacs manuals, which were inherited from older GNU Emacs manuals when the fork occurred, have the same license. Newer versions of the documentation use the GNU Free Documentation License with "invariant sections" that require the inclusion of the same documents and that the manuals proclaim themselves as GNU Manuals.{{Citation needed|date=July 2023}}

For GNU Emacs, like many other GNU packages, it remains policy to accept significant code contributions only if the copyright holder executes a suitable disclaimer or assignment of their copyright interest to the Free Software Foundation (FSF.) Small contributions of fewer than 10 lines of code are exempt. This policy is in place so that the FSF can defend the software in court if its copyleft license is violated.

In 2011, it was noticed that GNU Emacs had been accidentally releasing some binaries without corresponding source code for two years, in opposition to the intended spirit of the GPL.{{cite web|url=https://www.networkworld.com/article/737764/opensource-subnet-say-what-gnu-emacs-violates-the-gpl.html |title=Say what? GNU Emacs violates the GPL |publisher=Network World | date=Jul 29, 2011 |first=Joe |last=Brockmeier|access-date=2016-01-19}}[http://brownrudnick.com/blog/emerging-technologies/license-revoked-applying-section-4-of-the-gpl-and-the-lessons-of-best-buy-to-googles-android/ License revoked: Applying Section 4 of the GPL and the lessons of Best Buy to Google’s Android] {{Webarchive|url=https://web.archive.org/web/20160127150256/http://brownrudnick.com/blog/emerging-technologies/license-revoked-applying-section-4-of-the-gpl-and-the-lessons-of-best-buy-to-googles-android/ |date=2016-01-27 }} by Edward J. Naughton (Aug 8, 2011){{Cite web|title=Emacs Has Been Violating the GPL Since 2009 – Slashdot|url=https://developers.slashdot.org/story/11/07/29/1445252/Emacs-Has-Been-Violating-the-GPL-Since-2009|access-date=2022-01-10|website=developers.slashdot.org|date=29 July 2011 |language=en}} Richard Stallman described this incident as "a very bad mistake,"{{Cite web|title=Re: Compiled files without sources????|url=https://lists.gnu.org/archive/html/emacs-devel/2011-07/msg01155.html|access-date=2022-01-10|website=lists.gnu.org}} which was promptly fixed. The FSF did not sue any downstream redistributors who unknowingly violated the GPL by distributing these binaries.

Using GNU Emacs

= Commands =

In its normal editing mode, GNU Emacs behaves like common text editors by allowing the user to type text with the keyboard and move the editing point with arrow keys. Escape key sequences or pressing the control key and/or the meta key, alt key or super keys in conjunction with a regular key produces modified keystrokes that invoke functions from the Emacs Lisp environment. Commands such as save-buffer and save-buffers-kill-emacs combine multiple modified keystrokes.

Some GNU Emacs commands work by invoking external programs, such as ispell for spell-checking and the GNU Compiler Collection (GCC) for program compilation. Emacs also supports "inferior processes," long-lived child processes that interact with the editor. This is used to implement {{mono|shell-mode}}, running a Unix shell as inferior process, as well as read–eval–print loop (REPL) modes for various programming languages. Emacs' support for external processes makes it suitable for interactive programming along the lines of Interlisp or Smalltalk.{{cite journal|title=GNU Emacs as a dynamically extensible programming environment | doi=10.1002/spe.4380181006 | volume=18| issue=10 |journal=Software: Practice and Experience|pages=999–1009|year = 1988|last1 = Halme|first1 = Heikki| last2=Heinänen | first2=Juha | s2cid=8629911 }}

Users who prefer the widely used IBM Common User Access keyboard shortcut layout can use {{mono|cua-mode}}, a package that originally was a third-party add-on but has been included in GNU Emacs since version 22.

= Minibuffer =

Emacs uses the "minibuffer," normally the bottommost line, to display messages and request information, functions that are often performed by dialog boxes in GUI editors. The minibuffer holds information such as text to target in a search or the name of a file to read or save. When applicable, command-line completion is available using the tab and space keys.

= File management and display =

Emacs keeps text in data structures known as buffers. Buffers may or may not be displayed onscreen, and all buffer features are accessible by both Emacs Lisp programs and the user interface.{{cite book|url=https://books.google.com/books?id=h34pwy005nYC&pg=PA264|title=Beautiful Architecture: Leading Thinkers Reveal the Hidden Beauty in Software Design|isbn=9780596554392|last1=Spinellis|first1=Diomidis|last2=Gousios|first2=Georgios|date=2009-01-15|publisher="O'Reilly Media, Inc." }} The user can create new buffers and dismiss unwanted ones, and many buffers can exist at the same time, limited only by available memory.{{cite book|url=https://books.google.com/books?id=t0NECwAAQBAJ&pg=PA853|title=Statistical Analysis and Data Display: An Intermediate Course with Examples in R|isbn=9781493921225|last1=Heiberger|first1=Richard M.|last2=Holland|first2=Burt|date=2015-12-23|publisher=Springer }} Emacs can be configured to save the list of open buffers on exit, and reopen this list when it is restarted.{{cite web|url=https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html|title=Saving Emacs Sessions}}

Some buffers contain text loaded from text files, which the user can edit and save back to permanent storage. These buffers are said to be "visiting" files. Buffers also serve to display other data, such as the output of Emacs commands, dired directory listings, documentation strings displayed by the "help" library and notification messages that in other editors would be displayed in a dialog box. Some of these notifications are displayed briefly in the minibuffer, and GNU Emacs provides a {{mono|*Messages*}} buffer that keeps a history of the most recent notifications of this type. When the minibuffer is used for output from Emacs, it is called the "echo area".{{cite web|url=https://www.gnu.org/software/emacs/manual/html_node/emacs/Echo-Area.html|title=Echo Area}} Longer notifications are displayed in buffers of their own. The maximum length of messages that will be displayed in the minibuffer is, of course, configurable.

Buffers can also serve as input and output areas for an external process such as a shell or REPL. Buffers which Emacs creates on its own are typically named with asterisks on each end, to distinguish from user buffers. The list of open buffers is itself displayed in this type of buffer.

Most Emacs key sequences remain functional in any buffer. For example, the standard Ctrl-s isearch function can be used to search filenames in dired buffers, and the file list can be saved to a text file just as any other buffer. Dired buffers can be switched to a writable mode, in which filenames and attributes can be edited textually; when the buffer is saved, the changes are written to the filesystem. This allows multiple files to be renamed using the search and replace features of Emacs. When so equipped, Emacs displays image files in buffers. Emacs is binary safe and 8-bit clean.{{cite web|url=https://www2.lib.uchicago.edu/keith/tcl-course/emacs-tutorial.html|title=A Tutorial Introduction to GNU Emacs}}

Emacs can split the editing area into separate non-overlapping sections called "windows," a feature that has been available since 1975, predating the graphical user interface in common use. In Emacs terminology, "windows" are similar to what other systems call "frames" or "panes"{{snd}} a rectangular portion of the program's display that can be updated and interacted with independently. Each Emacs window has a status bar called the "mode line" displayed by default at the bottom edge of the window. Emacs windows are available both in text-terminal and graphical modes and allow more than one buffer, or several parts of a buffer, to be displayed at once. Common applications are to display a dired buffer along with the contents of files in the current directory (there are special modes to make the file buffer follow the file highlighted in dired), to display the source code of a program in one window while another displays a shell buffer with the results of compiling the program, to run a debugger along with a shell buffer running the program, to work on code while displaying a man page or other documentation (possibly loaded over the World Wide Web using one of Emacs' built-in web browsers) or simply to display multiple files for editing at once such as a header along with its implementation file for C-based languages. In addition, there is {{mono|follow-mode}}, a minor mode that chains windows to display non-overlapping portions of a buffer. Using {{mono|follow-mode}}, a single file can be displayed in multiple side-by-side windows that update appropriately when scrolled. In addition, Emacs supports "narrowing" a buffer to display only a portion of a file, with top/bottom of buffer navigation functionality and buffer size calculations reflecting only the selected range.

Emacs windows are tiled and cannot appear "above" or "below" their companions. Emacs can launch multiple "frames", which are displayed as individual windows in a graphical environment. On a text terminal, multiple frames are displayed stacked filling the entire terminal, and can be switched using the standard Emacs commands.{{cite web|url=https://www.gnu.org/software/emacs/manual/html_node/emacs/Frames.html|quote=However, it is still possible to create multiple “frames” on text terminals; such frames are displayed one at a time, filling the entire terminal screen|title=Frames – GNU Emacs Manual}}

= Major modes =

GNU Emacs can display or edit a variety of different types of text and adapts its behavior by entering add-on modes called "major modes". There are major modes for many different purposes including editing ordinary text files, the source code of many markup and programming languages, as well as displaying web pages, directory listings and other system info. Each major mode involves an Emacs Lisp program that extends the editor to behave more conveniently for the specified type of text. Major modes typically provide some or all of the following common features:

  • Syntax highlighting ("font lock"): combinations of fonts and colors, termed "faces,"

{{cite book | first1 = Debra | last1 = Cameron | first2 = Bill | last2 = Rosenblatt | first3 = Eric S. | last3 = Raymond | author3-link = Eric S. Raymond | title = Learning GNU Emacs | url = https://books.google.com/books?id=-RtYk55cqfgC | access-date = 2010-11-02 | edition = 2 | series = In a Nutshell Series | year = 1996 | publisher = O'Reilly Media, Inc. | isbn = 978-1-56592-152-8 | page = 533 | quote = A face is a font and colour combination. }}

that differentiate between document elements such as keywords and comments.

  • Automatic indentation to maintain consistent formatting within a file.
  • The automatic insertion of elements required by the structure of the document, such as spaces, newlines, and parentheses.
  • Special editing commands, such as commands to jump to the beginning or the end of a function while editing a programming file or commands to validate documents or insert closing tags while working with markup languages such as XML.

= Minor modes =

The use of "minor modes" enables further customization. A GNU Emacs editing buffer can use only one major mode at a time, but multiple minor modes can operate simultaneously. These may operate directly on documents, as in the way the major mode for the C programming language defines a separate minor mode for each of its popular indent styles, or they may alter the editing environment. Examples of the latter include a mode that adds the ability to undo changes to the window configuration and one that performs on-the-fly syntax checking. There is also a minor mode that allows multiple major modes to be used in a single file, for convenience when editing a document in which multiple programming languages are embedded.

= "Batch mode" =

GNU Emacs supports the capability to use it as an interpreter for the Emacs Lisp language without displaying the text editor user interface. In batch mode, user configuration is not loaded and the terminal interrupt characters C-c and C-z will have their usual effect of exiting the program or suspending execution instead of invoking Emacs keybindings. GNU Emacs has command line options to specify either a file to load and execute, or an Emacs Lisp function may be passed in from the command line. Emacs will start up, execute the passed-in file or function, print the results, then exit.{{cite web|url=https://www.gnu.org/software/emacs/manual/html_node/emacs/Initial-Options.html#Initial-Options|title=Initial Options|quote=In batch mode, Emacs does not display the text being edited, and the standard terminal interrupt characters such as C-z and C-c have their usual effect. Emacs functions that normally print a message in the echo area will print to either the standard output stream (stdout) or the standard error stream (stderr) instead. (To be precise, functions like prin1, princ and print print to stdout, while message and error print to stderr.) Functions that normally read keyboard input from the minibuffer take their input from the terminal’s standard input stream (stdin) instead.}} The shebang line #!/usr/bin/emacs --script allows the creation of standalone scripts in Emacs Lisp.{{Cite web |title=Emacs Lisp as a scripting language |url=https://leancrew.com/all-this/2008/04/emacs-lisp-as-a-scripting-language/ |access-date=2023-06-27 |website=leancrew.com}}

Manuals

File:GNU Emacs manual cover design.png

The GNU Emacs Manual, written by Richard Stallman, is bundled with GNU Emacs and can be viewed with the built-in info browser.{{cite book |last1=Stallman |first1=Richard |display-authors=etal|title=GNU Emacs Manual |year=1987 |publisher=Free Software Foundation |location=Boston, MA, USA |bibcode=1987gem..book.....S |edition=19 |url=https://www.gnu.org/software/emacs/manual/pdf/emacs.pdf |access-date=8 January 2022}} Two additional manuals, the Emacs Lisp Reference Manual by Bil Lewis, Richard Stallman, and Dan Laliberte and An Introduction to Programming in Emacs Lisp by Robert Chassell, are included. All three manuals are also published in book form by the Free Software Foundation.

Internationalization

GNU Emacs has support for many alphabets, scripts, writing systems, and cultural conventions and provides spell-checking for many languages by calling external programs such as ispell. Version 24 added support for bidirectional text and left-to-right and right-to-left writing direction for languages such as Arabic, Persian and Hebrew.

Many character encoding systems, including UTF-8, are supported. GNU Emacs uses UTF-8 for its encoding as of version 23, while prior versions used their own encoding internally and performed conversion upon load and save. The internal encoding used by XEmacs is similar to that of GNU Emacs but differs in details.

The GNU Emacs user interface originated in English and, with the exception of the beginners' tutorial, has not been translated into any other language.

A subsystem called Emacspeak enables visually impaired and blind users to control the editor through audio feedback.

Extensibility

File:Emacs+AucTeX.png, a set of tools for editing TeX and LaTeX documents]]

The behavior of GNU Emacs can be modified and extended almost without limit by incorporating Emacs Lisp programs that define new commands, new buffer modes, new keymaps, add command-line options,{{cite web|url=https://www.gnu.org/software/emacs/manual/html_node/elisp/Command_002dLine-Arguments.html|title=Command Line Arguments}} and so on. Many extensions providing user-facing functionality define a major mode (either for a new file type or to build a non-text-editing user interface); others define only commands or minor modes, or provide functions that enhance another extension.

Since version 24 GNU Emacs includes a built-in package manager accessible with the list-packages command that allows users to search for and install packages. Historically, packages were downloaded manually, often distributed through the Usenet newsgroup gnu.emacs.sources. Now, packages can be retrieved from various ELPA (Emacs Lisp Package Archive) repositories, including one run by the GNU Project.{{cite web |url=https://elpa.gnu.org/ |publisher=Free Software Foundation}} Over time many popular packages have been included in Emacs by default; for example version 21 began bundling Org-mode, Calc, TRAMP, and many others.{{Cite web |title=Emacs 22.1 released |url=https://lists.gnu.org/archive/html/info-gnu-emacs/2007-06/msg00000.html |access-date=2023-07-05 |website=lists.gnu.org}}

File:Example_Org_file_showing_planning_for_a_short_trip.png buffer displaying notes for planning a trip]]

File:GNU Emacs showing a Magit buffer.png buffer displaying the Emacs git repository's log]]

Notable packages include:

  • AUCTeX, tools to edit and process TeX and LaTeX documents
  • Dired, a file manager
  • Dissociated press, a Racter-like text generator
  • Dunnet, a text adventure
  • Emacs Web Wowser (eww), a web browser.
  • Emacs Speaks Statistics (ESS) modes for editing statistical languages like R and SAS
  • ERC, an IRC client{{cite mailing list | url = https://lists.gnu.org/archive/html/info-gnu-emacs/2007-06/msg00000.html | title = Emacs 22.1 released | date = 2007-06-03 | access-date = 2011-07-31 | mailing-list = info-gnu-emacs | last = Stallman | first = Richard | author-link = Richard Stallman }}
  • Eshell, a command line shell written in Emacs Lisp. This allows closer integration with the Emacs environment than standard shells such as bash or PowerShell, which are also available from within Emacs. For example, in Eshell, Elisp functions are available as shell commands and output from Unix commands can be redirected to an Emacs buffer.
  • Exwm, an X window manager allowing X11 apps to be run in an Emacs window.{{cite web|url=https://github.com/ch11ng/exwm|title=exwm: Emacs X Window Manager|first=Chris|last=Feng|date=27 November 2017|via=GitHub}}
  • Gnus, a full-featured news client (newsreader) and email client and early evidence for Zawinski's Law
  • Magit, for working with the version control system Git{{cite web|author=Jonas Bernoulli|title=It's Magit! A Git Porcelain inside Emacs|url=https://magit.vc/|accessdate=Feb 8, 2017}}{{cite book|last=Petersen|first=Mickey|url=https://www.masteringemacs.org/article/introduction-magit-emacs-mode-git|title=Mastering Emacs|section=An introduction to Magit, an Emacs mode for Git|accessdate=Feb 8, 2017}}
  • MULtilingual Enhancement to Emacs (MULE) allows editing of text in multiple languages in a manner somewhat analogous to Unicode
  • Org-mode for keeping notes, maintaining various types of lists, planning and measuring projects, and composing documents in many formats (such as PDF, HTML, or OpenDocument formats). There are static site generators using org mode, as well as an extension, Babel, allowing it to be used for literate programming.
  • Rcirc, an IRC client
  • Superior Lisp Interaction Mode for Emacs (SLIME) extends GNU Emacs into a development environment for Common Lisp. With SLIME (written in Emacs Lisp) the GNU Emacs editor communicates with a Common Lisp system (using the SWANK backend) over a special communication protocol and provides such tools as a read–eval–print loop, a data inspector and a debugger.
  • Texinfo (Info), an online help-browser

Performance

In its early history, GNU Emacs often ran noticeably slower than rival text editors because the loading and interpreting of its Lisp-based code incurs a performance overhead. Modern computers are powerful enough to run GNU Emacs with ease, but versions prior to 19.29 (released in 1995) couldn't edit files larger than 8 MB. The file size limit was raised in successive versions, and 32 bit versions after GNU Emacs 23.2 can edit files up to 512 MB in size. Emacs compiled on a 64-bit machine can handle much larger buffers.{{cite web|url=https://www.gnu.org/software/emacs/manual/html_node/efaq/Problems-with-very-large-files.html|title=6.1 Does Emacs have problems with files larger than 8 megabytes?}}

While GNU Emacs is largely written in Emacs Lisp, it makes extensive use of natively compiled C code to improve performance. In addition to its own C code, it uses external libraries such as libxml2 for parsing XML. Packages installed by the user can load dynamic modules.{{Cite web |title=Emacs Dynamic Modules |url=https://www.gnu.org/software/emacs/manual/html_node/elisp/Dynamic-Modules.html |access-date=2022-04-15 |website=GNU Emacs Lisp Reference Manual}}

Since version 28.1, Emacs can natively compile Emacs Lisp files via libgccjit, as opposed to just byte compiling them, resulting in a significant boost in performance.{{Cite web |title=Compilation of Lisp to Native Code |url=https://www.gnu.org/software/emacs/manual/html_node/elisp/Native-Compilation.html |access-date=2022-04-15 |website=GNU Emacs Lisp Reference Manual}}{{cite journal |last1=Corallo |first1=Andrea |last2=Nassi |first2=Luca |last3=Manca |first3=Nicola |date=2020-04-06 |title=Bringing GNU Emacs to Native Code |journal=European Lisp Symposium 2020|doi=10.5281/zenodo.3736362 |arxiv=2004.02504 }}

Platforms

GNU Emacs runs on a wide variety of operating systems, including DOS, Windows,{{cite web | last = B | first = Ramprasad | title = GNU Emacs FAQ For Windows 95/98/ME/NT/XP and 2000 | date = 2005-06-24 | url = https://www.gnu.org/software/emacs/windows/ntemacs.html | access-date = 2006-09-27 }}{{cite web|last=Borgman |first=Lennart |title=EmacsW32 Home Page |year=2006 |url=http://ourcomments.org/Emacs/EmacsW32.html |access-date=2006-09-27 |url-status=dead |archive-url=https://web.archive.org/web/20070306033256/http://ourcomments.org/Emacs/EmacsW32.html |archive-date=2007-03-06 }}{{cite web | title = GNU Emacs on Windows | publisher = Franz Inc. | year = 2006 | url = https://franz.com/emacs/ | access-date = 2006-09-27 }} and most Unix-like operating systems, such as Linux, the various BSDs, Solaris, AIX, HP-UX and macOS.{{cite web | title = Emacs For Mac OS X | url = https://emacsformacosx.com | access-date = 2022-02-09}}{{cite web | title = Carbon Emacs Package | url = http://th.nao.ac.jp/MEMBER/zenitani/emacs-e.html | access-date = 2012-06-10 }}{{cite web | title = Aquamacs is an easy-to-use, Mac-style Emacs for Mac OS X | url = http://aquamacs.org/ | access-date = 2006-09-27 }} Many Unix-like systems include Emacs by default.{{Cite web |title=gnu.org |url=https://www.gnu.org/software/emacs/manual/html_node/efaq/Installing-Emacs.html |access-date=2023-07-05 |website=www.gnu.org}} In 2023 an official port for Android was released.{{Cite web |title=Emacs {{!}} F-Droid – Free and Open Source Android App Repository |url=https://f-droid.org/packages/org.gnu.emacs/ |access-date=2023-06-26 |website=f-droid.org |language=en}} Version 23.1 removed support for some platforms deemed obsolete.

GNU Emacs runs both on text terminals and in graphical user interface (GUI) environments. On Unix-like operating systems, GNU Emacs can use the X Window System to produce its GUI either directly using Athena widgets or by using a "widget toolkit" such as Motif, LessTif, or GTK+. GNU Emacs can also use the graphics systems native to macOS and Windows to provide menubars, toolbars, scrollbars and context menus conforming more closely to each platform's look and feel.

Forks

= XEmacs =

{{main|XEmacs}}

File:Xemacs-21.5.b29.png/Linux]]

Lucid Emacs, based on an early version of GNU Emacs 19, was developed beginning in 1991 by Jamie Zawinski and others at Lucid Inc. One of the best-known forks in free software development occurred when the codebases of the two Emacs versions diverged and the separate development teams ceased efforts to merge them back into a single program.{{cite web | last = Stephen J. | first = Turnbull | title = XEmacs vs. GNU Emacs | url = https://www.xemacs.org/About/XEmacsVsGNUemacs.html | access-date = 2012-10-02 }} After Lucid filed for bankruptcy, Lucid Emacs was renamed XEmacs.{{Cite web |title=xemacs(1): Emacs: Next Generation – Linux man page |url=https://linux.die.net/man/1/xemacs |access-date=2023-06-26 |website=linux.die.net}} XEmacs development has slowed, with the most recent stable version 21.4.22 released in January 2009, while GNU Emacs has implemented many formerly XEmacs-only features. This has led some users to proclaim XEmacs' death.{{cite web|url=https://steve-yegge.blogspot.com/2008/04/xemacs-is-dead-long-live-xemacs.html|title=XEmacs is Dead. Long Live XEmacs!}}

= Other forks of GNU Emacs =

Other forks, less known than XEmacs, include:

  • Meadow{{snd}} a Japanese version for Microsoft Windows{{cite web |url=http://www.meadowy.org/meadow/pukiwiki-en/ |title=FrontPage – Meadow Wiki |archive-url=https://web.archive.org/web/20120216081734/http://www.meadowy.org/meadow/pukiwiki-en/ |archive-date=2012-02-16 |date=Feb 16, 2012}}
  • SXEmacs{{snd}} Steve Youngs' fork of XEmacs{{cite web|url=https://www.sxemacs.org/ |title=SXEmacs Website |publisher=Sxemacs.org |date=2009-10-11 |access-date=2009-11-08}}
  • Aquamacs{{snd}} a version which focuses on integrating with the Apple Macintosh user interface
  • Remacs{{snd}} an incremental port of GNU Emacs to the Rust programming language, incomplete and no longer maintained as of 2023.{{cite web|title=Remacs|url=https://github.com/Wilfred/remacs|website=The Remacs github repository|access-date=Feb 22, 2017}}

Release history

Changes in each Emacs release are listed in a NEWS file distributed with Emacs.{{cite web|url=https://www.gnu.org/software/emacs/news/NEWS.24.5|title=NEWS.24.5|quote=GNU Emacs NEWS – history of user-visible changes.}} Changes brought about by downgrading to the previous release are listed in an "Antinews" file, often with some snarky commentary on why this might be desirable.{{cite web|url=https://www.gnu.org/software/emacs/manual/html_node/elisp/Antinews.html|title=Antinews|quote=For those users who live backwards in time, here is information about downgrading to Emacs version 24.5. We hope you will enjoy the greater simplicity that results from the absence of many Emacs 25.2 features.}}

class="wikitable sortable"

|+Version history of GNU Emacs

scope="col"| Version

!scope="col"| Release date

!scope="col"| Significant changes{{Cite web|title=Emacs Timeline|url=https://www.jwz.org/doc/emacs-timeline.html|access-date=2022-01-10|website=www.jwz.org}}

30.1

|February 23, 2025

|Native compilation of Lisp files is enabled by default. Native JSON is now always available. Includes built-in support for Editorconfig files. Bundles the popular which-key package. Better support for Android and touchscreens. Numerous performance improvements.{{Cite web |title=Emacs 30.1 released |url=https://lists.gnu.org/archive/html/emacs-devel/2025-02/msg00997.html |access-date=2025-03-06 |website=lists.gnu.org}}{{Cite web |title=What is different about Emacs 30? |url=https://www.gnu.org/software/emacs/manual/html_node/efaq/New-in-Emacs-30.html |access-date=2025-03-06 |website=www.gnu.org}}

29.4

|June 22, 2024

|Security release.{{cite web | url=https://lists.gnu.org/archive/html/emacs-devel/2024-06/msg00695.html | url-status=live | title=Emacs 29.4 released | first=Stefan | last=Kangas | date=2024-06-22 | quote=Emacs 29.4 is an emergency bugfix release; it includes no new features except a small number of changes intended to resolve a security vulnerability uncovered in Emacs 29.3 and earlier. | access-date=2024-07-07 | archive-url=https://web.archive.org/web/20240625145517/https://lists.gnu.org/archive/html/emacs-devel/2024-06/msg00695.html | archive-date=2024-06-25 }}{{cite web | url=https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29 | url-status=live | title=etc/NEWS: Update for Emacs 29.4 | date=2024-06-22 | first=Stefan | last=Kangas | website=GNU Savannah | quote=Emacs 29.4 is an emergency bugfix release intended to fix the security vulnerability described below...Arbitrary shell commands are no longer run when turning on Org mode. This is for security reasons, to avoid running malicious commands. | access-date=2024-07-07 | archive-url=https://web.archive.org/web/20240708013327/https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?h=emacs-29&id=fd207432e50264fc128e77bad8c61c0d0c8c0009 | archive-date=2024-07-08 }}

29.3

|March 24, 2024

|Security release.{{Cite web |title=GNU Emacs NEWS |url=https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29 |archive-url=https://web.archive.org/web/20240727025345/https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29 |archive-date=2024-07-27 |access-date=2024-09-15 |website=git.savannah.gnu.org}}

29.2

|January 18, 2024

|Bugfix release.{{Cite web |title=GNU Emacs - GNU Project |url=https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html#Releases |access-date=2024-02-21 |website=www.gnu.org}}

29.1

|July 30, 2023

|Adds Tree-sitter parser integration and a pure GTK frontend enabling Wayland support. Bundles popular packages including language server protocol package Eglot, package manager use-package, and csharp-mode for C# programming.{{Cite web|title=Emacs 29.1 released|url=https://lists.gnu.org/archive/html/emacs-devel/2023-07/msg00879.html}}{{Cite web|title=Changes in Emacs 29.1|url=https://www.gnu.org/savannah-checkouts/gnu/emacs/news/NEWS.29.1}}{{Cite web |last=Batsov |first=Bozhidar |date=2023-07-30 |title=Emacs 29.1 Released |url=https://emacsredux.com/blog/2023/07/30/emacs-29-1-released/ |access-date=2023-07-30 |website=Emacs Redux |language=en}}

28.2

|September 12, 2022

|A bug-fix release with no new features.{{Cite web|title=Changes in Emacs 28.2|url=https://www.gnu.org/savannah-checkouts/gnu/emacs/news/NEWS.28.2}}

28.1

|April 4, 2022

|Native compilation of Lisp files. Text shaping with HarfBuzz and drawing with Cairo. Support for loading Secure Computing filters. Much improved display of Emoji and Emoji sequences. Mode-specific commands. Emacs shows matching parentheses by default.

27.2

|March 25, 2021

|Mainly a bugfix release.{{Cite web|title=Changes in Emacs 27.2|url=https://www.gnu.org/savannah-checkouts/gnu/emacs/news/NEWS.27.2}}

27.1

|August 10, 2020

| Built-in support for arbitrary-size integers. Text shaping with HarfBuzz. Native support for JSON parsing. Better support for Cairo drawing. Portable dumping used instead of unexec. Support for XDG conventions for init files. Additional early-init initialization file. Lexical-binding is used by default. Built-in support for tab bar and tab-line. Support for resizing and rotating of images without ImageMagick.

26.3

|August 28, 2019

|New GPG key for GNU Emacs Lisp Package Archive (ELPA) package signature checking.

26.2

| April 12, 2019

| Emacs modules can now be built outside of the Emacs tree source. Compliance with Unicode version 11.0.

26.1

| May 28, 2018

| Limited form of concurrency with Lisp threads. Support for optional display of line numbers in the buffer. Emacs now uses double buffering to reduce flicker on the X Window System. Flymake has been completely redesigned. TRAMP has a new connection method for Google Drive. New single-line horizontal scrolling mode. A systemd user unit file is provided. Support for 24-bit colors on capable text terminals.{{Cite web|url=https://lists.gnu.org/archive/html/emacs-devel/2018-05/msg00765.html|title=Emacs 26.1 released|website=lists.gnu.org|access-date=2018-05-29}}

25.3

|September 11, 2017

|Emergency release to fix a security vulnerability in Emacs.{{Cite web |title=Changes in Emacs 25.3 |url=https://www.gnu.org/savannah-checkouts/gnu/emacs/news/NEWS.25.3}}

25.2

|April 21, 2017

|Mainly a bugfix release.{{Cite web |title=Changes in Emacs 25.2 |url=https://www.gnu.org/savannah-checkouts/gnu/emacs/news/NEWS.25.2}}

25.1

| September 17, 2016

| Support for loading shared/dynamic libraries (modules). Validation of TLS/SSL certificates. New minor mode 'electric-quote-mode' for using curved quotes. Character folding support in isearch.el. Support for embedding native widgets inside Emacs buffers. New and improved facilities for inserting Unicode characters.{{Cite web|url=https://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00451.html|title=Emacs 25.1 released|website=lists.gnu.org|access-date=2016-09-17}}

24.5

| April 10, 2015

| Mainly a bugfix release.{{cite web|url=https://www.gnu.org/software/emacs/news/NEWS.24.5 |title=GNU Emacs NEWS – history of user-visible changes. |date=2015-04-10 |access-date=2015-04-11}}{{cite web |url=http://thread.gmane.org/gmane.emacs.devel/185268 |title=Emacs 24.5 released |first=Nicolas |last=Petton |date=2015-04-10 |access-date=2015-04-11 |archive-url=https://web.archive.org/web/20150411033032/http://thread.gmane.org/gmane.emacs.devel/185268 |archive-date=2015-04-11 |url-status=dead }}

24.4

| October 20, 2014

| Support for ACLs (access control lists) and digital signatures of Emacs Lisp packages. Improved fullscreen and multi-monitor support. Support for saving and restoring the state of frames and windows. Improved menu support on text terminals. Another built-in web browser ({{code|M-x eww}}). A new rectangular mark mode ({{code|C-x SPC}}). File notification support.{{cite web|url=https://lists.gnu.org/archive/html/info-gnu-emacs/2014-10/msg00002.html |title=Emacs 24.4 released |first=Glenn | last=Morris | date=2014-10-20 | access-date=2014-10-22}}

24.3

| March 10, 2013

| Generalized variables are now in core Emacs Lisp, an update for the Common Lisp emulation library, and a new major mode for Python.{{cite web|url=https://lists.gnu.org/archive/html/info-gnu-emacs/2013-03/msg00001.html |title=Emacs 24.3 released |first=Glenn | last=Morris | date=2013-03-10 | access-date=2013-03-16}}

24.2

| August 27, 2012

| Bugfix release{{cite web|url=https://lists.gnu.org/archive/html/info-gnu-emacs/2012-08/msg00000.html |title=Emacs release candidate 24.2|first= Chong |last=Yidong |date=2012-08-27 |access-date=2012-11-11}}

24.1

| June 10, 2012

| ELPA, support for native color themes, optional GTK+3, support for bi-directional input, support for lexical scoping in Emacs Lisp{{cite web|url=https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00008.html |title=Emacs release candidate 24.1|first= Chong |last=Yidong |date=2012-06-01 |access-date=2012-06-01}}

23.4

| January 29, 2012

| Fixes a security flaw.{{cite web|url=https://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00387.html |title=Security flaw in EDE; new release plans|first= Chong |last=Yidong |date=2012-01-09 |access-date=2012-02-23}}

23.3

| March 10, 2011

| Improved functionality for using Emacs with version control systems.

23.2

| May 8, 2010

| New tools for using Emacs as an IDE, including navigation across a project and automatic Makefile generation. New major mode for editing JavaScript source. In GUIs, the cursor is hidden while the user types.

23.1

| July 29, 2009

| Support for anti-aliased fonts on X through Xft,{{cite web|url=https://emacs-fu.blogspot.com/2009/07/emacs-23-is-very-near.html |title=emacs-fu: emacs 23 has been released! |publisher=Emacs-fu.blogspot.com |date=2009-07-28 |access-date=2009-11-08}} better Unicode support, Doc-view mode and new packages for viewing PDF and PostScript files, connection to processes through D-Bus (dbus), connection to the GNU Privacy Guard (EasyPG), nXML mode for editing XML documents, Ruby mode for editing Ruby programs, and more. Use of the Carbon GUI libraries on Mac OS X was replaced by use of the more modern Cocoa GUI libraries.

22.3

| September 5, 2008

| GTK+ toolkit support, enhanced mouse support, a new keyboard macro system, improved Unicode support, and drag-and-drop operation on X. Many new modes and packages including a graphical user interface to GDB, Python mode, the mathematical tool Calc, and the remote file editing system Tramp ("Transparent Remote (file) Access, Multiple Protocol").{{cite web | url = http://www.linux-mag.com/id/1527 | archive-url = https://web.archive.org/web/20080417032006/http://www.linux-mag.com/id/1527/ | url-status = usurped | archive-date = April 17, 2008 | title = Emacs Remote Editing with Tramp | first = Jeremy | last = Zawodny | author-link = Jeremy Zawodny | date = 2003-12-15 | work = Linux Magazine | access-date = 2010-02-01 | quote = Tramp [...] stands for "Transparent Remote (file) Access, Multiple Protocol." }}

22.2

| March 26, 2008

| New support for the Bazaar, Mercurial, Monotone, and Git version control systems. New major modes for editing CSS, Vera, Verilog, and BibTeX style files. Improved scrolling support in Image mode.

22.1

| June 2, 2007

| Support for the GTK+ graphical toolkit, support for drag-and-drop on X, support for the Mac OS X Carbon UI, org-mode version 4.67d included{{cite web|url=https://www.gnu.org/software/emacs/news/NEWS.22.1 |title=Emacs News version 22.1|last=Free Software Foundation Inc |year=2007 |access-date=2013-12-29}}

21.1

| October 20, 2001

| Support for displaying colors and some other attributes on terminals, built-in horizontal scrolling, sound support, wheel mouse support, improved menu-bar layout, support for images, toolbar, and tooltips, Unicode support

20.1

| September 17, 1997

| Multi-lingual support

19.34

| August 22, 1996

| Bug fix release with no user-visible changes{{cite web|url=https://searchcode.com/codesearch/view/364314/|title=NEWS.19}}

19.31

| May 25, 1996{{cite web|url=https://www.jwz.org/doc/emacs-timeline.html|title=Emacs Timeline}}

| Emacs opens X11 frames by default, scroll bars on Windows 95 and NT, subprocesses on Windows 95, {{code|recover-session}} to recover multiple files after a crash, some {{code|doctor.el}} features removed to comply with the US Communications Decency Act

19.30

| November 24, 1995

| Multiple frame support on MS Windows, menu bar available on text terminals, {{code|pc-select}} package to emulate common Windows and Macintosh keybindings.

19.29

| June 19, 1995{{cite web|url=https://www.gnu.org/bulletins/bull19.html#SEC9|title=GNUs Flashes}}

| Significant improvements to performance, font support, and image handling. It offered faster performance, expanded font options, including scalable fonts, and enhanced image format support. Additionally, it improved internationalization features and introduced more customization options, further enhancing the user experience.

19.28

| November 1, 1994

| First official v19 release. Support for multiple frames using the X Windowing System; VC, a new interface for version control systems, font-lock mode, hexl mode for hexadecimal editing.

18.59

| October 31, 1992

| Emacs 18.59 included enhancements and bug fixes compared to previous versions of Emacs 18.x.

18.53

| February 23, 1989

| Emacs 18.53 introduced support for font-locking, which allowed syntax highlighting in different programming modes. This feature greatly enhanced the readability of code by highlighting different language elements with distinct colors or styles. It also included various bug fixes and improvements over previous versions.

18.52

| August 17, 1988

| Introduced {{code|spook.el}}, a library for adding some "distract the NSA" keywords to every message you send.{{cite web|url=https://searchcode.com/codesearch/view/364358/|title=NEWS.18}}

18.24

| October 2, 1986

| Server mode,{{cite web|url=https://searchcode.com/codesearch/view/364358/|title=NEWS.18|quote=Programs such as mailers that invoke "the editor" as an inferior to edit some text can now be told to use an existing Emacs process instead of creating a new editor.}} {{code|M-x disassemble}}, Emacs can open TCP connections, {{code|emacs -nw}} to open Emacs in console mode on xterms.

17.36

| December 20, 1985

| Backup file version numbers

16.56

| July 15, 1985

| First Emacs 16 release. Emacs-lisp-mode distinct from lisp-mode,{{cite web|url=https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS.1-17|title=NEWS.1–17}} remove all code from Gosling Emacs due to copyright issues{{cite web|url=https://www.xemacs.org/Documentation/21.5/html/internals_3.html|title=Xemacs Internals}}

13.8?

| March 20, 1985

| First release. However, the VAXSIG VAX85b DECUS tape has version 13.8 with file dates of June 19, 1985 with RCS files dated March 31, 1985. It's a badly damaged copy. Version 13.9 is referenced in the news file, so 13.8 may have been the first release since there are no other 13.x releases named.

References

{{Reflist|30em}}

Further reading

  • {{cite book | last = Stallman | first = Richard M. | author-link = Richard Stallman | year = 2002 | title = GNU Emacs Manual | edition = 15th | url = https://www.gnu.org/software/emacs/manual/ | publisher = GNU Press | isbn = 978-1-882114-85-6 }}
  • {{cite web | last = Stallman | first = Richard M. | author-link = Richard Stallman | title = My Lisp Experiences and the Development of GNU Emacs | url = https://www.gnu.org/gnu/rms-lisp.html | year = 2002 | access-date = 2007-02-01 }}
  • {{cite book | last = Chassel | first = Robert J. | author-link = Robert J. Chassell | year = 2004 | url = https://www.gnu.org/software/emacs/emacs-lisp-intro/ | title = An Introduction to Programming in Emacs Lisp | publisher = GNU Press | isbn = 978-1-882114-56-6 | url-status = dead | archive-url = https://web.archive.org/web/20130703203143/http://www.gnu.org/software/emacs/emacs-lisp-intro/ | archive-date = 2013-07-03 }}
  • {{cite book | last = Glickstein | first = Bob | date = April 1997 | title = Writing GNU Emacs Extensions | publisher = O'Reilly & Associates | isbn = 978-1-56592-261-7 | url-access = registration | url = https://archive.org/details/writinggnuemacse00glic }}
  • {{cite book |author1=Cameron, Debra |author2=Elliott, James |author3=Loy, Marc |author4=Raymond, Eric |author5=Rosenblatt, Bill | date = December 2004 | title = Learning GNU Emacs, 3rd Edition | url = http://shop.oreilly.com/product/9780596006488.do | publisher = O'Reilly & Associates | isbn = 978-0-596-00648-8 }}