From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Annoying window/frame-configuration registers Date: Tue, 29 Mar 2011 08:37:04 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301359053 8961 80.91.229.12 (29 Mar 2011 00:37:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2011 00:37:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 29 02:37:27 2011 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 1Q4Mvy-0002TY-Vd for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2011 02:37:23 +0200 Original-Received: from localhost ([127.0.0.1]:57866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4Mvy-0000Xv-4B for ged-emacs-devel@m.gmane.org; Mon, 28 Mar 2011 20:37:22 -0400 Original-Received: from [140.186.70.92] (port=39270 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4Mvo-0000Xb-RT for emacs-devel@gnu.org; Mon, 28 Mar 2011 20:37:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4Mvn-00059H-Nt for emacs-devel@gnu.org; Mon, 28 Mar 2011 20:37:12 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:45517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4Mvn-00058z-KF for emacs-devel@gnu.org; Mon, 28 Mar 2011 20:37:11 -0400 Original-Received: by iwg8 with SMTP id 8so4718185iwg.0 for ; Mon, 28 Mar 2011 17:37:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=dBkMj5V7cAiRs6UWx6OLjAAEFil1Q1Kn1P2GT9N5IDA=; b=oBKh0Y0ump1fKOvDLBM0x2GQkD4jf/y/taXg/AzLpAFVgyS8kqSHA1WPa84JTY4iOO b+b5qWdlukKzkWnloU9D5cTLdEcNFcBNED8pSatslECqLiVWu8v6fRZJOSVF5uzr5ceW jn1bMYemvwogmcBFnC3R0rAsNK6/V7GgrdaC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=jNd0Iju31eX8lo0zXS79kNzDv62t0VsRLbgvG4Ub/Roc/z6EywQ33VApVDGJN7+y4G MXoGLxYjGQ3RNwsmS4LE3y3dwAK5M7g+ZcnM2ypaBL5kwwk70k/sknO9K6dl/nly6WaO EityWpgixbXRxXj16tbrWfX13q81OHPVfC5T4= Original-Received: by 10.43.58.12 with SMTP id wi12mr7119568icb.309.1301359030602; Mon, 28 Mar 2011 17:37:10 -0700 (PDT) Original-Received: from Victoria.local (th041092.ip.tsinghua.edu.cn [59.66.41.92]) by mx.google.com with ESMTPS id 8sm3263792iba.21.2011.03.28.17.37.08 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Mar 2011 17:37:09 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Mon, 28 Mar 2011 14:12:45 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.7) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 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:137824 Archived-At: On 2011-03-29 02:12 +0800, Stefan Monnier wrote: > The window-config code needs to be overhauled, indeed. E.g. so as to be > able to restore a window config in another frame. > Your change might be OK, but only if it affects the behavior of > registers but not of the many internal uses of window-configs. It will only affect registers. Leo