[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

Differences between revisions 152 and 153

Deletions are marked like this. Additions are marked like this.
Line 87: Line 87:
 * 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のいろいろなメモ]
Line 109: Line 99:

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

= ブラウザ上でも 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/

[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

https://github.com/emacs-tw/awesome-emacs

= 関連リンク =
[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()

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

公式サイト関連

リポジトリ

リポジトリミラー

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

パッチ類

バイナリ

公式バイナリ

http://ftp.gnu.org/pub/gnu/emacs/windows/

パッケージ類

確認事項

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

(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

メモ

設定

dot.emacs.d

Emacs Lisp

入力

ネットワーク

操作向上

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

ドキュメント記述

辞書

メモ・日記

色、フォント

娯楽

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