From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: focusing a frame Date: Sun, 2 Feb 2003 07:46:45 +0200 (IST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20030201110421.GA10674@shrek.binarysolutions.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044164819 11865 80.91.224.249 (2 Feb 2003 05:46:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Feb 2003 05:46:59 +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 18fCy1-00035E-00 for ; Sun, 02 Feb 2003 06:46:57 +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 18fCzY-0008O4-0C for gnu-help-gnu-emacs@m.gmane.org; Sun, 02 Feb 2003 00:48:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fCz1-0007HO-00 for help-gnu-emacs@gnu.org; Sun, 02 Feb 2003 00:47:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18fCyK-0005Cy-00 for help-gnu-emacs@gnu.org; Sun, 02 Feb 2003 00:47:18 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fCyC-0004lP-00 for help-gnu-emacs@gnu.org; Sun, 02 Feb 2003 00:47:08 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA19034 for ; Sun, 2 Feb 2003 07:46:46 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: <20030201110421.GA10674@shrek.binarysolutions.dk> 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:6214 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6214 On Sat, 1 Feb 2003, Kenneth Vestergaard Schmidt wrote: > On Thu, Jan 30, 2003 at 06:26:14PM +0000, Kenneth Vestergaard Schmidt wrote: > > This works in all cases, except when I iconify Emacs with C-z. If I > > invoke emacsclient, all I get is an: > > > > X protocol error: BadMatch (invalid parameter attributes) on > > protocol request 42 > > > > and a *woosh* as Emacs dies. > > Just for the off incident that somebody would actually be searching > for the same problem - it seems the problem can be alleviated by > pausing between the (raise-frame) and (x-focus-frame) commands, eg: > > (raise-frame nil) > (sleep-for 0.5) > (x-focus-frame nil) Please report this bug to gnu.emacs.bug. That is the only sure way to get this fixed in some future release. TIA