我使用emacs與dired,複製粘貼各種文件上使用emacs的dired同時使用ido.el
(require 'dired-details)
(dired-details-install)
和IDO,
(setq ido-enable-flex-matching t)
(setq ido-everywhere t)
(ido-mode 1)
(setq ido-use-filename-at-point 'guess)
(setq ido-create-new-buffer 'always)
(以及recentf描述here)
但是,當我在選擇幾個文件後,在進行復制(Shift-C)時, 並轉到應該粘貼的新目錄中...我有兩個非工作選項: 1)或者我點擊一個目錄,並進一步進入一個目錄,我不想要的。 2)我點擊一個文件,並 IDO抱怨
標記複本:目標必須是 目錄:
我怎樣才能讓dired選定的文件粘貼到新的目標? 任何幫助表示感謝,謝謝。
bataev:也適用於我。謝謝。 – Massagran 2011-06-13 12:17:23