From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: On removing sequence_number from window structure Date: Sat, 02 Feb 2013 18:50:57 +0100 Message-ID: <510D5201.3080205@gmx.at> References: <510CD342.8090600@gmx.at> <510D4DC1.1050900@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1359827471 12749 80.91.229.3 (2 Feb 2013 17:51:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2013 17:51:11 +0000 (UTC) Cc: emacs-devel To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 18:51:31 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U1hFR-0002Bt-7W for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2013 18:51:29 +0100 Original-Received: from localhost ([::1]:41765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1hF9-0001Eq-0t for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2013 12:51:11 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:57324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1hF5-0001Di-0Q for emacs-devel@gnu.org; Sat, 02 Feb 2013 12:51:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1hF3-0006TQ-VL for emacs-devel@gnu.org; Sat, 02 Feb 2013 12:51:06 -0500 Original-Received: from mout.gmx.net ([212.227.15.18]:55655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1hF3-0006TL-Mt for emacs-devel@gnu.org; Sat, 02 Feb 2013 12:51:05 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LdKAB-1UjamX0jj7-00iWBC for ; Sat, 02 Feb 2013 18:51:04 +0100 Original-Received: (qmail invoked by alias); 02 Feb 2013 17:51:03 -0000 Original-Received: from 62-47-50-198.adsl.highway.telekom.at (EHLO [62.47.50.198]) [62.47.50.198] by mail.gmx.net (mp001) with SMTP; 02 Feb 2013 18:51:03 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18XY0Ah0koXS8HY9P9nf0YQiidlEHLKvK5u9XGmX0 c602o7Us/Zz10+ In-Reply-To: <510D4DC1.1050900@yandex.ru> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156802 Archived-At: > Why? The only reason I can imagine is age tracking (e.g. the window with > smaller sequence number is always created before the window with the larger > one); is that so important? Are there other reasons? In my modeline I display windows as (concat ; WINDOW (replace-regexp-in-string ">" "" (replace-regexp-in-string " on.+" "" (replace-regexp-in-string "# isn't readable and hardly something I could memoize while debugging. martin