![]() |
A Tour on Emacs - (Part 1)
IntroductionEveryone of us might have come across a lot of text editors each of them having their own special features and style. GNU Emacs, apart from being a text editor, is a wonderful software which makes us believe it to be a mini operating system. Like other softwares, Emacs is extensible, customizable, self editing and a real time editor. History of EmacsEmacs was developed by Richard M Stallman, the founder of GNU Project. Being impressed by the "E" editor's WYSIWYG feature, he started improving the "TECO" editor's functionality. Soon TECO became popular and so a large number of macros were developed to be used with TECO. The names of the macros ended with either "MAC" or "MACS" meaning macro(s). This functionality was improved which enabled users to document and extend their own new macros to the existing software. This final software was named "Emacs" by Richard M Stallman which is expanded as "Editing MACroS" or "E with MACroS". Emacs is written in C and provides "Emacs Lisp"(implemented in C) as an extension language. GNU Emacs became the first program released by GNU Project. Features of EmacsText formatter The operations with Emacs are done with commands, which are a combination of keys. Emacs uses a large buffer which stores the intermediate data that is typed until a file is saved. This makes it possible to version the files. Apart from the ordinary text-editing functionalities, this editor enables syntax-highlighting/syntax-coloring for the source code and HTML. For most of the programming languages, Emacs auto-intends the source code for more readability. It has Unicode support for almost all the human languages and their scripts. It also supports text processing language "latex" using which mathematical formulas, symbols, etc. can be displayed. http://www.go4expert.com/images/arti...cs/emacs-1.png Project Planner The "Org-mode" of Emacs enables users to create NOTES and TODO lists and for doing project planning, using the fast plain-text system. News and Email Reader Emacs enables users to read News, e-Mail and RSS feeds using the extension named "Gnus". Command Interpreter Like a shell, emacs has "e-shell" where users can execute any OS commands and execute other programs. Debugger The gdb extension of Emacs allows users to easily debug their code. Other features
|
Re: A Tour on Emacs - (Part 1)
Nominate this article for Article of the month - Nov 2009
|
Re: A Tour on Emacs - (Part 1)
Vote this article for Article of the month - November 2009
|
Re: A Tour on Emacs - (Part 1)
Winner of Article of the month - November 2009.
|
| All times are GMT +5.5. The time now is 13:45. |