Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(wrong-number-of-arguments (3 . 4) 2) #148

Open
yamatakau08 opened this issue Aug 11, 2021 · 0 comments
Open

(wrong-number-of-arguments (3 . 4) 2) #148

yamatakau08 opened this issue Aug 11, 2021 · 0 comments

Comments

@yamatakau08
Copy link

I faced the following error.
Could you fix it.

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant