gpt4 book ai didi

emacs - 以编程方式区分系统类型 - Windos XP 与 Windows 7

转载 作者:行者123 更新时间:2023-12-01 19:03:21 24 4
gpt4 key购买 nike

我正在寻求一些帮助,以便以编程方式区分系统类型的 Windows XP 和 Windows 7 - 使用相同的 Emacs 版本

Emacs 版本:2014-10-02 LEG570 上的 GNU Emacs 24.3.94.1 (i686-pc-mingw32)

我想做这样的事情:

(cond
((eq system-type 'darwin)
. . .)
((and
(eq system-type 'windows-nt)
(eq ... Windows XP)) ;; pseudocode
. . .)
((and
(eq system-type 'windows-nt)
(eq ... Windows 7)) ;; pseudocode
. . .) )

最佳答案

在这两个系统上尝试 M-:x(w32-version)RET。结果应该不同。然后将其用于类似的内容:

(cond ((equal (w32-version) '...) ...)

关于emacs - 以编程方式区分系统类型 - Windos XP 与 Windows 7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26204761/

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