--- ido.el 2005-05-16 12:01:35.878211936 +0200 +++ ido-hacked.el 2005-05-16 12:03:53.076354648 +0200 @@ -2027,7 +2027,7 @@ filename t)) ((and ido-use-filename-at-point - (setq fn (ffap-string-at-point)) + (setq fn (ffap-guesser)) (not (string-match "^http:/" fn)) (setq d (file-name-directory fn)) (file-directory-p d))