将 emacs 字体设置复制到另一台计算机
我想将 emacs 字体设置从一台计算机复制到另一台计算机 - 任何想法如何做到这一点。
我执行了 Cu Cx = 以获得以下内容:
字符:r (0162, 114, 0x72)
字符集:ascii (ASCII (ISO646 IRV))
代码点:114
语法:单词
类别:a:ASCII l:拉丁文
缓冲区代码:0x72
文件代码:0x72(由编码系统 undecided-unix 编码)
字体:-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1
现在我想在另一台计算机上复制它 (运行 GNU emacs 23.1.1)?
谢谢。
I want to copy over the emacs fonts settings from one computer to another - any ideas how to do this.
I did C-u C-x = to get the following :
character: r (0162, 114, 0x72)
charset: ascii (ASCII (ISO646 IRV))
code point: 114
syntax: word
category: a:ASCII l:Latin
buffer code: 0x72
file code: 0x72 (encoded by coding system undecided-unix)
font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1
Now I want to replicate this on another machine
(Running GNU emacs 23.1.1) ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下方法设置默认字体:
将其放入目标计算机的 .emacs 文件中,或者如果您只需执行该行(粘贴到任何缓冲区中,将光标放在
之后)
并使用 <,您就可以随意切换代码>Cx Ce)。You can set the default font using:
Put this in the target machine's .emacs file, or you can switch at will if you simply execute the line (paste in any buffer, put cursor after
)
and useC-x C-e
).