使用 putty 远程访问 emacs 的颜色编码

发布于 2024-12-03 23:19:46 字数 98 浏览 2 评论 0原文

我使用 PuTTY 登录到我大学的 unix 服务器,然后启动 emacs 并在其中编写代码。无论如何,有没有对代码进行颜色编码的方法。它是 C++,我研究了 2 个小时,但一无所获

I use PuTTY to log on to my university's unix server and then start emacs and code in that. is there anyway to color code the code. Its C++ and ive been doing research for 2 hours and found nothing

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

悲喜皆因你 2024-12-10 23:19:46

第一步是执行 Mx font-lock-mode 并查看是否有效。

您还可能会遇到终端仿真颜色的问题,因为 emacs 现在几乎自动对代码进行字体锁定(着色)。尝试使用 --color=always 运行 emacs,看看是否能给你颜色。

The first step is to do a M-x font-lock-mode and see if that works.

You also might be running into a problem with the terminal emulation colors, as emacs does font-locking (coloring) of code pretty much automatically now. Try running emacs with --color=always and see if that gives you color.

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