From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jeff.rancier@softechnics.com (Jeffery B. Rancier) Newsgroups: gmane.emacs.help Subject: selecting frames Date: Fri, 19 Dec 2003 12:33:32 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1071855401 24211 80.91.224.253 (19 Dec 2003 17:36:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2003 17:36:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 19 18:36:38 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AXOYH-0002RZ-00 for ; Fri, 19 Dec 2003 18:36:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AXPUh-0008E9-24 for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Dec 2003 13:36:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AXPTf-0007ia-C0 for help-gnu-emacs@gnu.org; Fri, 19 Dec 2003 13:35:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AXPSn-00063Q-Oa for help-gnu-emacs@gnu.org; Fri, 19 Dec 2003 13:35:33 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AXPSm-0005zF-Ry for help-gnu-emacs@gnu.org; Fri, 19 Dec 2003 13:35:01 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AXOVJ-0004AH-00 for ; Fri, 19 Dec 2003 18:33:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AXOVH-0004A8-00 for ; Fri, 19 Dec 2003 18:33:31 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AXOVH-00069W-00 for ; Fri, 19 Dec 2003 18:33:31 +0100 Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:tfEVyQ4adBtSyzZw+MPkO5Q1kWs= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15464 I run Gnus in a separate frame, and ecb in another frame, using a virtual desktop manager on Windows XP. When I switch from my Gnus frame back, if I've moved around in my Gnus frame, the cursor is always in my ecb-methods window. What I'd like to do is have focus returned to my edit window, but I can't seem to find the right hook. I tried the following which didn't seem to do anything: ,---- | (add-hook 'select-frame-hook (lambda () (ecb-goto-window-edit1))) `---- I think this is an Xemacs hook is the problem. Is there a way to acheive this effect? -- Thanks, Jeff