js-comint icon indicating copy to clipboard operation
js-comint copied to clipboard

Add support for Emacs 27

Open nikty opened this issue 4 months ago • 3 comments

Hello! It is not possible to use this package on Debian 11 without modifications because it requires Emacs 28.1. Emacs 27.1 is still vastly used and not really ancient. Please consider requiring Emacs 27.1:

;;; Package-Requires: ((emacs "27.1"))

nikty avatar Jul 31 '25 13:07 nikty

looks only unit test code are using 28+ api. You can use js-comint.el directly in emacs 27.

redguardtoo avatar Aug 07 '25 03:08 redguardtoo

Right, but I can't install it using standard method of package-install.

nikty avatar Aug 07 '25 10:08 nikty

M-x package-install-file, or set up load-path, see https://www.gnu.org/software/emacs/manual/html_node/eintr/Loading-Files.html

redguardtoo avatar Aug 11 '25 05:08 redguardtoo