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

[http://macemacsjp.sourceforge.jp/ MacEmacs JP Project]も参照してみてください。

[[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 branch http://bzr.savannah.gnu.org/r/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

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

== 野良バイナリ ==
http://www.emacsformacosx.com/

http://atomized.org/wp-content/cocoa-emacs-nightly/

[http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl Download Latest EmacsW32+Emacs binaries and nXhtml]

http://code.google.com/p/emacs-for-windows/

http://www.ourcomments.org/Emacs/DL/EmacsW32/

= パッケージ類 =
 * [http://melpa.milkbox.net/#known-issues MELPA]

= バッチモード =
{{{
emacs -Q -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

}}}

= メモ =
midnight-mode,cscope,goto-chg.el

[http://xahlee.org/emacs/emacs.html Xah's Emacs Tutorial]

[http://sam.aaron.name/2010/02/09/hooking-supercollider-up-to-emacs-on-os-x.html Communicatively Speaking - Hooking SuperCollider up to Emacs on OS X]:SuperCollider を Emacs から利用する

[http://ikejisoft.com/?%A5%A8%A5%C7%A5%A3%A5%BF%C7%C9%C8%B6%A4%DE%A4%C8%A4%E1%A5%B5%A5%A4%A5%C8 エディタ派閥まとめサイト - IKeJIWiki]

[https://www.codeblog.org/blog/ueno/ ueno's codeblog]

[http://www.oreilly.co.jp/books/9784873112770/ oreilly.co.jp -- Online Catalog: 入門 GNU Emacs 第3版]

[http://platypope.org/yada/emacs-demo/ Emacs Screencast]:ECBとかでEmacsちゃんと設定してある人のプログラミング画面。ECB利用していてマウスなんぞ利用しないよ。。

[http://platypope.org/blog/2006/11/8/emacs-for-you platypope.org / blog / .emacs for you]:上の動画の人の.emacs

[http://www002.upp.so-net.ne.jp/mamewo/emacs.html Emacsのいろいろなメモ]

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

= Emacs23関連 =
[http://atomized.org/wp-content/cocoa-emacs-nightly/ Index of /wp-content/cocoa-emacs-nightly]

{{{
(when (>= emacs-major-version 23)
  ;; Emacs 23専用コード
  )
}}}

[http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1335 #1335 - Arch-dependant data should not be installed in the app bundle - Emacs bug report logs]:app bundle でインストールしないようにしてもそうならないバグは健在

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

起動時間関連は before-init-time と after-init-time を利用するのがよい

= Emacs Lispアプリケーション・モード =
Emacs Lisp 勉強するなら ielm ですると楽かな? 


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

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

== 操作向上 ==
 *["Elscreen"]
 *["ColorTheme"]
 *EmacsDired
 *["session.el"]
 *["anything"]
 *["auto-complete.el"]
 *["ansi-term"]
 *["cmigemo"]

[http://d.hatena.ne.jp/rubikitch/20081104/1225745862 Ctrl+中指か薬指を使うキー操作が多いEmacsで指の負担を軽くする方法 - (rubikitch loves (Emacs Ruby CUI))]

[http://d.hatena.ne.jp/Ubuntu/20090519/1242734517 EmacsのキーバインドをVimライクにし、さらにLispをバイトコンパイルして高速化する。 - Hatena::Diary::Ubuntu]

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

== 開発 ==
 *PythonMode
 *["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"]

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

= iPhone/iPad =
http://gamma-level.com/iphoneos/ports/emacs


= その他 =
http://www.xemacs.org/

[http://web.archive.org/web/20050915010556/http://list-archive.xemacs.org/xemacs-users-ja/200401/msg00012.html Re: XEmacs project already closed???]

http://www.sxemacs.org/

http://www.teuton.org/~ejm/emacsicon/index.shtml

= 関連リンク =
[http://levana.de/emacs/ evening commander]midnight commander clone

http://mibai.tec.u-ryukyu.ac.jp/%7Eoshiro/Programs/

[http://221.112.61.214/~kzk/column/emacs/ CodeReading: GNU Emacs]

http://cvs.savannah.gnu.org/viewvc/?root=www

http://aquamacs.org/

M-x report-emacs-bug

http://sourceforge.jp/projects/macwiki/svn/view/zenitani/CarbonEmacs/src/lisp/site-init.el?view=markup&root=macwiki

[http://www-tsujii.is.s.u-tokyo.ac.jp/~yoshinag/tips/elisp_tips.html Petit emacs lisp tips on .emacs.el]

[http://www.gnu.org/software/emacs/tour/ A guided tour of Emacs]

[http://xahlee.org/emacs/emacs23.2_features.html Emacs 23.2 Features]

http://www.gnu.org/software/zile/

[http://fujim.tumblr.com/post/361299617/emacs-e-palette-el?utm_source=twitterfeed&utm_medium=twitter Emacsのカラーパレットモード e-palette.el - ふじまことの館]

[http://www.slideshare.net/nanasess/emacs-5282932 Emacs アイコンがコミットされるまで]

----
##FullSearch()