Mail Archives: djgpp/1996/09/19/13:22:32
Errors-To: postmaster AT ns1
X-Sender: farhany AT mail DOT interlog DOT com
X-Mailer: Windows Eudora Light Version 1.5.4 (32)
Mime-Version: 1.0
Date: Thu, 19 Sep 1996 10:30:21 -0400
From: Farhan Yousaf <farhany AT interlog DOT com>
Content-Type: text/plain; charset="us-ascii"
Content-Length: 324
Being a relative newcomer to Unix and DJGPP, may I ask what the following
terms mean?
- POSIX
POSIX is an international standard for Open System operating systems. It
specifies standards for OS services, system calls, etc.
- Emacs
From the GNU Emacs Info manual:
... GNU Emacs, the GNU incarnation of the advanced,
self-documenting, customizable, extensible real-time display editor
Emacs.
We say that Emacs is a "display" editor because normally the text
being edited is visible on the screen and is updated automatically as
you type your commands.
We call it a "real-time" editor because the display is updated very
frequently, usually after each character or pair of characters you
type. [SNIP]
We call Emacs advanced because it provides facilities that go beyond
simple insertion and deletion: controlling subprocesses; automatic
indentation of programs; viewing two or more files at once; editing
formatted text; and dealing in terms of characters, words, lines,
sentences, paragraphs, and pages, as well as expressions and comments in
several different programming languages.
"Self-documenting" means that at any time you can type a special
character, `Control-h', to find out what your options are. You can
also use it to find out what any command does, or to find all the
commands that pertain to a topic.
"Customizable" means that you can change the definitions of Emacs
commands in little ways. [SNIP]
"Extensible" means that you can go beyond simple customization and
write entirely new commands, programs in the Lisp language to be run by
Emacs's own Lisp interpreter. Emacs is an "on-line extensible" system,
which means that it is divided into many functions that call each
other, any of which can be redefined in the middle of an editing
session. [SNIP]
--
Art S. Kagel, kagel AT quasar DOT bloomberg DOT com
A proverb is no proverb to you 'till life has illustrated it. -- John Keats
- Raw text -