Hi,
I love tramp for accessing files remotely. I used to love iswitch-mode
until I discovered ido-mode, the problem is: ido-mode and tramp don't
play well together.

I can't get a tramp session going because ido-mode covers the initial /
ssh:hostname. My dotemacs is uses:

;; ido mode                          ;; NEW!
(ido-mode 1)
(setq ;; Use it for many file dialogs
      ido-everywhere t
      ;; Don’t be case sensitive
      ido-case-fold t
      ;; If the file at point exists, use that
      ido-use-filename-at-point t
      ;; Or if it is an URL…
      ido-use-url-at-point t
      ;; Even if TAB completes uniquely,
      ;; still wait for RET
      ido-confirm-unique-completion t
      ;; If the input does not exist,
      ;; don’t look in unexpected places.
      ;; I probably want a new file.
      ido-auto-merge-work-directories-length -1)

(setq ido-enable-flex-matching t)

(add-hook 'ido-setup-hook
          (lambda ()
            (define-key ido-completion-map
                 (kbd "C-w")
   'ido-delete-backward-updir)))


Thanks for all help
-- Micke
--~--~---------~--~----~------------~-------~--~----~
Carbon Emacs User Group
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to