Don't spawn separate ediff frame as this conflict with my setting in Fvwm:
AddToFunc MyFuncFocusWindow
+ I FlipFocus
+ I WarpToWindow 50 50
DestroyModuleConfig FvwmEvent-NewWindow
*FvwmEvent-NewWindow: Cmd
*FvwmEvent-NewWindow: add_window MyFuncFocusWindow
AddToFunc StartFunction I Module FvwmEvent
AddToFunc StartFunction I FvwmEvent FvwmEvent-NewWindow
Refer to thread: http://permalink.gmane.org/gmane.emacs.help/86918
;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
;;
;; For load order see README.
;; (require 'cygwin-mount)
;; (cygwin-mount-activate)
;; (when (featurep 'jabber)
;; (setq jabber-account-list
;; '(
;; ("gavenko@services.bifit.int"
;; (:port . 5222)
;; (:password . "")
;; ;; (:network-server . "talk.google.com")
;; (:connection-type . network))
;; ("gavenkoa@gmail.com"
;; ;; (:port . 5222)
;; (:password . "")
;; (:network-server . "talk.google.com")
;; (:connection-type . ssl))
;; )
;; )
;; (jabber-connect-all)
;; )
;; (setq etags-table-alist
;; (list
;; '(".*\\.\\([ch]\\|cpp\\|rc\\)" "c:/Program Files/Microsoft SDKs/Windows/v6.1/Include/TAGS")
;; ))