manateelazycat / awesome-tab

Emacs package to provide out-of-the-box configuration to use tabs.
384 stars 38 forks source link

Fix adapt to the latest project #113

Closed wcq062821 closed 2 years ago

wcq062821 commented 2 years ago

newest project changed some API. for example: (project-current) sometimes return '(vc Git "e:/work/tools/eaf-pdf-viewer/")

manateelazycat commented 2 years ago

Please reference https://github.com/manateelazycat/color-rg/pull/72

manateelazycat commented 2 years ago

Has fixed in newest version

wcq062821 commented 2 years ago

这个跟emacs版本没关系吧,根本原因是 project.el 在 5347dfc5f32b0408bf4ff7bbace7b2356cf59a8f 这个版本之后返回的东西就不一样了, 我在emacs28.1 下 使用5347dfc5f32b0408bf4ff7bbace7b2356cf59a8f 之前的版本就没问题, 之后的版本和awesome-tab 就有兼容性问题

manateelazycat commented 2 years ago

Emacs 集成了不同版本的 project.el

你重新按照你的方式提交一下补丁吧, 我再把 color-rg 和 snails 按照你的方法改一下吧。

谢谢。

wcq062821 commented 2 years ago

好的 https://github.com/manateelazycat/color-rg/pull/72 这种修法在emacs28.1 下面的新版 project 下面确实不能正常工作