Emacs part 21
■ このスレッドは過去ログ倉庫に格納されています
0637名無しさん@お腹いっぱい。
2007/04/11(水) 23:41:47C-x o => other-window
other-window is an interactive built-in function.
(other-window ARG &optional ALL-FRAMES)
Select the ARG'th different window on this frame.
All windows on current frame are arranged in a cyclic order.
This command selects the window ARG steps away in that order.
A negative ARG moves in the opposite order. If the optional second
argument ALL_FRAMES is non-nil, cycle through all frames.
要は、「A negative ARG moves in the opposite order.」だから、
C-u - C-x o
だろ。
■ このスレッドは過去ログ倉庫に格納されています