You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 4) 2)
#f(compiled-function (obsolete-name current-name when &optional docstring) "Set OBSOLETE-NAME's function definition to CURRENT-NAME and mark it obsolete.\n\n(define-obsolete-function-alias \\='old-fun \\='new-fun \"22.1\" \"old-fun's doc.\")\n\nis equivalent to the following two lines of code:\n\n(defalias \\='old-fun \\='new-fun \"old-fun's doc.\")\n(make-obsolete \\='old-fun \\='new-fun \"22.1\")\n\nWHEN should be a string indicating when the function was first\nmade obsolete, for example a date or a release number.\n\nSee the docstrings of `defalias' and `make-obsolete' for more details." #<bytecode -0xc3f2ab07e9b89dc>)('seml-encode-html-from-region 'seml-encode-region-from-html)
(define-obsolete-function-alias 'seml-encode-html-from-region 'seml-encode-region-from-html)
eval-buffer(#<buffer *load*-3264> nil "c:/yama/.emacs.d/elpa/seml-mode-20200812.1027/seml..." nil t) ; Reading at buffer position 17235
load-with-code-conversion("c:/yama/.emacs.d/elpa/seml-mode-20200812.1027/seml..." "c:/yama/.emacs.d/elpa/seml-mode-20200812.1027/seml..." nil t)
require(seml-mode nil nil)
eval-buffer(#<buffer *load*-73857> nil "c:/yama/.emacs.d/lisp/.seml-mode.el" nil t) ; Reading at buffer position 36
load-with-code-conversion("c:/yama/.emacs.d/lisp/.seml-mode.el" "c:/yama/.emacs.d/lisp/.seml-mode.el" nil t)
require(\.seml-mode)
eval-buffer(#<buffer *load*> nil "c:/yama/.emacs.d/init.el" nil t) ; Reading at buffer position 4902
load-with-code-conversion("c:/yama/.emacs.d/init.el" "c:/yama/.emacs.d/init.el" t t)
load("c:/yama/.emacs.d/init" noerror nomessage)
startup--load-user-init-file(#f(compiled-function () #<bytecode 0x5a5c67ea461f3ba>) #f(compiled-function () #<bytecode 0xc085514c3215d0c>) t)
command-line()
normal-top-level()
My enviroment is the following.
(emacs-version)
"GNU Emacs 28.0.50 (build 1, x86_64-w64-mingw32)
of 2021-01-16"
and install "seml-mode" by use-package.
(use-package seml-mode
:ensure t)
The text was updated successfully, but these errors were encountered:
I faced the following error.
Could you fix it.
My enviroment is the following.
and install "seml-mode" by use-package.
The text was updated successfully, but these errors were encountered: