This document is intended to provide you with the basic information you need to use the emacs text editor from your WAM/Glue or OIT cluster UNIX account. This document assumes that you are using your account from some kind of terminal window either by dialing in from home, by using a Mac or a PC in a computer lab or office at the University, or by using a terminal window generated by the xterm program on a Sun Ultra workstation. Information on how to connect to the OIT host computers with a terminal program is available on-line at http://www.helpdesk.umd.edu/topics/applications/terminal.
Read the rest of this entry »
14 Feb
Posted by jj as Programming, Web
Emacs (pronounced ee-max) started off in 1976 as a series of editor macros (hence its name) written by Richard Matthew Stallman for the TECO text editor on the DEC PDP-10 minicomputer. Since becoming its own program separate from TECO, it has become extremely popular and widely used for two main reasons: first, free versions of Emacs are available for nearly every computer in existence; second, it’s completely customizable. Many text editors and word processors claim to be completely customizable. Some let you reassign each key’s purpose, and they let you assign a series of operations to be performed by one or two keystrokes or menu choices.
Read the rest of this entry »
Introduction On a very basic level, Emacs is a text editor. However it is much more versatile than other less sophisticated editors in the UNIX environment, such as for example pico. More specifically, Emacs can work together with other applications, such as TEX, L TEX, and S-Plus, to provide a sort of graphical A user interface. We will get an example of this when we begin to use ESS (Emacs Speaks Statistics) and LTEX. A Dot Emacs Files These files make your life a lot easier. By color coding the syntax (for example in TEX?les), it is easy to see if youve made a syntax error, because it wont look right.
Read the rest of this entry »
What does this tutorial cover? This tutorial gives you a guide to the basics of using Emacs, a popular modeless text editor with many powerful features. The tutorial covers fundamental concepts and common activities, and then builds on those foundations to quickly familiarize you with this excellent editor. Getting started with Emacs requires navigating a steep learning curve.
Read the rest of this entry »