[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vs. split-window-vertically
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 07 Aug 2008 07:57:56 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10324
- References: <87k5foiceg.fsf@xxxxxxxxxxx>
>>>>> In [emacs-w3m : No.10295] jidanni@xxxxxxxxxxx wrote:
> Use
> C-x 2 runs the command split-window-vertically
> then e.g.,
> B runs the command w3m-view-previous-page
> or
> H runs the command w3m-gohome
> etc.
> You'll see both windows' actions are in tandem. What use is that? They
> should act independently.
Because those windows display the identical buffer object. How
about using `M-x clone-buffer' instead of `C-x 2' ?
An operation having some resemblance is `C-c C-t C-x 2 C-p'.