From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Carbon: resizing a frame on wrong "space" Date: Thu, 28 Feb 2008 21:26:12 +0100 Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204230447 30244 80.91.229.12 (28 Feb 2008 20:27:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 20:27:27 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 28 21:27:52 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JUpM5-0001gp-QT for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 21:27:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUpLZ-00032P-Fu for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 15:27:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUpLV-0002yq-Qs for emacs-devel@gnu.org; Thu, 28 Feb 2008 15:27:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUpLP-0002lH-Sp for emacs-devel@gnu.org; Thu, 28 Feb 2008 15:27:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUpLP-0002ks-NC for emacs-devel@gnu.org; Thu, 28 Feb 2008 15:27:07 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JUpLP-0004qv-Hz for emacs-devel@gnu.org; Thu, 28 Feb 2008 15:27:07 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JUpLF-0000ej-Gz for emacs-devel@gnu.org; Thu, 28 Feb 2008 20:26:57 +0000 Original-Received: from p549801ac.dip0.t-ipconnect.de ([84.152.1.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2008 20:26:57 +0000 Original-Received: from harald by p549801ac.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2008 20:26:57 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.devel Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p549801ac.dip0.t-ipconnect.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (darwin) Cancel-Lock: sha1:mQcJEkgVLSKeYT+4vsE2SmCp88k= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:90772 gmane.emacs.pretest.bugs:21338 Archived-At: YAMAMOTO Mitsuharu writes: >>>>>> On Wed, 20 Feb 2008 11:02:43 +0000, David Reitter said: > >> When using the new "spaces" feature in Leopard, Emacs shows a bug when >> attempting to resize a frame. > >> To reproduce: > >> - configure "spaces" in 10.5 so that there are two vertically placed >> spaces. >> - emacs -Q (Recent Carbon port build from 22 branch CVS) >> - move the frame to the other space (e.g. by dragging it to the >> [lower] edge of the screen) >> - resize it (with the mouse) > >> What happens for me is that the frame is moved to the original space >> on which it was created while I'm resizing it. Then, it is moved back >> down. > > I couldn't reproduce it with Mac OS X 10.5.2/PPC. Does anyone else > see this behavior? Yes, I see this behavior too. It's really annoying. Harald