紹介マニアMoinMoin

Emacsにかんするカテゴリです。

MacEmacs JP Projectも参照してみてください。

公式サイト関連

リポジトリ

bzr branch http://bzr.savannah.gnu.org/r/emacs

リポジトリミラー

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

パッチ類

バイナリ

公式バイナリ

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

メモ

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 でインストールしないようにしてもそうならないバグは健在

設定

dot.emacs.d

起動時間関連は 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-helm/helm · GitHub

Emacs で自動的にキーバインドをポップアップする guide-key - 備忘録

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

開発

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

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

lambda-mode

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

その他

http://www.xemacs.org/

Re: XEmacs project already closed???

http://www.sxemacs.org/

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/

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

Petit emacs lisp tips on .emacs.el

A guided tour of Emacs

Emacs 23.2 Features

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

Emacsのカラーパレットモード e-palette.el - ふじまことの館

Emacs アイコンがコミットされるまで


紹介マニアMoinMoin: CategoryEmacs (last edited 2024-03-01 13:49:06 by sakito)