Go to the first, previous, next, last section, table of contents.
C-x 4は,他のウィンドウ(ウィンドウが1つしかないときは,これを分
けたもの)を選択し,そのウィンドウでバッファを選択するコマンドの接頭辞キー
です.各C-x 4コマンドは,おのおのの方法で選択するバッファを探しま
す.
- C-x 4 b bufname RET
-
他のウィンドウでバッファbufnameを選択します.これは
switch-to-buffer-other-window
を実行します.
- C-x 4 f filename RET
-
他のウィンドウでファイルfilenameを読み込み,そのバッファを選択しま
す.これは
find-file-other-window
を実行します.See section ファイルの読み込み.
- C-x 4 d directory RET
-
他のウィンドウでディレクトリdirectoryに対するDiredバッファを選択し
ます.これは
dired-other-window
を実行します.See section ディレクトリエディタ, Dired.
- C-x 4 m
-
他のウィンドウで,メイルメッセージの作成を始めます.これは
mail-other-window
を実行します.同じウィンドウで行なうのは,
C-x mです(see section メイルの送信).
- C-x 4 .
-
他のウィンドウで,現在用いられているタグ表にあるタグを見つけます.
find-tag-other-window
を実行します.
Go to the first, previous, next, last section, table of contents.