1
2
3
4
5
6
7
8
9
10
11
12
13
|
./bemacs --batch -l .emacs
<<'CONTENT'
Error: file-missing ("Cannot open load file" "No such file or directory" "beancount")
require(beancount)
eval-buffer(#<buffer *load*> nil "/data/data/com.termux/files/home/beancount/.emacs" nil t)
load-with-code-conversion("/data/data/com.termux/files/home/beancount/.emacs" "/data/data/com.termux/files/home/beancount/.emacs" nil t)
load("/data/data/com.termux/files/home/beancount/.emacs" nil t)
command-line-1(("-l" ".emacs"))
command-line()
normal-top-level()
Cannot open load file: No such file or directory, beancount
CONTENT
|
– –batch,将配置报错信息打印在终端,不进入emacs界面