muffinmad / emacs-mini-frame

Show minibuffer in child frame on read-from-minibuffer
GNU General Public License v3.0
321 stars 20 forks source link

emacs 29 wrong-number-of-arguments #<subr string-match> 4 #72

Closed Inc0n closed 1 year ago

Inc0n commented 1 year ago

I am having this error on just M-x.

Debugger entered--Lisp error: (wrong-number-of-arguments #<subr string-match> 4)
  string-match("edebug-eval-expression" "execute-extended-command" nil t)
  mini-frame-read-from-minibuffer(#<subr read-from-minibuffer> "M-x " nil keymap nil extended-command-history nil nil)
muffinmad commented 1 year ago

Does it happens it emacs -Q? Just build recent Emacs 29 versio (commit 58b8ed8b55cd3c864823c6d2fbfdd12bcfe43247) and can't reproduce this issue.

Inc0n commented 1 year ago

Ahh, it doesn't actually. No it does not happen with emacs -Q.

Weird, only after with my full config loaded. I do not think I will investigate this too much, since I do have a work around shown in PR https://github.com/muffinmad/emacs-mini-frame/pull/74.

But thanks for the instructions! I should apply the emacs -Q test in future cases.