From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Frame ordering Date: Mon, 14 Jun 2010 18:05:37 +0200 Message-ID: References: <8F18E079-3351-4398-B76B-6CF9169ACE9E@gmail.com> <4C123889.5060801@gmx.at> <597D28BE-ABE3-4FFF-84B1-1FBF9931293C@gmail.com> <4C126EA5.1050509@gmx.at> <4DF4317D-522E-4948-9C19-ED1252BF36B2@gmail.com> <4C133EDF.8070407@gmx.at> <77C00490-801D-47B9-83BC-32D786F1F684@gmail.com> <1F24A2FE-EF86-4E03-84CF-69748A482C64@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1276532240 28636 80.91.229.12 (14 Jun 2010 16:17:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Jun 2010 16:17:20 +0000 (UTC) Cc: martin rudalics , Stefan Monnier , YAMAMOTO Mitsuharu , Emacs-Devel devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 14 18:17:18 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OOCLd-0006CA-BJ for ged-emacs-devel@m.gmane.org; Mon, 14 Jun 2010 18:17:18 +0200 Original-Received: from localhost ([127.0.0.1]:46134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOCLb-0005vd-MI for ged-emacs-devel@m.gmane.org; Mon, 14 Jun 2010 12:17:15 -0400 Original-Received: from [140.186.70.92] (port=47576 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOCAl-0005N7-Ew for emacs-devel@gnu.org; Mon, 14 Jun 2010 12:06:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOCAh-0007hA-LA for emacs-devel@gnu.org; Mon, 14 Jun 2010 12:06:00 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:48833) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOCAh-0007gt-IL for emacs-devel@gnu.org; Mon, 14 Jun 2010 12:05:59 -0400 Original-Received: by gwaa18 with SMTP id a18so2373353gwa.0 for ; Mon, 14 Jun 2010 09:05:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=uknnFbOCKg38VgHT2HGKSNelqKbjLTjScurkMNxwQ5E=; b=WgnKFGi3aV/IOPi2TTHQTNyEEQTiX81qfk84Sm/ldsvJeXn1dvfwtkMUvQAx98X2RO 7y5ZZEqpM+SgM4sBwjKbFZ/1xp5OXE0jl1jYMSXqNXy8s3Ah0m//OqmX92rF34gP2yy3 oRNULWV3s+QbLrfUKijUrtRc40e8uBuM6jxH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=QkJ3x1grYKtza1TgqAS30tLHSkWuXpayeB054oJS4egJDzCr/VPZwXeAveo2YYyBB8 Vd3HDkWOsAjkH/dSXNUzQJiBKoOLiOEhSmLtCC2Vm2UFNLTqwMynnWQfSdRbE2MHD7ND iN2aWZL49vM3FMWw6RASrz4hdpWykNh7Syh+0= Original-Received: by 10.100.244.9 with SMTP id r9mr4830455anh.131.1276531557977; Mon, 14 Jun 2010 09:05:57 -0700 (PDT) Original-Received: by 10.100.154.15 with HTTP; Mon, 14 Jun 2010 09:05:37 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125913 Archived-At: On Mon, Jun 14, 2010 at 5:52 PM, David Reitter wr= ote: > > A nice solution to the issue is shown in the OS X "application switching"= mechanism (Command-Tab). =C2=A0If Command is held, we keep switching along= the list, without entering a cycle. =C2=A0If Command is released (as in Co= mmand-Tab, Command-Tab), we switch back to the previously selected frame. If I understand your description correctly this is exactly how this is handled on w32 to with Alt-Tab. What is the reason not to let the window handler do this job? Why should Emacs do it?