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: [RFC] some reworking of struct window Date: Thu, 21 Mar 2013 22:17:44 +0100 Message-ID: <514B78F8.3040706@gmx.at> References: <514AD54F.8050309@yandex.ru> <514AF119.8080908@gmx.at> <83wqt0y4ll.fsf@gnu.org> 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 1363900680 13010 80.91.229.3 (21 Mar 2013 21:18:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2013 21:18:00 +0000 (UTC) Cc: dmantipov@yandex.ru, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 21 22:18:25 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 1UImsR-00055G-Sn for ged-emacs-devel@m.gmane.org; Thu, 21 Mar 2013 22:18:24 +0100 Original-Received: from localhost ([::1]:36347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIms4-0004s8-Gr for ged-emacs-devel@m.gmane.org; Thu, 21 Mar 2013 17:18:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UImrx-0004ry-KU for emacs-devel@gnu.org; Thu, 21 Mar 2013 17:17:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UImrs-0003BM-Tk for emacs-devel@gnu.org; Thu, 21 Mar 2013 17:17:53 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:63213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UImrs-0003B3-IE for emacs-devel@gnu.org; Thu, 21 Mar 2013 17:17:48 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.31]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MC6gQ-1URYIF1ahk-008twf for ; Thu, 21 Mar 2013 22:17:47 +0100 Original-Received: (qmail invoked by alias); 21 Mar 2013 21:17:47 -0000 Original-Received: from 62-47-51-93.adsl.highway.telekom.at (EHLO [62.47.51.93]) [62.47.51.93] by mail.gmx.net (mp031) with SMTP; 21 Mar 2013 22:17:47 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/ItB0SVgXIIIxs78BhtdXh3Abd+wJDJH63ya9lZp IZ55dqTwzRrqiO In-Reply-To: <83wqt0y4ll.fsf@gnu.org> 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.19 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:158039 Archived-At: > I agree. And another macro for testing that a window is a leaf > window. WINDOW_BUFFER (w) or ! WINDOW_CHILD (w) ? martin