muffinmad / emacs-mini-frame

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

de-stringify edebug-eval-expression in mini-frame-ignore-commands #74

Closed Inc0n closed 1 year ago

Inc0n commented 1 year ago

Potential fix for https://github.com/muffinmad/emacs-mini-frame/issues/72?

muffinmad commented 1 year ago

Since edebug-eval-expression is declared in edebug.el, the we must (require 'edebug), right? I don't really want to do this.

Inc0n commented 1 year ago

hmm, although, I think there is no need to require 'edebug (since I found that converting edebug-eval-expression to a symbol fixes this issue: https://github.com/muffinmad/emacs-mini-frame/issues/72. On the other hand, it also appears this issue to only relevant to my own config, therefore, this PR would be unnecessary.

Closing.