#pragma section-numbers off
Emacsにかんするカテゴリです。

[[TableOfContents]]

= 公式サイト関連 =
 * http://www.gnu.org/software/emacs/
 * http://ftp.gnu.org/pub/gnu/emacs/
 * ftp://alpha.gnu.org/gnu/emacs/pretest/
 * http://news.gmane.org/gmane.emacs.devel

= リポジトリ =
 * http://bzr.savannah.gnu.org/lh/emacs/
 * http://cvs.savannah.gnu.org/viewvc/emacs/?root=emacs

== リポジトリミラー ==
本家の開発は bzr に移行したが bzr は極度に速度が遅く結構不便、しかし本家の他リポジトリはミラーされないので各所でミラーされています。

 * Git: http://repo.or.cz/w/emacs.git  http://gitorious.org/emacs-mt
 * bzr: https://code.launchpad.net/emacs
 * hg: http://hg.intevation.org/emacs (CVSから変換しているため現在更新が停止されている)

= パッチ類 =
 * ftp://ftp.math.s.chiba-u.ac.jp/emacs/
 * http://github.com/typester/emacs

 * https://github.com/tovbinm/emacs-24-mac : Mac Port パッチをあててあるレポジトリ

= バイナリ =
== 公式バイナリ ==
http://ftp.gnu.org/pub/gnu/emacs/windows/

= パッケージ類 =
 * [https://elpa.gnu.org/packages/ GNU ELPA Packages]
 * [https://melpa.org/ MELPA]

{{{
M-x package-list-package

U(shift u)

x
}}}

バッチでも可能だが、一応目視でやるならこれ

= 確認事項 =
以下の表示を確認しておく事

{{{
(emacs-version)

(functionp 'json-serialize)
# t にならないJSONが遅い
}}}

= バッチモード =
{{{
emacs -Q -batch -f batch-byte-compile *.el
emacs -Q -L . -batch -f batch-byte-compile *.el
emacs -Q -L . -batch -f batch-byte-compile **/*.el
}}}
{{{
emacs -q -batch -f batch-byte-compile *.el
# load-path の追加は以下
emacs -q -batch -f batch-byte-compile -l load-path1 -l load-path2 *.el
# 以下でも可能
emacs --batch --eval '(setq load-path (append (list (expand-file-name "~/.emacs.d/lisp")) load-path))' \
   -f batch-byte-compile *.el

}}}

= フォント =
{{{
--enable-font-backend
--with-xft
}}}

{{{
(print (font-family-list))
}}}

== linux ==
{{{
$ fc-cache -fv
$ fc-list
$ fc-list : family
}}}

{{{

~/.Xresources

emacs.font: TakaoGothic-12
}}}

= メモ =
## *["EmacsFAQ"]
## *EmacsLisp
## *EmacsLink
 *["Meadow"]
 *["xyzzy"]
 *["NTEmacs"]
## *EmacsLispUnitTest
 *["EmacsFont"]
 *["etags"]

= 設定 =
["dot.emacs.d"]

= Emacs Lisp =

== 入力 ==
 *["SKK"]
 *ViperMode
 *["Mule-UCS"]

== ネットワーク ==
 *["Wanderlust"]
 *["Prom-WL"]

== 操作向上 ==
 *["Elscreen"]
 *["ColorTheme"]
 *EmacsDired
   * https://github.com/jojojames/dired-sidebar
 *["session.el"]
 *["anything"]
 *["auto-complete.el"]
 *["ansi-term"]
 *["cmigemo"]


[https://github.com/emacs-helm/helm emacs-helm/helm · GitHub]

[http://www.kaichan.info/blog/2012-12-03-emacs-advent-calendar-2012-03.html Emacs で自動的にキーバインドをポップアップする guide-key - 備忘録]

[http://rubikitch.com/2015/02/19/ignoramus/ emacs ignoramus.el : 【設定集】多くのパッケージで「無視(非表示に)するファイル」の設定を統一化する! | MELPA Emacs Lisp Elisp パッケージ インストール 設定 使い方 | るびきち「日刊Emacs」]

== 開発 ==
 *PythonMode
 *["Magit"]
 *["lsp-bridge"]
 *["Tree-sitter"]

 *["JDEE"]
 *EmacsCodeBrowser
 *["MMM-mode"]
 *["cc-mode"]
 *["YASnippet"]
 *["EmacsObjC"]

http://user.it.uu.se/~mic/mic-paren.el

http://distfiles.macports.org/d-mode.el/d-mode.el

[http://www.cs.ise.shibaura-it.ac.jp/complement/ lambda-mode]

http://github.com/kobapan/kokopelli.el 関数一覧表示

[http://julien.danjou.info/rainbow-mode.html Julien Danjou homepage - rainbow-mode]

https://github.com/mooz/js2-mode

== XML ==
 *["nxml-mode"]
 *["psgml-mode"]
 *["tdtd"]
 *["xslide"]
 *["XSLTprocess"]

== ドキュメント記述 ==
 *["HTMLHelperMode"]
 *["CSSMode"]
 *["rst-mode"]
## *["AUCTeX"]
 *["Org-Mode"]

== 辞書 ==
 *["SDIC"]
 *["Lookup"]

== メモ・日記 ==
 *["postit-mode"]

== 色、フォント ==

 *["EmacsSolarized"]
 *["EmacsModusThemes"]

== 娯楽 ==
 *["XFace"]
 *["LSDB"]