source一覧

「source一覧」の編集履歴(バックアップ)一覧はこちら

source一覧」(2009/02/05 (木) 21:10:43) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

*目次 #contents *各sourceの説明 **現在開いているバッファの一覧 : 変数名 | ''anything-c-source-buffers'' : 詳細 | 現在開いているバッファの一覧を取得します : パッケージ | anything-config.el : おすすめ度 | ★★★★★(とても便利) **バッファにマッチしなかった場合にバッファを作成する : 変数名 | ''anything-c-source-buffer-not-found'' : 詳細 | バッファにマッチしなかった場合にバッファを作成します : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **ミニバッファに入力されたファイル履歴の一覧 : 変数名 | ''anything-c-source-file-name-history'' : 詳細 | 変数file-name-historyの一覧を取得します。 file-name-historyは、ミニバッファに入力されたファイル履歴の一覧です。 : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **カレントディレクトリにあるファイル一覧 : 変数名 | ''anything-c-source-files-in-current-dir'' : 詳細 | カレントディレクトリにあるファイル一覧を取得します。 : パッケージ | anything-config.el : おすすめ度 | ★★★★ (便利) **最近開いたファイルの一覧 : 変数名 | ''anything-c-source-recentf'' : 詳細 | 変数recentf-listの一覧を取得します。 file-name-historyは、最近開いたファイルの一覧です。 recentfを使うには、.emacsに設定を加える必要があるかもしれません。 #highlight(linenumber,lisp){{ (setq recentf-max-saved-items 500) (recentf-mode 1) }} : おすすめ度 | ★★★★★(とても便利) **manマニュアルを参照する : 変数名 | ''anything-c-source-man-pages'' : 詳細 | manページを参照する : パッケージ | anything-config.el : おすすめ度 | ★★ (人によっては) **Infoマニュアルを参照する : 変数名 | ''anything-c-source-info-pages'' : 詳細 | Infoマニュアルを参照する : パッケージ | anything-config.el : おすすめ度 | ★★ (人によっては) **コマンド履歴の一覧を得る : 変数名 | ''anything-c-source-complex-command-history'' : 詳細 | コマンド履歴の一覧を得る : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **Emacsコマンドを実行する : 変数名 | ''anything-c-source-emacs-commands'' : 詳細 | Emacsコマンドを実行します。 M-x よりも柔軟な検索(comment-regionを探すのに comme reg でOK)が出来るので、慣れればM-xは必要なくなります。 : パッケージ | anything-config.el : おすすめ度 | ★★★★ (便利) **Emacs関数の検索 : 変数名 | ''anything-c-source-emacs-functions'' : 詳細 | anything-c-source-emacs-commandsと比べて、インタラクティブでは無いEmacs関数も検索対象に含まれます。 : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **anything-c-source-emacs-functions-with-abbrevs **ブックマークを開く : 変数名 | ''anything-c-source-bookmarks'' : 詳細 | ブックマークを開きます : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **anything-c-source-picklist **anything-c-source-imenu **anything-c-source-file-cache **anything-c-source-locate **anything-c-source-tracker-search **anything-c-source-mac-spotlight **anything-c-source-bbdb **anything-c-source-evaluation-result **anything-c-source-calculation-result **anything-c-source-google-suggest **anything-c-source-jabber-contacts **テンプレ : 変数名 | ''anything-c-source-xxxxxxx'' : 詳細 | sourceの用途や、使い方など : パッケージ | xxxxxxx.el : おすすめ度 | ★★★★★(とても便利) ★★★★ (便利) ★★★ (普通) ★★ (人によっては) ★ (使うかも)
*目次 #contents *各sourceの説明 **現在開いているバッファの一覧 : 変数名 | ''anything-c-source-buffers'' : 詳細 | 現在開いているバッファの一覧を取得します : パッケージ | anything-config.el : おすすめ度 | ★★★★★(とても便利) **バッファにマッチしなかった場合にバッファを作成する : 変数名 | ''anything-c-source-buffer-not-found'' : 詳細 | バッファにマッチしなかった場合にバッファを作成します : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **ミニバッファに入力されたファイル履歴の一覧 : 変数名 | ''anything-c-source-file-name-history'' : 詳細 | 変数file-name-historyの一覧を取得します。 file-name-historyは、ミニバッファに入力されたファイル履歴の一覧です。 : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **カレントディレクトリにあるファイル一覧 : 変数名 | ''anything-c-source-files-in-current-dir'' : 詳細 | カレントディレクトリにあるファイル一覧を取得します。 : パッケージ | anything-config.el : おすすめ度 | ★★★★ (便利) **最近開いたファイルの一覧 : 変数名 | ''anything-c-source-recentf'' : 詳細 | 変数recentf-listの一覧を取得します。 file-name-historyは、最近開いたファイルの一覧です。 recentfを使うには、.emacsに設定を加える必要があるかもしれません。 #highlight(linenumber,lisp){{ (setq recentf-max-saved-items 500) (recentf-mode 1) }} : おすすめ度 | ★★★★★(とても便利) **manマニュアルを参照する : 変数名 | ''anything-c-source-man-pages'' : 詳細 | manページを参照する : パッケージ | anything-config.el : おすすめ度 | ★★ (人によっては) **Infoマニュアルを参照する : 変数名 | ''anything-c-source-info-pages'' : 詳細 | Infoマニュアルを参照する : パッケージ | anything-config.el : おすすめ度 | ★★ (人によっては) **コマンド履歴の一覧を得る : 変数名 | ''anything-c-source-complex-command-history'' : 詳細 | コマンド履歴の一覧を得る : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **Emacsコマンドを実行する : 変数名 | ''anything-c-source-emacs-commands'' : 詳細 | Emacsコマンドを実行します。 M-x よりも柔軟な検索(comment-regionを探すのに comme reg でOK)が出来るので、慣れればM-xは必要なくなります。 : パッケージ | anything-config.el : おすすめ度 | ★★★★ (便利) **Emacs関数の検索 : 変数名 | ''anything-c-source-emacs-functions'' : 詳細 | anything-c-source-emacs-commandsと比べて、インタラクティブでは無いEmacs関数も検索対象に含まれます。 : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **anything-c-source-emacs-functions-with-abbrevs **ブックマークを開く : 変数名 | ''anything-c-source-bookmarks'' : 詳細 | ブックマークを開きます : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **anything-c-source-picklist **anything-c-source-imenu **anything-c-source-file-cache **anything-c-source-locate **anything-c-source-tracker-search **anything-c-source-mac-spotlight **anything-c-source-bbdb **anything-c-source-evaluation-result **計算結果を表示する : 変数名 | ''anything-c-source-calculation-result'' : 詳細 | calc-evalの計算結果を表示します : おすすめ度 | ★★★ (普通) **Googleサジェストの結果を取得する : 変数名 | ''anything-c-source-google-suggest'' : 詳細 | Googleサジェストを利用したGoogle検索を行います。 : パッケージ | anything-config.el : おすすめ度 | ★★★ (普通) **anything-c-source-jabber-contacts **テンプレ : 変数名 | ''anything-c-source-xxxxxxx'' : 詳細 | sourceの用途や、使い方など : パッケージ | xxxxxxx.el : おすすめ度 | ★★★★★(とても便利) ★★★★ (便利) ★★★ (普通) ★★ (人によっては) ★ (使うかも)

表示オプション

横に並べて表示:
変化行の前後のみ表示:
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。