From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Sperber Newsgroups: gmane.emacs.devel Subject: Re: read syntax for window configs Date: Fri, 19 Mar 2010 16:31:32 +0100 Message-ID: References: <86bpf7q3fc.wl%lluis@ginnungagap.pc.ac.upc.edu> <87wrxvyijr.fsf@stupidchicken.com> <4B8C42E2.3080308@siege-engine.com> <7697A57B1AD9104F993CDF6A5B69430C09227D1F24@CORPMAIL08.corp.capgemini.com> <878wabxg0x.fsf@uwakimon.sk.tsukuba.ac.jp> <87mxyrhxq8.fsf@lola.goethe.zz> <7697A57B1AD9104F993CDF6A5B69430C09227D1FCE@CORPMAIL08.corp.capgemini.com> <7697A57B1AD9104F993CDF6A5B69430C09227D1FF5@CORPMAIL08.corp.capgemini.com> <87wrxu79r6.fsf@mail.jurta.org> <87wrxuw0pd.fsf@uwakimon.sk.tsukuba.ac.jp> <86716EEF25B64190B631AD85710E965D@us.oracle.com> <4BA35681.4030005@gmx.at> <4BA37714.4030207@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1269014607 9256 80.91.229.12 (19 Mar 2010 16:03:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 19 Mar 2010 16:03:27 +0000 (UTC) Cc: mike@xemacs.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 19 17:03:22 2010 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.69) (envelope-from ) id 1NsefR-0003b2-Fa for ged-emacs-devel@m.gmane.org; Fri, 19 Mar 2010 17:03:21 +0100 Original-Received: from localhost ([127.0.0.1]:41338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsefQ-0007d0-VR for ged-emacs-devel@m.gmane.org; Fri, 19 Mar 2010 12:03:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NseAn-0001pz-5d for emacs-devel@gnu.org; Fri, 19 Mar 2010 11:31:41 -0400 Original-Received: from [140.186.70.92] (port=55102 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NseAl-0001pi-NO for emacs-devel@gnu.org; Fri, 19 Mar 2010 11:31:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NseAi-0007ny-O7 for emacs-devel@gnu.org; Fri, 19 Mar 2010 11:31:39 -0400 Original-Received: from h615406.serverkompetenz.net ([81.169.143.132]:53208) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NseAi-0007ng-IQ for emacs-devel@gnu.org; Fri, 19 Mar 2010 11:31:36 -0400 Original-Received: from h615406.serverkompetenz.net (localhost [127.0.0.1]) by h615406.serverkompetenz.net (Postfix) with ESMTP id 0695717063; Fri, 19 Mar 2010 15:30:36 +0000 (UTC) Original-Received: from eta.local (p5B205A2A.dip.t-dialin.net [91.32.90.42]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by h615406.serverkompetenz.net (Postfix) with ESMTPSA id 927D117062; Fri, 19 Mar 2010 15:30:35 +0000 (UTC) Original-Received: by eta.local (Postfix, from userid 2246) id 8FE2A6F42C4; Fri, 19 Mar 2010 16:31:32 +0100 (CET) In-Reply-To: <4BA37714.4030207@gmx.at> (martin rudalics's message of "Fri, 19 Mar 2010 14:07:32 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (darwin) X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Fri, 19 Mar 2010 12:01:32 -0400 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:122287 Archived-At: martin rudalics writes: >>> Thank you for posting this. It won't work out of the box for Emacs >>> because Emacs lacks `make-window-configuration' and `make-saved-windo= w'. >>> Can you post their definitions here or tell us a page on the net wher= e >>> we can look at them? >> >> http://hg.debian.org/hg/xemacs/xemacs/file/45753d9a0dc4/lisp/window-xe= macs.el > > Sorry but this has only a call to `make-window-configuration' in > `current-window-configuration'. I've been looking into window.c but > didn't find it there either :-( I suppose it simply builds a vector fro= m > its arguments. `make-window-configuration' is defined by the `(defstruct window-configuration ...)'. > Funnily, nothing would prevent us from keeping window identities across > sessions. =20 Yes, it would, unless you're thinking of some other meaning of the word "identity". The original window simply isn't there anymore. --=20 Cheers =3D8-} Mike Friede, V=F6lkerverst=E4ndigung und =FCberhaupt blabla