Meadow can be obtained at the site. And it's easy to install it by following the download and initial set-up pages.
- Download the install package setup.exe or setup-ja.exe.
- Run setup.exe or setup-ja.exe to install Meadow.
- Set environment variables, HOME and TZ
- For example, HOME would be your My Documents folder. TZ would be PST+8 in the case of California.
- Finally create .emacs configuration file in your HOME directory and customize it.
- You can choose two version of Meadow: One is the stable version and another is in developing.
- During installation, the install path and the HOME directory are asked. The install directory might be C:\meadow and the HOME directory might be your My Documents folder or a folder indicated by environment variable HOME. And ImageMagick is installed with Meadow, which is used to display images in the Meadow buffer.
- To customize .emacs, you can refer the set-up page.
If you want to use gnuclient,
- Add the meadow binary path, e.g. C:\meadow\bin, to your PATH.
- If you didn't include gnuserv package dualing installation, obtain the package by using setup.exe or setup-ja.exe again. gnuserv package is in the Utils section.
- Set four environment variables:
- GNUCLIENTW=-F
- GNUDOITW=-F
- RUNEMACS=RunMW32.exe
- EMACS=MEADOW
- Set up .emacs as:
- Change shortcuts of Meadow to
- gnuclientw.exe
(require 'gnuserv) (gnuserv-start) (setq gnuserv-frame (selected-frame)) |
Then you can run Meadow through gnuclientw.exe if you have never run Meadow. If you already have run at least one Meadow, you can use the same process and window of Meadow when you run gnuclientw.exe without a new Meadow instance.
0 件のコメント:
コメントを投稿