英文字典中文字典Word104.com



中文字典辭典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   







請輸入英文單字,中文詞皆可:

Emacs    
/ee'maks/ (Editing MACroS, or Extensible MACro
System, GNU Emacs) A popular {screen editor} for {Unix} and
most other {operating systems}.

Emacs is distributed by the {Free Software Foundation} and was
{Richard Stallman}'s first step in the {GNU} project. Emacs
is extensible - it is easy to add new functions; customisable
- you can rebind keys, and modify the behaviour of existing
functions; self-documenting - there is extensive on-line,
context-sensitive help; and has a real-time "what you see is
what you get" display. Emacs is writen in {C} and the higher
levels are programmed in {Emacs Lisp}.

Emacs has an entire {Lisp} system inside it. It was
originally written in {TECO} under {ITS} at the {MIT} {AI
lab}. AI Memo 554 described it as "an advanced,
self-documenting, customisable, extensible real-time display
editor".

It includes facilities to view directories, run compilation
subprocesses and send and receive {electronic mail} and
{Usenet} {news} ({GNUS}). {W3} is a {web browser}, the
ange-ftp package provides transparent access to files on
remote {FTP} {servers}. {Calc} is a calculator and {symbolic
mathematics} package. There are "modes" provided to assist in
editing most well-known programming languages. Most of these
extra functions are configured to load automatically on first
use, reducing start-up time and memory consumption. Many
hackers (including {Denis Howe}) spend more than 80% of their
{tube time} inside Emacs.

GNU Emacs is available for {Unix}, {VMS}, {GNU}/{Linux},
{FreeBSD}, {NetBSD}, {OpenBSD}, {MS Windows}, {MS-DOS}, and
other systems. Emacs has been re-implemented more than 30
times. Other variants include {GOSMACS}, CCA Emacs, UniPress
Emacs, Montgomery Emacs, and {XEmacs}. {Jove}, {epsilon}, and
{MicroEmacs} are limited look-alikes.

Some Emacs versions running under {window managers} iconify as
an overflowing kitchen sink, perhaps to suggest the one
feature the editor does not (yet) include. Indeed, some
hackers find Emacs too {heavyweight} and {baroque} for their
taste, and expand the name as "Escape Meta Alt Control Shift"
to spoof its heavy reliance on keystrokes decorated with
{bucky bits}. Other spoof expansions include "Eight Megabytes
And Constantly Swapping", "Eventually "malloc()'s All Computer
Storage", and "Emacs Makes A Computer Slow" (see {recursive
acronym}). See also {vi}.

Latest version: 20.6, as of 2000-05-11. 21.1 ({RSN}) adds a
new redisplay engine with support for {proportional text},
images, {toolbars}, {tool tips}, toolkit scroll bars, and a
mouse-sensitive mode line.

{FTP} from your nearest {GNU archive site}.

E-mail: (bug reports only) .

{Usenet} newsgroups: {news:gnu.emacs.help},
{news:gnu.emacs.bug}, {news:alt.religion.emacs},
{news:gnu.emacs.sources}, {news:gnu.emacs.announce}.

[{Jargon File}]

(1997-02-04)

Eight Megabytes And Constantly Swapping (slang, EMACS)

EMACS: /ee´maks/, n. [from Editing MACroS] The ne plus ultra of hacker editors, a
programmable text editor with an entire LISP system inside it. It was
originally written by Richard Stallman in TECO under
ITS at the MIT AI lab; AI Memo 554 described it as
an advanced, self-documenting, customizable, extensible real-time
display editor”. It has since been reimplemented any number of
times, by various hackers, and versions exist that run under most major
operating systems. Perhaps the most widely used version, also written by
Stallman and now calledGNU EMACSor
GNUMACS, runs principally under Unix. (Its close
relative XEmacs is the second most popular version.) It includes
facilities to run compilation subprocesses and send and receive mail or
news; many hackers spend up to 80% of their tube
time inside it. Other variants include
GOSMACS, CCA EMACS, UniPress EMACS, Montgomery
EMACS, jove, epsilon, and MicroEMACS. (Though we use the original all-caps
spelling here, it is nowadays very commonlyEmacs’.) Some
EMACS versions running under window managers iconify as an overflowing
kitchen sink, perhaps to suggest the one feature the editor does not (yet)
include. Indeed, some hackers find EMACS too
heavyweight and baroque for
their taste, and expand the name asEscape Meta Alt Control
Shiftto spoof its heavy reliance on keystrokes decorated with
bucky bits. Other spoof expansions include
Eight Megabytes And Constantly Swapping’ (from when that was a
lot of core), ‘Eventually
malloc()s
All Computer Storage’, andEMACS Makes A Computer Slow
(see recursive acronym). See also
vi.

