gpt4 book ai didi

emacs - "Invalid read syntax: )"

转载 作者:行者123 更新时间:2023-12-05 01:46:02 25 4
gpt4 key购买 nike

我正在尝试更改 emacs 中的默认字体。我按照 emacs wiki 上的说明进行操作并添加了:

(set-face-attribute 'default nil :font "Avenir" ))
(set-frame-font "Avenir" nil t)

到我的 ~/.emacs 文件(我相信这是我的 init 文件,因为我在 mac 上)。

当我尝试再次运行 emacs 时,我得到了

Warning (initialization): An error occurred while loading `/Users/name/.emacs':

Invalid read syntax: )

调试消息如下所示:

Debugger entered--Lisp error: (invalid-read-syntax ")")
eval-buffer(# nil "/Users/rex/.emacs" nil t) ; Reading at bu$ load-with-code-conversion("/Users/name/.emacs" "/Users/name/.emacs" t t) load("~/.emacs" t t) #[0 "^H\205\262^@
\306=\203^Q^@\307^H\310Q\202;^@ \311=\204^^^@\307^H\312$
command-line() normal-top-level()

最佳答案

你有一个额外的右括号。

(set-face-attribute 'default nil :font "Avenir" )
(set-frame-font "Avenir 13" nil t)

关于emacs - "Invalid read syntax: )",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38255270/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com