From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Mon, 27 Jul 2009 15:41:32 +0200 Message-ID: References: <4A6DAD94.8040006@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248702992 28871 80.91.229.12 (27 Jul 2009 13:56:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jul 2009 13:56:32 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 27 15:56:24 2009 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 1MVQgg-0004zL-Md for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 15:56:23 +0200 Original-Received: from localhost ([127.0.0.1]:42820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVQgg-0007av-21 for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 09:56:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVQST-0006Pl-Or for emacs-devel@gnu.org; Mon, 27 Jul 2009 09:41:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVQSO-0006Nz-Q1 for emacs-devel@gnu.org; Mon, 27 Jul 2009 09:41:40 -0400 Original-Received: from [199.232.76.173] (port=55758 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVQSO-0006NQ-0a for emacs-devel@gnu.org; Mon, 27 Jul 2009 09:41:36 -0400 Original-Received: from mail-yx0-f172.google.com ([209.85.210.172]:43633) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVQSM-0001Qa-Bq; Mon, 27 Jul 2009 09:41:34 -0400 Original-Received: by yxe2 with SMTP id 2so5833804yxe.14 for ; Mon, 27 Jul 2009 06:41:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=DYJhnnfWw+YtDhstu8td74eYOIk0mQ41pfhgif7wyNM=; b=NvADmyq3cK8MGbLx/y8T68msSHstGQDj9w2wKQvdQGRDV95791EiNYo1lymyjtu0KF P81VxV87snRsajfWNiL9xs+Fpt1KjjVZxDogGSdXoOT308MSWkPpQt3aq7eoUXM5G8mP CMb1UEoSJOdTCuUik2SLYQFIMpyz9uhqIi9eI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=magjKgrP6XnjC363Zy6xY8l0XJHc2/4jTxl9SOBFS4RsCf6DcYAnHJDazHDHqnsGFS QllC9f9NZsQrB2B6kurexcwm4Qqze05+tXRq3wqDzneMvmmf/tF0/c4uIPQwbi3WWNs8 zra+lOouJJZ/7q+ki0G7/8JCItcTdBAdmSk9k= Original-Received: by 10.100.131.7 with SMTP id e7mr8284206and.132.1248702093036; Mon, 27 Jul 2009 06:41:33 -0700 (PDT) In-Reply-To: <4A6DAD94.8040006@gmx.at> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:113215 Archived-At: On Mon, Jul 27, 2009 at 3:37 PM, martin rudalics wrote: > It would be fine to see such code though since we could use it to safely > store window configurations on disk in a non-procedural manner. What do you mean? Is not the code in winsav.el non-procedural enough?