From: ueno Date: Sat, 30 Jul 2005 00:29:10 +0000 (+0000) Subject: Changed Ruby version from 1.6 to 1.8. X-Git-Tag: channel-coding-branchpoint~216 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cddf75cdddb7cc1b2369afedf509aec1866f0d15;p=elisp%2Friece.git Changed Ruby version from 1.6 to 1.8. --- diff --git a/README b/README index 6e0189f..3dd900b 100644 --- a/README +++ b/README @@ -24,13 +24,17 @@ doc/ - Documentation files. * Requirements - Emacs 20.7 or later / XEmacs 21.4 or later -- Ruby 1.6 or later (optional) +- Ruby 1.8 or later (optional) * Installation $ ./configure $ sudo make install +Add the following line to your Emacs startup file such as ~/.emacs. + + (autoload 'riece "riece" "Start Riece" t) + If you are using XEmacs and want to install as a package, supply "--with-xemacs" option to the configure script and use "install-package" target instead of "install". diff --git a/README.ja b/README.ja index 3950aed..2ccf9cd 100644 --- a/README.ja +++ b/README.ja @@ -21,13 +21,17 @@ doc/ - 文書ファイル * 必要なもの - Emacs 20.7 以降、または XEmacs 21.4 以降 -- Ruby 1.6 以降 (任意) +- Ruby 1.8 以降 (任意) * インストール $ ./configure $ sudo make install +~/.emacs 等に以下の一行を追加してください。 + + (autoload 'riece "riece" "Start Riece" t) + XEmacs を使っていて、パッケージとしてインストールしたい場合には、 "--with-xemacs" オプションを configure スクリプトに与えてください。 また、"install" ターゲットの代わりに "install-package" を使ってください。