gpt4 book ai didi

emacs - 如何通过 eshell 在 Emacs 中打开文件?

转载 作者:行者123 更新时间:2023-12-02 00:48:20 26 4
gpt4 key购买 nike

在 eshell 中是否有用于在另一个缓冲区中打开文件的命令?

最佳答案

您可以直接调用elisp函数。因此,要打开文件,请对文件名调用 find-file 。示例:

~ $ ls
myfile
~ $ (find-file "myfile")

括号和引号是可选的,因此这也有效:

~ $ find-file myfile

关于emacs - 如何通过 eshell 在 Emacs 中打开文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4903060/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com