From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Allan Gottlieb Newsgroups: gmane.emacs.help Subject: request for buffer-configuration-to-register Date: Wed, 26 Jan 2011 21:25:29 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296095164 18636 80.91.229.12 (27 Jan 2011 02:26:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2011 02:26:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 27 03:26:00 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PiHYb-00054y-Ru for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jan 2011 03:25:58 +0100 Original-Received: from localhost ([127.0.0.1]:34202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiHYb-00042Z-Az for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jan 2011 21:25:57 -0500 Original-Received: from [140.186.70.92] (port=52115 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiHYD-00042K-80 for help-gnu-emacs@gnu.org; Wed, 26 Jan 2011 21:25:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiHYC-0005nM-Cx for help-gnu-emacs@gnu.org; Wed, 26 Jan 2011 21:25:33 -0500 Original-Received: from smtp.cs.nyu.edu ([128.122.49.97]:57328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiHYC-0005n9-7H for help-gnu-emacs@gnu.org; Wed, 26 Jan 2011 21:25:32 -0500 Original-Received: from ajglap.localdomain (ool-4a59b202.dyn.optonline.net [74.89.178.2]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id p0R2PUNd011819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 26 Jan 2011 21:25:30 -0500 (EST) Original-Received: by ajglap.localdomain (Postfix, from userid 1502) id DF087701D7; Wed, 26 Jan 2011 21:25:29 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:78774 Archived-At: window-configuration to register just saves the configuration of the windows (i.e. the geometry), as the name suggests. It also saves point. I would like to save (in addition to the window configuration and point) (names of the) buffers in those windows. The goal is to do jump-to-register and see the same thing I saw before (assuming of course the buffer contents weren't changed, or the buffers killed, etc). Does this function already exist? thanks, allan