#pragma section-numbers off [[TableOfContents]] = 概要 = Emacs 上でバッファを["screen"]のような操作であつかう事ができる。 = URL = [http://www.morishima.net/~naoto/j/software/elscreen/ ElScreen] = インストール = APELが必要です。 elscreen.elをload-pathの通った場所におきます。 = 設定 = {{{ (load "elscreen" "ElScreen" t) }}} = 利用方法 = ヘルプはC-z ?で表示できる。 デフォルトのキー {{{ C-z ElScreen prefix key C-z C-c Create new screen C-z k Kill the current screen C-z C-p Switch to the previous screen C-z C-n Switch to the next screen C-z C-a Toggle screens C-z g Jump to the specified screen C-z [0-9] Jump to the screen # C-z ? Show help C-z C-f Find file in new screen C-z w Show list of screens C-z m Show last message C-z t Show time C-z A Name the current screen C-z v Show ElScreen version }}} = 参考サイト = http://pure.fan.gr.jp/simm/ms/?20020824#200208242S1 http://www.fan.gr.jp/~ring/Meadow/meadow.html#ElScreen ---- CategoryPrograming CategoryEmacs