有没有内部人士知道 啥时候发布29.1 release
按历年时间也应该发了啊 EmacsWiki: Emacs Release Dates
tree-sitter 是29.1加入吗?
这看时间是怎么看出来该发布了
凭感觉啊~~
是
看邮件列表里,大概是等最近的几个问题解决以后就会发布pretest 2了。不过什么时候正式发布29.1就不知道了。
29.0.91, Emacs 29.1 的第2个 pretest 版本来了,下面是源码地址: https://alpha.gnu.org/gnu/emacs/pretest/emacs-29.0.91.tar.xz
赶紧编译了一个 玩玩看
都过去半年了 还没发布正式版
但是29分支下的性能提升了不少
等一波正式版,不然doom emacs这些配置老是会遇到问题
我有一个用了几年的 patch 现在提交还来得及吗?
因为 modeline 显示有问题,改了 xdisp.c:display_string
函数里的一个判断条件(<
改为 <=
)。由于这个函数比较基础,我也不确定会不会有副作用,反正我用这几年没感觉。
基本要等 30 了
邮件列表里说今年春季预计发布, 早过了…
因為出了很多 bug, 很多都還來不及修復和優化吧。感覺應該會再需要一兩個禮拜才會釋出!
能描述下显示有什么问题吗?29肯定是不行了,30来得及
刚刚发了补丁。
终端下特有的问题:
$ emacs -nw -Q --eval "\
(progn
;; Set modeline
(setq mode-line-format
'((:eval
(truncate-string-to-width
(concat (format-mode-line \"- Ln %l, Col %c \")
(apply #'concat (make-list (window-width) \"-\")))
(1+ (window-width)) nil nil \"中文\"))))
;; Steps to reproduce
(with-current-buffer \"*scratch*\"
(erase-buffer)
(insert \";; 1. You Can't move the cursor here, this is where the menu should be\n\"
\";; 2. Press `C-x o' to switch to the other window\n\"
\";; 3. Repeat step 2 several times\n\"
\";; 4. You will see nothing in the buffer except multiple lines of modeline\n\")
(goto-char (point-min))
(split-window-right)))"
今天 29.1 的 rc1 刚出.
If no problems are reported, this will become Emacs 29.1 in a week’s time.
等到花都谢了
這次比平時慢了兩三個月. 不過也有很多改進, 期待!