如何才能拥有便携式 Emacs?
有没有办法从 USB 驱动器运行 Emacs? 我是一名 Windows 用户,我希望能够在任何没有安装 Emacs 的 PC 上使用它。
Is there a way run Emacs from a USB drive? I am a Windows user and I would like to be able use it on any PC without an Emacs install.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
是的,适用于 Windows 的“正常”Emacs 发行版是预编译的,无需进行任何安装即可运行。 只需从常用位置获取一个 *.zip 文件,将其解压到USB盘,直接使用即可。 (实际的二进制文件位于“bin/”目录中。)
您可能想要做的唯一一件事就是将其设置为始终在 USB 磁盘而不是硬盘驱动器上查找“.emacs”; 看看
如何做到这一点。
Yes, the "normal" Emacs distribution for Windows is precompiled and just runs without having to do any install. Just get one of the *.zip files from the usual place, unpack it onto a USB disk, and you can use it directly. (The actual binary is inside the "bin/" directory.)
The only thing you may want to do is set it up to look for ".emacs" always on the USB disk instead of on your hard drive; see
on how to do that.
您可以阅读 PortableApps.com 上的 Emacs 相关页面,如果他们尚未将 Emacs 移植到他们的便携式应用程序集,那么请请他们将 Emacs 添加到文本编辑器列表中。 如果有足够多的请求,他们最终会这样做。
You can read Emacs-related pages at PortableApps.com, and if they have not yet ported Emacs to their set of portable applications, then please ask them kindly to add Emacs to the list of text editors. With enough requests they will do this eventually.
此处有 emacs 23.2 便携式应用程序版本的测试版。 此处的初始测试工作正常。
There is a beta version of a Portable Apps version of emacs 23.2 here. Initial test works fine here.
在 USB 驱动器的根目录中创建一个名为
home
的目录。在
site-lisp
文件夹中创建site-start.el
,然后复制它,然后就可以开始了。Create a directory in the root of your USB drive called
home
.Create
site-start.el
in thesite-lisp
folder and then copy this and you are all set to go.我已将 emacs 移植为便携式应用程序格式。
http://esnm.sourceforge.net/download.html
I have ported emacs to portable apps format.
http://esnm.sourceforge.net/download.html