From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: read syntax for window configs Date: Thu, 18 Mar 2010 09:41:26 -0700 Message-ID: <23217C5E2FDB4E5A9A0BBEBAC818E5DE@us.oracle.com> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1268933415 6150 80.91.229.12 (18 Mar 2010 17:30:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 18 Mar 2010 17:30:15 +0000 (UTC) Cc: "'Berndl, Klaus'" , 'Lennart Borgman' , mike@xemacs.org, emacs-devel@gnu.org, 'Juri Linkov' , "'Stephen J. Turnbull'" To: "'Michael Sperber'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 18 18:30:04 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 1NsJXo-0008ML-0B for ged-emacs-devel@m.gmane.org; Thu, 18 Mar 2010 18:30:04 +0100 Original-Received: from localhost ([127.0.0.1]:53992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsJXm-0002YX-Nf for ged-emacs-devel@m.gmane.org; Thu, 18 Mar 2010 13:30:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NsInM-0007bn-2t for emacs-devel@gnu.org; Thu, 18 Mar 2010 12:42:04 -0400 Original-Received: from [140.186.70.92] (port=39182 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsInK-0007ab-La for emacs-devel@gnu.org; Thu, 18 Mar 2010 12:42:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NsInJ-0001LT-EH for emacs-devel@gnu.org; Thu, 18 Mar 2010 12:42:02 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:17461) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NsInJ-0001LD-7E for emacs-devel@gnu.org; Thu, 18 Mar 2010 12:42:01 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet12.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o2IGfpSm010134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 18 Mar 2010 16:41:52 GMT Original-Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o2IEXOek026117; Thu, 18 Mar 2010 16:41:39 GMT Original-Received: from abhmt002.oracle.com by acsmt355.oracle.com with ESMTP id 92502411268930488; Thu, 18 Mar 2010 09:41:28 -0700 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 18 Mar 2010 09:41:27 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcrGtQ/N3beOsGCDS567UtfrgQelYAABKvPw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt355.oracle.com [141.146.40.155] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.4BA257CE.0187:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:122178 Archived-At: > >> > > Since XEmacs have lots of other object types, maybe > >> > > XEmacs already has a read syntax for window configurations > >> > >> Window configurations in XEmacs don't have read syntax, but they're > >> pretty close, and thus it wouldn't be hard to do. > > > > Read syntax for window (and frame) configs would be very welcome. > > I've attached code that works for XEmacs. Is this along the line of > what you'd like? Thanks. I'll try to take a look at it soon.