零秒精通Emacs之Windows10上畅行无碍地使用emacs的11步骤

写得真不错,可以试试

谢谢,上传好了。

是。耽误别人阅读时间了。

从头条窗口里写的(头条里的写作体验不错,能取代emacs的部分功能当个人笔记)

发布之后,全文复制到了typora中,typora能自动下载图片到本地指定的目录,然后能直接git push出去就好了。

问题出在,我也复制粘贴到了emacs-china的窗口里,用的浏览器登录了头条账户,看不到图床裂了。

下回,从typora里拖到emacs-china的编辑窗口中。

试试呗,windows上体验竟然很不错。

嗯,我在windows上单独安装的emacs,用的是陈斌的配置。总的来说比linux上差了点,略卡卡

用doom-emacs。

1 个赞

doom-emacs在windows下使用体验如何,性能和linux下差异大吗?

1 个赞

体验不错,只有启动过程慢。

现在还只是用org记笔记,对速度不敏感。

具体性能对比,等用一个月再看看。

msys2 值得拥有,再把HOME 改为 C:/Users/自己. 可以安装使用linux工具链。我一直这么用。现在自己编译的Master分支,在 raxod502 的配置 上自己到处攒的。启动3s多,如丝顺滑。raxod502的配置比较可靠,不过作者一直是紧跟在emacs开发的前列。会有部分新的功能。

2 个赞

scoop包管理工具是这么写的;

The most concise description of these Cygwin and MSYS is an answer by Mike Zick in this thread.

Cygwin is an operating system wrapper The goal of Cygwin is to provide a Linux Programming API.

Msys is a command shell substitute The goal of Msys is to provide a POSIX scripting environment.

It’s probably not a completely accurate or comprehensive description, but it is fairly easy to grasp.

So to parallel this for Scoop:

Scoop is an installer The goal of Scoop is to let you use Unix-y programs in a normal Windows environment

Using Scoop lets you achieve similar things to Cygwin and MSYS, but without having to learn about and use a separate environment. You can just keep doing what you’re already doing but easily access the cross-platform tools you need.

As it happens, a lot of the programs that Scoop installs either come directly from the MinGW/MSYS project, or were built using their tools. Scoop can only hope to achieve its goals because of 15 years of amazing work on MinGW/MSYS, which itself is based on Cygwin.

10.时间格式的问题

我是用:

;; 使用英文 day-name, 而不是中文: “星期XX”
(setq system-time-locale "C")
5 个赞

感谢,完美解决问题。

请教,我从calenda中按键 i d插入日记到日记文件中,它的默认格式也是中文:

这个怎么该?

日记的配置:

(setq org-agenda-include-diary t)
(setq diary-file "~/Documents/OrgMode/ORG/main/standard-diary")

想问 使用 scoop 是不用换源的吗 ?

好问题。这么一问,想起来scoop下载速度1M/s+,不需要换源。是怎么实现的?自动获取地址然后就近分配?

这个没研究过,我一般不用这个功能

scoop 中下载地址是被锁死在对应的 json 文件中的,eg:

故不需要换源的。

1 个赞

不知道windows下 的doom emacs 能不能用dumper 的方式

能用的话基本 0 秒启动

后面的扩展我懒得dump了,嫌麻烦,所以有1秒 :joy:

最近再次尝试了使用scoop安装依赖,确实对Emacs比较友好。就拿Python3来说,scoop自动会创建相应的可执行文件链接,并加入Path,省去了很多麻烦。

2 个赞

楼主好像已经走了

:rofl: :rofl:

1 个赞