From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Albert Reiner Newsgroups: gmane.emacs.help Subject: Re: Same file/two windows Date: 16 Jan 2006 20:05:36 +0100 Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137442438 31018 80.91.229.2 (16 Jan 2006 20:13:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jan 2006 20:13:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 16 21:13:51 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EyajI-0004rZ-SB for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jan 2006 21:13:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eyalb-0001aM-Kh for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jan 2006 15:15:51 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: berry.phys.ntnu.no Original-X-Trace: orkan.itea.ntnu.no 1137438336 25605 129.241.48.91 (16 Jan 2006 19:05:36 GMT) Original-X-Complaints-To: usenet@itea.ntnu.no Original-NNTP-Posting-Date: Mon, 16 Jan 2006 19:05:36 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:137064 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32686 Archived-At: [Tim Johnson , 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.