emacs-devel
[Top][All Lists]
Advanced

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

Re: Make raise-frame work on Cygwin


From: martin rudalics
Subject: Re: Make raise-frame work on Cygwin
Date: Thu, 17 May 2012 14:37:30 +0200

> (defadvice raise-frame (before make-it-work (&optional frame) activate)
>   "Make it work on Cygwin."
>   (when (and frame (cdr (frame-list)))

I suppose you want to check here whether another frame but the selected
one exists.  What if all other frames are invisible?

>     (make-frame-invisible frame)))
>
> This works with `select-frame-set-input-focus'.

martin



reply via email to

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