Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在Emacs Speaks Statisticsfor 中R,如何关闭_with的自动替换?<-
Emacs Speaks Statistics
R
_
<-
要停止这种智能行为,请在加载(ess-toggle-underscore nil)后添加到您的 .emacs ess-site。
(ess-toggle-underscore nil)
ess-site
rcs 说的。但是当你需要它时,再次按_会将“<-”变成“_”。因此,当您需要下划线时,只需按两次即可。