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: Infrastructural complexity. Date: Sun, 19 Jul 2009 15:06:26 +0200 Message-ID: References: <20090712180623.GA1009@muc.de> <0C244EB2B99349238E281268B0339C72@us.oracle.com> <20090716200959.GA4298@muc.de> <87vdlstkg4.fsf@mail.jurta.org> <87skgwb9na.fsf@stupidchicken.com> <87ab34ti2o.fsf@mail.jurta.org> <4A61D2A5.8080504@gmx.at> <87vdlpfun0.fsf@mail.jurta.org> <4A62F79A.90001@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1248008808 1947 80.91.229.12 (19 Jul 2009 13:06:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Jul 2009 13:06:48 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 19 15:06:41 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 1MSW6A-0004Ex-OS for ged-emacs-devel@m.gmane.org; Sun, 19 Jul 2009 15:06:39 +0200 Original-Received: from localhost ([127.0.0.1]:37645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSW6A-00051j-6P for ged-emacs-devel@m.gmane.org; Sun, 19 Jul 2009 09:06:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSW64-00051U-S4 for emacs-devel@gnu.org; Sun, 19 Jul 2009 09:06:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSW60-00050O-9d for emacs-devel@gnu.org; Sun, 19 Jul 2009 09:06:32 -0400 Original-Received: from [199.232.76.173] (port=50092 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSW60-00050K-3l for emacs-devel@gnu.org; Sun, 19 Jul 2009 09:06:28 -0400 Original-Received: from mail-fx0-f216.google.com ([209.85.220.216]:43077) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MSW5z-0005BX-Fr for emacs-devel@gnu.org; Sun, 19 Jul 2009 09:06:27 -0400 Original-Received: by fxm12 with SMTP id 12so32202fxm.42 for ; Sun, 19 Jul 2009 06:06:26 -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=73FDL4V7yLIMojThAVdsYKTTcxGB4/WomBEVPLStwGk=; b=ajvhWiNIkzXxMIOqrKlIAvN8YRoOfWFl6lfT96MB++1k/uVWUdM/hxr2knghxAildf UbPmeD824deDqgJv0Z/g2jmDXDW6IP0c0L2qswdvx/tOKyuFtD8RBJ2/+eBhUBWhLSJf siJ/jWILA8gAB5MmfaEXfYg+Y3O8ufv8Wq8E0= 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=d7rvLlh4a3HpB4+5tDOWCUuFcCswZwUdpQ9ozZM9Nu3F1gGxbf/Rx0DdQLy9J79fmn srIELF4Nr1o+Zk9aisMrDhi9NgMV+3vFKOFSwMV23TVIKoR9JhD6s3FY4jotuhHEwCBE Bpb4jcyZweIqOzaqs8G4JWzm7YQyOZTDY30sg= Original-Received: by 10.223.108.15 with SMTP id d15mr915891fap.62.1248008786417; Sun, 19 Jul 2009 06:06:26 -0700 (PDT) In-Reply-To: <4A62F79A.90001@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:112750 Archived-At: On Sun, Jul 19, 2009 at 12:38 PM, martin rudalics wrote: > > IIUC most of these serve to save and restore earlier constructed window > configurations, though not across sessions (which, I suppose, is what > "persistent" stands for). =C2=A0But wouldn't ECB implement all the missin= g > parts? =C2=A0ISTR that ECB comes with some predefined configurations whic= h is > probably the most important part for beginners. Winsav.el does save and restore across sessions and I think there is one other package that does it too.