It’s All Text with Emacs23

執筆者:

カテゴリ:

Firefox 5 にバージョンアップしたらFiremacsが追従していないので仕方なく作業。

  1. emacs.bat の作成。ここを参考にした。emacs-23.3\bin に作成する。

    @echo off
    “%~dp0emacsclientw.exe” -na “%~dp0runemacs.exe” “%1”

  2. 既存のEmacsをサーバモードで起動する。init.elに次のように記述

    (if (locate-library “server”)
    (progn
    (load-library “server”)
    (server-start)
    ))

  3. It’s All Text の設定で、エディタを emacs.bat に指定する。

コメント

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です