Results 9 comments of INA Lintaro

OK, I will fix it not to drop the `:after` argument.

Your main problem I assume is that xterm-256color.el didn't work on Emacs 24.3. Actually, xterm-256color.el did not support Emacs 24.3 since the color handling in term.el has been changed a...

I investigated the remaining issues. Control codes appearing in the buffer are color changing instructions, which are not supported by xterm-256color.el. To prevent those codes from appearing in the buffer,...

You mean that `emacs-version` is something like `24.2.1` on Emacs 24.2 and so that `(string< "24.2" emacs-version)` at https://github.com/tarao/term-plus-el/commit/22e18f12fa2da31a83d683e0d6e8dd6706baf6ef#L0R119 evaluates to `t`, which should be `nil`, right? That's true. The...

ご報告ありがとうございます。2.3.8で関連するバグ修正を実施いたしましたので、ご確認ください。

Aha, I didn't know this behavior but it seems that this is the semantics of inlining. See this: https://github.com/scala/scala3/issues/12754 I agree that I should mention this in the documentation. ###...

It fails due to TASTy incompatibility between Scala 3.3.3 and 3.4.2. ``` [error] class file upickle/default.class is broken, reading aborted with class dotty.tools.tasty.UnpickleException [error] TASTy signature has wrong version. [error]...

I confirmed that this patch works also on the latest Emacs snapshot. Thanks!