help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Same file/two windows


From: Albert Reiner
Subject: Re: Same file/two windows
Date: 16 Jan 2006 20:05:36 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

[Tim Johnson <tim@johnsons-web.com>, Mon, 16 Jan 2006 10:01:25 -0900]:
> Is there a configuration that will enable the original position
> to the buffer in the lower window to be perserved?

,----[ C-h f make-indirect-buffer RET ]
| make-indirect-buffer is an interactive built-in function.
| (make-indirect-buffer BASE-BUFFER NAME &optional CLONE)
| 
| Create and return an indirect buffer for buffer BASE-BUFFER, named NAME.
| BASE-BUFFER should be an existing buffer (or buffer name).
| NAME should be a string which is not the name of an existing buffer.
| Optional argument CLONE non-nil means preserve BASE-BUFFER's state,
| such as major and minor modes, in the indirect buffer.
| CLONE nil means the indirect buffer's state is reset to default values.
`----

Albert.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]