![]() |
1
2
从(22.1)新闻文件: ** When Emacs prompts for file names, SPC no longer completes the file name. This is so filenames with embedded spaces could be input without the need to quote the space with a C-q. The underlying changes in the keymaps that are active in the minibuffer are described below under "New keymaps for typing file names". If you want the old behavior back, add these two key bindings to your ~/.emacs init file: (define-key minibuffer-local-filename-completion-map " " 'minibuffer-complete-word) (define-key minibuffer-local-must-match-filename-map " " 'minibuffer-complete-word) |
![]() |
2
1
发布的解决方案可以工作,但是一旦我们到达emacsv24和更高版本,它就会中断。我建议你把你的头发绑起来
|
![]() |
3
0
回答我的第二个问题(在评论中):
如果你能想出一个更优雅的解决方案,那就太好了,但以上的方法对我来说(目前)是有效的。 |
![]() |
ptb · Slime\Emacs comint在启动mpi进程时挂起 7 年前 |
![]() |
Hatshepsut · 使用命令行参数使用region调用子流程 7 年前 |
![]() |
Meitham · spacemacs恢复文件筛选器 7 年前 |
![]() |
Chen Li · 与emacs相比,EmacClient有哪些缺点? 7 年前 |
![]() |
Itsbananas · 汇编代码的自定义缩进函数 7 年前 |