help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: focusing a frame


From: Eli Zaretskii
Subject: Re: focusing a frame
Date: Sun, 2 Feb 2003 07:46:45 +0200 (IST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]