Differences between revisions 145 and 146
Deletions are marked like this. | Additions are marked like this. |
Line 154: | Line 154: |
*["Magit"] |
Emacsにかんするカテゴリです。
MacEmacs JP Projectも参照してみてください。
Contents
公式サイト関連
リポジトリ
bzr branch http://bzr.savannah.gnu.org/r/emacs
リポジトリミラー
本家の開発は bzr に移行したが bzr は極度に速度が遅く結構不便、しかし本家の他リポジトリはミラーされないので各所でミラーされています。
Git: http://repo.or.cz/w/emacs.git http://gitorious.org/emacs-mt
hg: http://hg.intevation.org/emacs (CVSから変換しているため現在更新が停止されている)
パッチ類
https://github.com/tovbinm/emacs-24-mac : Mac Port パッチをあててあるレポジトリ
バイナリ
公式バイナリ
http://ftp.gnu.org/pub/gnu/emacs/windows/
パッケージ類
バッチモード
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
メモ
- midnight-mode,cscope,goto-chg.el
Communicatively Speaking - Hooking SuperCollider up to Emacs on OS X:SuperCollider を Emacs から利用する
Emacs Screencast:ECBとかでEmacsちゃんと設定してある人のプログラミング画面。ECB利用していてマウスなんぞ利用しないよ。。
platypope.org / blog / .emacs for you:上の動画の人の.emacs
Emacs23関連
Index of /wp-content/cocoa-emacs-nightly
(when (>= emacs-major-version 23) ;; Emacs 23専用コード )
#1335 - Arch-dependant data should not be installed in the app bundle - Emacs bug report logs:app bundle でインストールしないようにしてもそうならないバグは健在
設定
起動時間関連は before-init-time と after-init-time を利用するのがよい
Emacs Lispアプリケーション・モード
Emacs Lisp 勉強するなら ielm ですると楽かな?
入力
ネットワーク
操作向上
Ctrl+中指か薬指を使うキー操作が多いEmacsで指の負担を軽くする方法 - (rubikitch loves (Emacs Ruby CUI))
EmacsのキーバインドをVimライクにし、さらにLispをバイトコンパイルして高速化する。 - Hatena::Diary::Ubuntu
Emacs で自動的にキーバインドをポップアップする guide-key - 備忘録
開発
http://user.it.uu.se/~mic/mic-paren.el
http://distfiles.macports.org/d-mode.el/d-mode.el
http://github.com/kobapan/kokopelli.el 関数一覧表示
Julien Danjou homepage - rainbow-mode
https://github.com/mooz/js2-mode
XML
ドキュメント記述
辞書
メモ・日記
娯楽
ブラウザ上でも Emacs
QuickCursor は現在メンテされていない。
Add "<string>org.gnu.Emacs</string>" to the elements of QCEditInChoices in QuickCursor.app/Contents/Info.plist.)
iPhone/iPad
http://gamma-level.com/iphoneos/ports/emacs
その他
Re: XEmacs project already closed???
http://www.teuton.org/~ejm/emacsicon/index.shtml
https://github.com/emacs-tw/awesome-emacs
関連リンク
evening commandermidnight commander clone
http://mibai.tec.u-ryukyu.ac.jp/%7Eoshiro/Programs/
http://cvs.savannah.gnu.org/viewvc/?root=www
M-x report-emacs-bug
Petit emacs lisp tips on .emacs.el
http://www.gnu.org/software/zile/
Emacsのカラーパレットモード e-palette.el - ふじまことの館