使用 putty 远程访问 emacs 的颜色编码
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第一步是执行 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.