ELL
[ Top ]
ELL:1249件(168件,13.5%紹介済み),Meadow memo: Elisp 309件,ソフト 41件です
- 1. autorevert.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- Revert buffers when file on disk change.
[***--]他のソフトでファイルが変更されたら,自動的に読み込み直すもの
( Emacs XEmacs-Packages
) - 2. bs.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- menu for selecting and displaying buffers, alternative for C-xC-b
[-----]バッファリストを表示する.また,バッファを連続して切り替える機能もある
( Emacs
) - 3. buffer-timer.el
( Wiki でメモ,Google,archive)
- Track your time based on the buffers you edit.
- 4. color-moccur.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- [show all occurrences of regexp in all file buffers]
[*****]すべてのバッファに occur を行う moccur を改造したもの.grep や grep-find と同等の機能も Elisp だけで実行できる
( Netinstall
) - 5. comint-redirect.el
( Wiki でメモ,Google,archive)
- Redirect comint output to multiple buffers
- 6. comment.el
( Wiki でメモ,Google,archive)
- comment out regions of buffers
- 7. dedicated.el
( Wiki でメモ,Google,archive)
- A very simple minor mode for dedicated buffers
- 8. egocentric.el
( Wiki でメモ,Google,archive)
- highlight your name inside emacs buffers
- 9. filemenu.el
( Wiki でメモ,Google,archive)
- Mode for buffers that present menus of files to visit
- 10. fm.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- follow mode for compilation/output buffers
[****-]occur や grep で別ウィンドウに該当する行を表示できる
- 11. html-lang-timestamp.el
( Wiki でメモ,Google,archive)
- Set language specific timestamps in HTML buffers.
- 12. htmlize.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- HTML-ize font-lock buffers
[***--]バッファの色をそのまま HTML へ変換する
( XEmacs-Packages
) - 13. ibuffer.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- operate on buffers like dired
[*****]便利なバッファリスト
( Emacs XEmacs-Packages
) - 14. ido.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- interactively do things with buffers and files
[-----]バッファの切り替えとファイルを開く時の操作を iswitchb のように,切り替えることができる.
( Emacs
) - 15. iswitchb-fc.el
( Wiki でメモ,Google,archive)
- switch to buffers or file-cache entries with 1 command
- 16. iswitchb.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- switch between buffers using substrings
[*****]C-x b でのバッファの切り替えを楽にする
( Emacs XEmacs-Packages
) - 17. jiggle.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- Minor mode to jiggle cursor when changing buffers
[-----]バッファの移動時にカーソルを動かして,カーソル位置を分かりやすくする
- 18. keep-buffers.el
( Wiki でメモ,Google,archive)
- Attempt to prevent named buffers from deletion.
- 19. kill-buffers.el
( Wiki でメモ,Google,archive)
- Various functions to kill buffers by mode
- 20. linum.el
( Wiki でメモ,Google,archive)
- Display line numbers to the left of buffers
( Emacs
) - 21. msb.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- [****-]Buffers メニューをモード別やディレクトリ別で表示できるようにする
( Emacs
) - 22. multi-mode.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- support for multiple major modes using indirect buffers
[*----]複数のメジャーモードを切り替える
- 23. newcomment.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- (un)comment regions of buffers
[*****]リージョンをコメントにする/コメントをはずす
( Emacs XEmacs
) - 24. news-hack.el
( Wiki でメモ,Google,archive)
- create newsrc buffers for foreign groups
- 25. ns-browse.el
( Wiki でメモ,Google,archive)
- view html-enriched mail/news buffers using Netscape for you
- 26. pc-bufsw.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- Support for a quick switch between Emacs buffers.
[*****]Windows のようにバッファを切り替える elisp
- 27. pointback.el
( Wiki でメモ,Google,archive)
- Restore window points when returning to buffers
- 28. protbuf.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- protect buffers from accidental killing
[**---]特定のバッファを kill できないようにする
- 29. revbufs.el
( Wiki でメモ,Google,archive)
- reverts all out-of-date buffers safely
- 30. shbuf.el
( Wiki でメモ,Google,archive)
- [Sharing buffers between Emacs processes over the network]
- 31. swbuff.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- Quick switch between Emacs buffers.
バッファを連続的に切り替える
- 32. tempbuf.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- kill unused buffers in the background
[***--]不要なバッファをバックグラウンドで kill してくれます.
- 33. toggle-buffer.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- fast switching between two buffers;
[*----]直前のバッファと現在のバッファを切り替えることができる.
- 34. toolbox.el
( Wiki でメモ,Google,archive)
- create simple menus in buffers
- 35. uuinsert.el
( Wiki でメモ,Google,archive)
- [uu-encode/decode files and directories into text buffers]
- 36. wdired.el
( MeadowMemo の説明,Wiki でメモ,Google,archive)
- Rename files editing their names in dired buffers
[*****]dired バッファを編集する elisp
( Emacs
) - 37. whitespace.el
( Wiki でメモ,Google,archive)
- strip trailing whitespace from buffers
( Emacs XEmacs-Packages
)
37 件、みつかりました。