使用Emacs有各种各样的优点,但对于那些对通常的Win32应用程序感到满意的人来说,它带有类似墙的学习曲线.对于大多数其他编辑器,可以开始使用它们,然后随时了解其他功能和增强功能.
如何直接使用Emacs,目的是达到你真正喜欢使用Emacs而非其他编辑器或应用程序的地步?
编辑 - 尝试澄清问题:我已经完成了教程,阅读了一些文档等等,然后很快我想快速编辑一些文本后,我就更容易使用另一个编辑器,我已经知道了.我需要做什么,这样我不仅可以选择其他更简单的编辑器,而且我实际上更喜欢使用Emacs,以及如何尽快到达这里?如果是Emacs的训练轮怎么办?
我目前正处于转换过程的开始,转发Emacs.但是我有两个基本问题.
How do I search for multiple files recursively from a specific path? I assume I have to use find/grep/dired but I'm not sure. For instance I would like to find all *.scala files at path C:/src/xxx.When these files are found I would also like to open them all in the buffer at once. The only way I'm currently familiar with is C-xC-f.
When all these files are in the buffer how do …