erk*_*kin 23 emacs comments
我试图在程序中注释掉一大段代码,但手动执行它太困难了.有没有为我做的程序?(无论如何,制作这样的程序似乎并不难)另外,我正在使用emacs.emacs有这样的功能吗?(至少是一个emacs Lisp文件?)
dfa*_*fan 47
在emacs中,您可以使用M-x comment-region和M-x uncomment-region.
M-x comment-region
M-x uncomment-region
小智 21
该comment-region方法绑定到键M-;.您可以使用标记选择区域,然后使用M-;注释/取消注释.
comment-region
M-;
归档时间:
14 年,5 月 前
查看次数:
22583 次
最近记录:
7 年,11 月 前