emacs dired 模式下如何同时打开多个文件

Vim、Emacs配置和使用
回复
vivian_hng
帖子: 17
注册时间: 2008-09-01 17:51

emacs dired 模式下如何同时打开多个文件

#1

帖子 vivian_hng » 2009-08-28 13:50

就是在dired 模式下处理文件时,先用m 给需要打开的文件做'*' 标记,然后一次打开这些做有标记的文件。看到网上说F 可以打开多个已经做了MARK 文件,我试过是无效的。
lijihuai
帖子: 42
注册时间: 2007-02-06 22:52

Re: emacs dired 模式下如何同时打开多个文件

#2

帖子 lijihuai » 2009-08-31 14:24

嗯哪,我也是非常的想知道这个答案呢
herberteuler
帖子: 45
注册时间: 2007-01-27 14:11

Re: emacs dired 模式下如何同时打开多个文件

#3

帖子 herberteuler » 2009-09-02 17:10

这是 dired-x 提供的功能. 在你的 ~/.emacs 里加上

代码: 全选

(require 'dired-x)
回复