将 emacs 字体设置复制到另一台计算机

发布于 2024-09-19 00:05:10 字数 398 浏览 3 评论 0原文

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

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

发布评论

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

评论(1

岁月无声 2024-09-26 00:05:10

您可以使用以下方法设置默认字体:

(set-default-font "-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1")

将其放入目标计算机的 .emacs 文件中,或者如果您只需执行该行(粘贴到任何缓冲区中,将光标放在 之后) 并使用 <,您就可以随意切换代码>Cx Ce)。

You can set the default font using:

(set-default-font "-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1")

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 use C-x C-e).

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