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: Two flaws in window.c Date: Fri, 19 Oct 2012 12:01:43 +0200 Message-ID: <50812507.2080306@gmx.at> References: <507F76D9.3090505@yandex.ru> <507FC89C.30008@gmx.at> <507FCEDB.20605@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350640966 13988 80.91.229.3 (19 Oct 2012 10:02:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2012 10:02:46 +0000 (UTC) Cc: Emacs development discussions To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 19 12:02:53 2012 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 1TP9Pn-0003uo-FF for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2012 12:02:51 +0200 Original-Received: from localhost ([::1]:51818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP9Pg-0001zH-Bo for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2012 06:02:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP9PU-0001x7-57 for emacs-devel@gnu.org; Fri, 19 Oct 2012 06:02:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TP9PK-0003Su-LR for emacs-devel@gnu.org; Fri, 19 Oct 2012 06:02:32 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:38463) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TP9PK-0003RQ-Au for emacs-devel@gnu.org; Fri, 19 Oct 2012 06:02:22 -0400 Original-Received: (qmail invoked by alias); 19 Oct 2012 10:01:49 -0000 Original-Received: from 62-47-36-179.adsl.highway.telekom.at (EHLO [62.47.36.179]) [62.47.36.179] by mail.gmx.net (mp031) with SMTP; 19 Oct 2012 12:01:49 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/hYEVVEObhAMhZMrLKfThMyyG6UvUmivYQedC/8B g5XkjZ7YbddFkH In-Reply-To: <507FCEDB.20605@yandex.ru> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:154440 Archived-At: > The minor style suggestion is to move window-specific checks to > window.h and use WINDOW_xxx_P macros in CHECK_xxx_WINDOW (attached). Fine. Please install these after the feature freeze. Thanks, martin