如何在 Windows 上安装 emacs?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19106864/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 10:57:15  来源:igfitidea点击:

How do I install emacs on windows?

windowsemacs

提问by Zeynel

I downloaded the tar file emacs-24.3.tar.gzand I extracted it. I look at the installation instructions here:

我下载了 tar 文件emacs-24.3.tar.gz并解压了它。我在这里查看安装说明:

You can run Emacs without any extra steps, but if you want icons in your Start Menu, or for Emacs to detect the image libraries that are already installed on your system as part of GTK, then you should run the program emacs-24.3\bin\addpm.exe.

您可以在没有任何额外步骤的情况下运行 Emacs,但是如果您想要在开始菜单中显示图标,或者让 Emacs 检测已作为 GTK 一部分安装在您系统上的图像库,那么您应该运行程序 emacs-24.3\bin \addpm.exe。

How do I run Emacs?

我如何运行 Emacs?

And where is emacs-24\bin\addpm.exe. In the folder emacs-24there is no binfolder. So how do I run emacs after installation?

在哪里emacs-24\bin\addpm.exe。在文件夹emacs-24中没有bin文件夹。那么安装后如何运行emacs呢?

回答by simonzack

Download windows binaries here:

在此处下载 Windows 二进制文件:

http://ftp.gnu.org/gnu/emacs/windows/

http://ftp.gnu.org/gnu/emacs/windows/

.tar.gzs are usually linux sources, so you'll have to compile it if you download that.

.tar.gzs 通常是 linux 源,所以如果你下载它,你必须编译它。