我的.emacs包含(ffap-bindings)(ido-mode 1); enable ido-mode(setq ido-everywhere t); use ido-mode everywhere, in buffers and for findingfiles
(setq ido-use-filename-at-po
[Tab] - display possible completion in a buffer (or open the file or go down the directory if there is only one possible completion).从5月5日开始,在我的emacs 24.0.50每晚构建中,在OSX上,我拥有的功能是,当按下TAB时,它会在我的选择之间循环。现在,如果我按tab键,并且有多个文件匹配,它就会拉出一个包含选项的缓冲区。有人知道怎么解决这个问题吗?我可以映射t
我经常使用dired-mode,最近开始使用ido(setq ido-enable-flex-matching t); flexibly matchnames via fuzzy matching
(setq ido-everywhere t); use ido-mode everywhere, in buffers and for finding