emacs-devel
[Top][All Lists]
Advanced

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

Re: Frame activation bug : Mac OS X


From: Seiji Zenitani
Subject: Re: Frame activation bug : Mac OS X
Date: Mon, 14 Nov 2005 03:31:56 +0900

Hi,

Please ignore the below email. I was working on an old code and the latest code has no such a problem. Sorry for my careless report.

-- Seiji

On 2005/11/14, at 3:00, Seiji Zenitani wrote:

Hi,

Mac OS X specific bug -- when a window (frame) is minimized in the Dock, the window stays in the Dock even when a file is drag & dropped onto the application icon. I believe the below line should be added to the mac-win.el. Could you please examine this issue?

Seiji Zenitani
address@hidden

--- lisp/term/mac-win.el.orig   2005-07-05 01:06:34.000000000 +0900
+++ lisp/term/mac-win.el        2005-08-06 00:15:00.000000000 +0900
@@ -1815,6 +1815,7 @@
   ;; Make sure the drop target has positive co-ords
   ;; before setting the selected frame - otherwise it
   ;; won't work.  <address@hidden>
+  (set-frame-parameter nil 'visibility t)
   (let* ((window (posn-window (event-start event)))
         (coords (posn-x-y (event-start event)))
         (x (car coords))






reply via email to

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