1
17
plain(info`file name')以信息模式打开文件。(INFO)可能除了设置信息模式之外还做了一些事情。所以我会用这样的方法: (defun info-mode () (interactive) (let ((file-name (buffer-file-name))) (kill-buffer (current-buffer)) (info file-name))) (add-to-list 'auto-mode-alist '("\\.info\\'" . info-mode)) |
2
59
尝试
|
3
10
当光标位于
I runs the command dired-info which is an interactive compiled Lisp function in `dired-x.el'. It is bound to I. (dired-info) Run info on this file. |
4
5
你可以使用
org模式
. 在已使用设置的缓冲区中键入以下内容
然后调用
信息
把光标放在这个上面并点击
|
5
3
|
6
1
将以下内容添加到.emacs初始化文件中:
|
ptb · Slime\Emacs comint在启动mpi进程时挂起 6 年前 |
Hatshepsut · 使用命令行参数使用region调用子流程 6 年前 |
Meitham · spacemacs恢复文件筛选器 6 年前 |
Chen Li · 与emacs相比,EmacClient有哪些缺点? 6 年前 |
Itsbananas · 汇编代码的自定义缩进函数 6 年前 |