Stop 'ffap' in Dired as its suggestion is inconvenient.
--- a/.emacs-my Mon Mar 21 00:37:44 2011 +0200
+++ b/.emacs-my Mon Mar 21 22:44:45 2011 +0200
@@ -546,6 +546,11 @@
(global-set-key (kbd "C-x C-d") 'find-file-at-point)
(global-set-key (kbd "C-x d") 'find-file-at-point)
+;; Stop 'ffap' in Dired as its suggestion is inconvenient.
+(define-key dired-mode-map (kbd "C-x C-f") 'find-file)
+(define-key dired-mode-map (kbd "C-x C-d") 'find-file)
+(define-key dired-mode-map (kbd "C-x d") 'find-file)
+
(setq dired-dwim-target t)
;; dangerous
;; (setq