Emacs is a class of feature-rich text editors, usually characterized by their extensibility. Development began in the mid-70s and, as of 2008, is still active. Emacs text editors are most popular with technically proficient computer users and computer programmers. The most popular version of Emacs is GNU Emacs, a part of the GNU project, which is commonly referred to simply as "Emacs".
Welcome to CWAnswers
CWAnswers is your guide to the sprawling world wide web. The directory aims to provide a useful guide made by users. You can share your knowledge as well - simply sign up and edit your first entry. For questions just contact the team at support - at - cwanswers.com.
Weblinks for Emacs
Top 10 for Emacs
Things about Emacs you find nowhere else.
Select content modules
M-x all-things-emacs — EmacsBlog.org
... recently started a new project called Emacs Starter Kit. ... Blogs that link here. Carbon Emacs. Emacs Lisp List. EmacsWiki. GNU Emacs. minor emacs wizardry ...www.emacsblog.org/minor emacs wizardry
This being an emacs blog, i won't delve into the details of using GnuPG to ... Add yourself to the Map of Emacs Users around the world...emacs.wordpress.com/Emacs " theBlackDragon's Blog
Emacs tips #3 : automatically making scripts executable ... Log in. Entries RSS. Comments RSS. WordPress.com. Design by Beccary · Blog at WordPress.com. ...theblackdragon.wordpress.com/category/emacs/Stevey's Blog Rants: Shiny and New: Emacs 22
Stevey's Blog Rants. Random whining and stuff. Saturday, June 10, 2006. Shiny ... have this strange fascination with Emacs blog postings--I guess I'm always ...steve-yegge.blogspot.com/2006/06/shiny-and-new-emacs-22.htmlAlex Ott's blog: Emacs + Git
Alex Ott's blog. Blog dedicated to Software Development, Unixes, Content Filtering, Emacs, Lisp, ... additions to article about emacs + vcs. Russian version of ...alexott.blogspot.com/2008/11/emacs-git.htmlEmacs is a class of feature-rich text editors, usually characterized by their extensibility. Development began in the mid-70s and, as of 2008, is still active. Emacs text editors are most popular with technically proficient computer users and computer programmers. The most popular version of Emacs is GNU Emacs, a part of the GNU project, which is commonly referred to simply as "Emacs".
The GNU Emacs manual describes it as "the extensible, customizable, self-documenting, real-time display editor." It is also the most ported of the implementations of Emacs. As of September 2008, the latest stable release of GNU Emacs is version 22.3.
Aside from GNU Emacs, another version of Emacs in use is XEmacs, which is a fork of GNU Emacs started in 1991. XEmacs has remained mostly compatible and continues to use the same extension language, Emacs Lisp, as GNU Emacs. Almost all of GNU Emacs and XEmacs are written in Emacs Lisp, so the extensibility of Emacs' features is deep.
The original EMACS was a set of Editor MACroS for the TECO editor. It was written in 1976 by Richard Stallman, initially together with Guy L. Steele, Jr.. It was inspired by the ideas of TECMAC and TMACS, a pair of TECO-macro editors written by Steele, Dave Moon, Richard Greenblatt, Charles Frankston, and others.
In Unix culture, Emacs is one of the two main contenders in the traditional editor wars, the other being vi. The word "emacs" is often pluralized as emacsen, by analogy with boxen (itself used by analogy with oxen) and VAXen.
History
Emacs development began at the MIT AI Lab during the 1970s. Before its introduction, the default editor on the Incompatible Timesharing System (ITS), the operating system on the AI Lab's PDP-6 and PDP-10 computers, was a line editor known as Text Editor and Corrector (TECO). Unlike most modern text editors, TECO has separate modes which the user used to either add text, edit existing text, or display the document. Typing characters into TECO did not place those characters directly into a document; one had to write a series of instructions in the TECO command language telling it to enter the required characters, during which time the edited text was not displayed on the screen. This behavior is similar to the program ed.
Richard Stallman visited the Stanford AI Lab in 1972 or 1974 and saw the lab's "E" editor, written by Fred Wright.Fact: date=June 2007 The editor had an intuitive WYSIWYG behavior as is used almost universally by modern text editors, which impressed Stallman. He returned to MIT where Carl Mikkelsen, a hacker at the AI Lab, had added a combined display+editing mode called "Control-R" to TECO, allowing the screen display to be updated each time the user entered a keystroke. Stallman reimplemented this mode to run efficiently, then added a macro feature to the TECO display-editing mode, allowing the user to redefine any keystroke to run a TECO program.Fact: date=June 2007



























