From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: frame-resizing handles are no good (on Windows, at least) Date: Mon, 29 May 2006 22:23:49 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148937988 32477 80.91.229.2 (29 May 2006 21:26:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 21:26:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 29 23:26:22 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FkpFc-0005iZ-4p for ged-emacs-devel@m.gmane.org; Mon, 29 May 2006 23:26:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkpFb-0003L9-KZ for ged-emacs-devel@m.gmane.org; Mon, 29 May 2006 17:26:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FkpF4-0002zF-JP for emacs-devel@gnu.org; Mon, 29 May 2006 17:25:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FkpF2-0002x6-Pw for emacs-devel@gnu.org; Mon, 29 May 2006 17:25:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkpF2-0002wr-FS for emacs-devel@gnu.org; Mon, 29 May 2006 17:25:36 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FkpKg-0007tB-O1 for emacs-devel@gnu.org; Mon, 29 May 2006 17:31:26 -0400 Original-Received: from wanchan.jasonrumney.net (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (Postfix) with ESMTP id AE5C539D793; Mon, 29 May 2006 22:25:35 +0100 (BST) Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 5DE591E1; Mon, 29 May 2006 22:25:35 +0100 (BST) Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Mon, 29 May 2006 06:11:14 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) 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:55450 Archived-At: "Drew Adams" writes: > If no one else sees these problems, then I'll live with it, > assuming that something in my setup is responsible. I don't have > the time to try to track down the cause. A binary search of your config files doesn't take that long. First step "emacs -Q", load all your config files (site-start.el, .emacs, default.el) with load-file and confirm that you can reproduce the bug - if so, then you can repeat the process, checking behaviour after each load-library to find which file causes the problem, then repeat the process as many times as necessary using eval-region to narrow down where in the file the bug is triggered.