如何设置 Aquamacs 使用 Prolog 模式?

发布于 2024-12-26 19:12:28 字数 214 浏览 0 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你不是我要的菜∠ 2025-01-02 19:12:28

您可以使用 Mx prolog-mode 手动激活 Prolog 模式。

我的 Emacs 配置文件(通常称为 .emacs,尽管我个人使用替代位置 .emacs.d/init.el)中有以下行它是 .pl 文件的默认值:

(add-to-list 'auto-mode-alist '("\\.pl\\'" . prolog-mode))

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:

(add-to-list 'auto-mode-alist '("\\.pl\\'" . prolog-mode))
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文