如何设置 Aquamacs 使用 Prolog 模式?
我是 Emacs/Aquamacs 新手,想用它在 Prolog 中编程。我的文件名以“.pl”结尾,Aquamacs 自动假定它是 Perl 文件。如何将其更改为使用 Prolog 模式?我更喜欢一个不假设我根本不知道如何使用 Emacs 的答案。
在首选项下 ->编程->语言。我找不到 Prolog,即使 Aquamacs 网页声明它应该支持 Prolog?我需要安装一些插件吗?
I'm new to Emacs/Aquamacs, and want to use it to program in Prolog. My filename ends with ".pl" and Aquamacs automatically assumes it's a Perl file. How do I change it to use Prolog mode instead? I'd prefer an answer that doesn't assume I know how to get around in Emacs at all.
Under Preferences -> Programming -> Languages. I cannot find Prolog, even though the Aquamacs webpage states it's supposed to support Prolog? Do I need to install some addon?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Mx prolog-mode 手动激活 Prolog 模式。
我的 Emacs 配置文件(通常称为
.emacs
,尽管我个人使用替代位置.emacs.d/init.el
)中有以下行它是.pl
文件的默认值:You can activate Prolog mode manually with M-x prolog-mode.
I have the following line in my Emacs configuration file (usually referred to as
.emacs
, though I personally use the alternative location.emacs.d/init.el
) to make it the default for.pl
files: