トップ 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

Emacs

  • もくじ

メモ

情報源

設定例等

anthy.el

  • sudo apt-get install anthy-el
  • .emacs
(load-library "anthy")
(setq default-input-method "japanese-anthy")
  • C-\ でanthy起動

Windows環境

  • 設定メモ
    • Emacsをインストール
    • .emacs.elを設定
    • mewとstunnelをインストール
    • .mew.elを設定

IMEパッチありバイナリ

以下は古い

IMEパッチ無しバイナリ

IME関連プロジェクト (experimental)

obsolete packages

  • GNU Emacs for Windows プロジェクト日語トップページ - SourceForge.JP (obsolete)

macOS環境

  • http://sourceforge.jp/projects/macemacsjp/ (obsolete; 25.2)
    • インストーラパッケージの標準インストール先
      • /Applications/Emacs.app/ (directory)
      • /Applications/Emacs.app/Contents/MacOS/Emacs (executable)
      • /Applications/Emacs.app/Contents/Resources/site-lisp/ (site-lisp dir)
      • /Applications/Emacs.app/Contents/Resources/info/ (info dir)
      • /Applications/Emacs.app/Contents/Resources/man/ (man dir)

Trouble Shooting

Tips

  • bookmark
    • C-x r m RET: カーソル位置をブックマークに追加
    • C-x r l: すべてのブックマークリストを表示

その他

関連ページ