From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Working with one buffer in two frames/windows Date: Sun, 13 Jul 2008 21:44:49 -0400 Message-ID: References: <86tzew3d1c.fsf@lola.quinscape.zz> <20080713130606.GA1076@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215999909 22646 80.91.229.12 (14 Jul 2008 01:45:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2008 01:45:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 14 03:45:56 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KID8V-0006Hx-3U for ged-emacs-devel@m.gmane.org; Mon, 14 Jul 2008 03:45:55 +0200 Original-Received: from localhost ([127.0.0.1]:59475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KID7d-0004AB-2w for ged-emacs-devel@m.gmane.org; Sun, 13 Jul 2008 21:45:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KID7Y-00049v-Pd for emacs-devel@gnu.org; Sun, 13 Jul 2008 21:44:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KID7W-00049j-Ay for emacs-devel@gnu.org; Sun, 13 Jul 2008 21:44:55 -0400 Original-Received: from [199.232.76.173] (port=41696 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KID7W-00049g-5e for emacs-devel@gnu.org; Sun, 13 Jul 2008 21:44:54 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:26080) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KID7S-0002LV-Ht; Sun, 13 Jul 2008 21:44:50 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhAzAANMekjO+IfCPGdsb2JhbACBWZBKAQEBAS2WJIFp X-IronPort-AV: E=Sophos;i="4.30,355,1212379200"; d="scan'208";a="24299863" Original-Received: from 206-248-135-194.dsl.teksavvy.com (HELO pastel.home) ([206.248.135.194]) by ironport2-out.teksavvy.com with ESMTP; 13 Jul 2008 21:44:49 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A6EA589ED; Sun, 13 Jul 2008 21:44:49 -0400 (EDT) In-Reply-To: <20080713130606.GA1076@muc.de> (Alan Mackenzie's message of "Sun, 13 Jul 2008 13:06:06 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100661 Archived-At: > `buffer-list' > A list of information about buffers that have been selected in this > frame, ordered most-recently-selected first. There is one entry > for each buffer, which looks like this: (BUFFER, POINT, .....) For what it's worth, DocView buffers behave like this (we had to emulate `point', and we ended up doing it slightly differently than the real `point', so that it remembers the displayed page for each window where the buffer was displayed). Stefan