]> git.eshelyaron.com Git - emacs.git/commitdiff
(mac-ae-open-documents, mac-drag-n-drop): Use
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 1 May 2006 01:09:40 +0000 (01:09 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 1 May 2006 01:09:40 +0000 (01:09 +0000)
select-frame-set-input-focus instead of raise-frame.
(global-map): Bind M-drag-n-drop to mac-drag-n-drop.

lisp/term/mac-win.el

index 68c95d4b319e8623c8cf06c05aab31e3a1606ab5..188ecdf8f2749eb68367297e805255ef13f66302 100644 (file)
@@ -1480,7 +1480,7 @@ in `selection-converter-alist', which see."
             (re-search-forward
              (mapconcat 'regexp-quote (split-string search-text) "\\|")
              nil t)))))
-  (raise-frame))
+  (select-frame-set-input-focus (selected-frame)))
 
 (defun mac-ae-text (ae)
   (or (cdr (mac-ae-parameter ae nil "TEXT"))
@@ -2039,9 +2039,10 @@ Switch to a buffer editing the last file dropped."
     (dolist (file-name (nth 2 event))
       (dnd-handle-one-url window 'private
                          (concat "file:" file-name))))
-  (raise-frame))
+  (select-frame-set-input-focus (selected-frame)))
 
 (global-set-key [drag-n-drop] 'mac-drag-n-drop)
+(global-set-key [M-drag-n-drop] 'mac-drag-n-drop)
 \f
 ;;;; Non-toolkit Scroll bars