請選擇你想看的字典辭典:
單詞字典翻譯
EMACS查看 EMACS 在Google字典中的解釋Google英翻中〔查看〕
EMACS查看 EMACS 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • Differences between Emacs and Vim - Stack Overflow
    emacs is an "operating system" pretend to be an editor, you can eval code to change its behavior, and extend it as you like A mode to receive send email on emacs is like an email software on operating system When doing simple editing, for example, modify a config file, I use vim Otherwise, I never leave emacs
  • Emacs in Windows - Stack Overflow
    @call drive:\EMACS_SOMEWHERE\emacs-23 2\bin\emacsclientw exe --alternate-editor=c:\programs\emacs-23 2\bin\runemacs exe -n -c %* This is a fair bit of work, but it will enable me to run the one and same emacs from either a windows command prompt or from a cygwin command prompt, provided that cygdrive h bin is added to my cygwin PATH variable
  • Newest emacs Questions - Stack Overflow
    On my system I have Emacs: $ which emacs usr bin emacs $ emacs --version GNU Emacs 29 4 I cannot make CMake find it; this is the corresponding bit of CMakeLists txt file: find_program(EMACS emacs)
  • How do you run Python code using Emacs? - Stack Overflow
    I'm running Emacs 26, vanilla dev version (self compiled from source cloned from Savannah) (Note that in emacs docs, we usually see, for example, Ctrl - c denoted as C-c) In Python mode (which I usually enter by using C-x C-f to "find" a (possibly new) file ending in py), you can start a Python shell with and then execute your buffer's
  • How do I exit Emacs from the terminal? - Stack Overflow
    My first thought was, "Maybe binding 'cut' to C-x in my emacs file is causing a problem " Then, my second thought was, "I have empirical proof that binding 'cut' to C-x in my emacs file does not have to prevent C-x C-c from being recognized as the kill shortcut, because I do it every day on my laptop that uses the exact same emacs file " –
  • How can I install emacs correctly on OS X? - Stack Overflow
    To instead use the emacs-plus version, which is like regular homebrew emacs but with some configuration options enabled, brew tap d12frosted emacs-plus brew install emacs-plus Mitsaharu version in tap To instead use the Yamamoto Mitsuharu version of Emacs 25 2 (with more mac-specific features): brew tap railwaycat emacsmacport brew install
  • How can I reload . emacs after changing it? - Stack Overflow
    One other thought: using the approach I suggest above, it's possible that the emacs state you've got isn't what your emacs actually does Ie, since you haven't executed the entire emacs file from a clean slate, you don't actually know it does what you want –
  • Where can I find my . emacs file for Emacs running on Windows?
    On Windows 8 1, if Emacs is started from Windows Explorer, a shortcut or from cmd console it uses C:\Users\<USER>\AppData\Roaming emacs init file When I start Emacs from PowerShell, Emacs looks for its init file in C:\Users\<USER> folder
  • Is there a (repeat-last-command) in Emacs? - Stack Overflow
    The command C-xz (repeat) provides another way to repeat an Emacs command many times This command repeats the previous Emacs command, whatever that was Repeating a command uses the same arguments that were used before; it does not read new arguments each time Emacs Manual, 8 11 Repeating a Command





中文字典-英文字典  2005-2009

|中文姓名英譯,姓名翻譯 |简体中文英文字典