From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Hill Newsgroups: gmane.emacs.help Subject: Re: Problem with X window frames Date: Mon, 13 Jan 2003 10:23:58 -0800 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: main.gmane.org 1042482452 15106 80.91.224.249 (13 Jan 2003 18:27:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 13 Jan 2003 18:27:32 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Y9J4-0003vN-00 for ; Mon, 13 Jan 2003 19:27:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Y9Jo-0007xg-02 for gnu-help-gnu-emacs@m.gmane.org; Mon, 13 Jan 2003 13:28:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18Y9IO-0007LN-00 for help-gnu-emacs@gnu.org; Mon, 13 Jan 2003 13:26:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Y9IE-00070A-00 for help-gnu-emacs@gnu.org; Mon, 13 Jan 2003 13:26:41 -0500 Original-Received: from renfield.synergymicro.com ([153.105.4.30] helo=synergymicro.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Y9Hq-0006G1-00 for help-gnu-emacs@gnu.org; Mon, 13 Jan 2003 13:26:14 -0500 Original-Received: from synergy.synergy.encinitas.ca.us ([153.105.4.29]) by synergymicro.com (8.9.3/8.9.3) with ESMTP id KAA21941 for ; Mon, 13 Jan 2003 10:27:11 -0800 Original-Received: from [198.17.100.22] (G-Hill-Mac [198.17.100.22])KAA02869 for ; Mon, 13 Jan 2003 10:31:47 -0800 In-Reply-To: Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5443 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5443 At 12:03 AM +0100 1/12/03, Jesper Harder wrote: >Greg Hill writes: > >> In my first foray into frames, I am not having any success with the >> functions select-frame, raise-frame or lower-frame, > >What happens if you evaluate this expression: > > (lower-frame (make-frame)) > >For me it creates a new frame, lowers it and returns to the original >frame. For me it creates a new frame and leaves it raised. I can return focus to the original frame by clicking on it, but I can't find any lisp expression that will do that for me. I have also tried using speedbar, and the function speedbar-get-focus does absolutely nothing. --Greg