[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
[meadow-develop:1997/276]Meadow Basic Manual.
- X-ml-count: 276
- Subject: [meadow-develop:1997/276]Meadow Basic Manual.
- From: takeyori@xxxxxxxxxxxxxxxxxxxxxxxxx
- Date: Mon, 15 Dec 1997 23:20:58 -0800
原です。遅くなってすみません。とりあえず最初の部分です。
3. Configration の位置付けがちょっと不明なんですが、ここは Meadow
specific なことにしぼるならそう明記して、その他の設定は GNU Emacs20 の
ドキュメントを参照という形にした方がいいと思います。
***************************************************************************
Meadow 0.50 Basic Manual.
(Multilingual enhancement to gnu Emacs with ADvantages Over Windows)
Written by Miyashita Hisashi (himi@xxxxxxxxxxxxxxxxxxxxxxxxx).
***************************************************************************
1..... Introduction
Meadow is a multilingual enhancement to GNU Emacs which runs on
Windows95/NT. It is based on GNU Emacs 20.x currently. I plan to
extend many features to Meadow. Thus, Meadow may be changed from original GNU
Emacs, maybe or not maybe. :-)
2..... Installation
Installation of Meadow is quite easy. Please read `INSTALL.Meadow.'
3..... Configuration
Many features(especially around fonts and Process Input/Output) are different
From original GNU Emacs.
# Introduction の所の `many features' との関係がちょっと気になります。
------------------------------------------------------
3.1..General features
3.1.1.... w32-system-coding-system
To this variable, you must set a coding system that shuld be sent to
Windows operating system. It is used to encode menu strings,
fontname strings, title bar strings, and so on.
3.1.2.... (Meadow-version)
You can retrieve a version string of the Meadow.
3.1.3.... (w32-set-modifier-key KEY MODIFIER)
You can set modifier keys by this function.
Please read its documentation strings.
3.1.4.... Console Mode and Terminal Mode
You can use Meadow on Win32 console, by adding option `-nw' and
presetting TERM environment variable to `CMD'.
e.g
set TERM=CMD
MeadowNT -nw or Meadow95 -nw
You can't use IME(Input Method Editor) on console mode on Windows95.
Or you can use terminal mode with adequate telnet service.
You must prepare `termcap' file. For example when you put termcap at c:\,
#この部分私ちゃんと理解できていません
set TERMCAP=c:\termcap
set TERM=vt100 (Set your terminal ID.)
MeadowNT -nw or Meadow95 -nw
You can't use IME on terminal mode.
3.1.5.... Mouse features
Meadow recognizes 3button mise including IntelliMouse.
Buttons can be remapped by follwing variables.
w32-lbutton-to-emacs-button
w32-mbutton-to-emacs-button
w32-rbutton-to-emacs-button
These indicate the button number which will be sent to the Meadow when the
left, middle, or right button are pressed or depressed relatively.
#最後の relatively が良くわかりません
When IntelliMouse wheel is rotated, Meadow receives an event as shown
here.
(mouse-wheel1 ([WINDOW | FRAME] POSITION (X . Y) TIME DELTA))
[WINDOW | FRAME] shows the window or frame where the mouse cursor is.
POSITION shows which area the mouse cursor is in.
(X . Y) shows the coodinate of the mouse cursor.
DELTA shows the rotation angle of wheel.
You can pass the DELTA to following function to obtain the amount of scroll lines.
(w32-get-mouse-wheel-scroll-lines DELTA)
The default setting of wheel operations are scrolling buffer
contents when the mouse cursor is at a buffer window, or moving mode
line when it is on a mode line.
------------------------------------------------------