From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Usage examples of dedicated windows and popup frames? Date: Sun, 10 Jul 2011 02:43:15 -0700 Message-ID: <10B406BE18D04F6683EFBD149E419952@us.oracle.com> References: <871uy0n9ch.fsf@member.fsf.org> <8762nc8xqe.fsf@member.fsf.org> <4E185100.2050100@gmx.at> <7B4A38E4-3C68-42D3-BD71-389E09EDE2A7@mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310291043 308 80.91.229.12 (10 Jul 2011 09:44:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2011 09:44:03 +0000 (UTC) Cc: 'martin rudalics' , 'Tassilo Horn' , 'Stefan Monnier' , emacs-devel@gnu.org To: "'chad'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 10 11:43:58 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QfqYP-0004nA-HC for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2011 11:43:57 +0200 Original-Received: from localhost ([::1]:44867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfqYO-00083v-Lp for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2011 05:43:56 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfqY6-00083X-2G for emacs-devel@gnu.org; Sun, 10 Jul 2011 05:43:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfqY4-0006T9-VA for emacs-devel@gnu.org; Sun, 10 Jul 2011 05:43:38 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:54799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfqY4-0006Sv-Lt for emacs-devel@gnu.org; Sun, 10 Jul 2011 05:43:36 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p6A9hVdc023602 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 10 Jul 2011 09:43:33 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p6A9hVXq003088 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Jul 2011 09:43:31 GMT Original-Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p6A9hPEW023235; Sun, 10 Jul 2011 04:43:25 -0500 Original-Received: from dradamslap1 (/10.159.32.168) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 10 Jul 2011 02:43:25 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <7B4A38E4-3C68-42D3-BD71-389E09EDE2A7@mit.edu> Thread-Index: Acw+mmxQtLZJw7yiRMqSAaD21nK3mgARwgmQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A020201.4E197445.00B1:SCFMA922111,ss=1,re=-4.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:141894 Archived-At: > Do you take special steps with the Ediff frame? That's the > other problem case I'm seeing with multiple frames and focus > on Windows/MacOSX. No, I don't think so. Well, maybe - I use an old file ediff+.el, but it doesn't seem to have anything in it related to frames. I doubt it's relevant here. I had forgotten that I even used it, to tell the truth. http://www.emacswiki.org/emacs/download/ediff%2b.el I typically use `ediff-buffers'. In my setup (non-nil `pop-up-frames' etc.), each of the two buffers is typically in its own frame; those (portrait) frames are side by side; and the Ediff Control Panel (buffer `Ediff') is a separate (tiny) frame. You didn't say what kinds of problems you see.