next up previous
Next: 7.8 ウィンドウ操作関数 Up: 7 Emacsの基本編集関数 Previous: 7.6 バッファ操作関数

7.7 ウィンドウ操作コマンド

Eamcsのウィンドウは,バッファを表示するスクリーン上の物理的な領域で, フレームの中にまとめられている.



表 5: ウィンドウ操作コマンド
ウィンドウ操作コマンド
(split-window window size horizontal) ウィンドウを分割
(split-window-vertically size)
(split-window-horizontally size)
(delete-window window) C-x 0
(delete-other-window window) C-x 1
(delete-windows-on buffer frame)
(other-window 数 all-frame-flag) ウィンドウリストの中で数だけ別の ウィンドウへ移動.all-frameがnon-nilなら全フレームのウィンド ウに対して行う. C-x o
(switch-to-buffer buffer-or-name norecord)
(display-buffer buffer-or-name not-this-window frame)
(scroll-up count)
(scroll-down count)
(scroll-other-window count)
(enlarge-window size horizontal)
(enlarge-window-horizontally columns)
(shrink-window size horizontal)
(shrink-window-horizontally columns)
(shrink-window-if-larger-than-buffer window)




next up previous
Next: 7.8 ウィンドウ操作関数 Up: 7 Emacsの基本編集関数 Previous: 7.6 バッファ操作関数
generated through LaTeX2HTML. M.Inaba 平成18年5月7日