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: Changes in frame/window code Date: Thu, 28 Aug 2014 21:04:54 +0200 Message-ID: <53FF7D56.7020206@gmx.at> References: <53CE6A44.1010708@gmx.at> <83mwbpss6s.fsf@gnu.org> <53DA29EC.3000504@gmx.at> <837g2ssg30.fsf@gnu.org> <53DB6B08.7000305@gmx.at> <834mxws6a0.fsf@gnu.org> <53DBB268.2020909@gmx.at> <831tt0rwyp.fsf@gnu.org> <53EE2CD5.50603@gmx.a> <83tx5demej.fsf@gnu.org> <53EF25F2.9010909@gmx.at> <83iolsekqd.fsf@gnu.org> <53EF609C.2090303@gmx> <83wqa7cfoy.fsf@gnu.org> <53F1B9EA.6030808@gmx.at> <83lhqldeqf.fsf@gnu.org> <53F225A7.6030103@gmx.at> <83ha19day1.fsf@gnu.org> <83bnrgcxxt.fsf@gnu.org> <53F4BF7B.8000402@gmx.at> <53FEF91E.9070308@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1409252759 8581 80.91.229.3 (28 Aug 2014 19:05:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2014 19:05:59 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 28 21:05:52 2014 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 1XN512-0002En-PP for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2014 21:05:48 +0200 Original-Received: from localhost ([::1]:38592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN512-000180-Cd for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2014 15:05:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN50T-00016j-Ni for emacs-devel@gnu.org; Thu, 28 Aug 2014 15:05:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XN50M-0001ZL-9P for emacs-devel@gnu.org; Thu, 28 Aug 2014 15:05:13 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:56391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN50M-0001VZ-0l; Thu, 28 Aug 2014 15:05:06 -0400 Original-Received: from [88.117.55.206] ([88.117.55.206]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MWhRH-1Wp8333iG3-00XqMV; Thu, 28 Aug 2014 21:05:03 +0200 In-Reply-To: X-Provags-ID: V03:K0:ulFfd/OCZv/AwKrk0CiiqFihZLmm10A0HjARTmhEq8zOC6vVEX4 clUEUl+w7tLWzMIxCi3/TWJhe1JuscWG8dikfupk/RqTPSAzewLcVrsEIt7fadrsVanH6BW 75V8ySCz2iyet9pHF0o5L4+SuTxCh5KPJZLbf+zrDl5tcNw/SdhUwRbclg7sSU7VV2mVCV1 tUunLbiujzXvMaup1xHAg== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 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:173873 Archived-At: > Fails to build for Lucid without-toolkit-scrollbars. > > xterm.c:6187 > int new_start = y - bar->dragging; > > "y" is undefined. I'm so silly. Should build again now. Thanks, martin