-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Windows 11
Emacs: Version:
GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2023-08-02
Process edit-server is running.
When I use Edit with Emacs, in Chrome's context menu, in the textbox, I get the following back-trace in emacs.
Debugger entered--Lisp error: (cl-no-applicable-method frame-creation-function ((font . "-outline-Dejavu Sans Mono-normal-normal-normal-mon...") (name . "Edit with Emacs FRAME") (top . 200) (left . 200) (width . 80) (height . 25) (minibuffer . t) (menu-bar-lines . t) (window-system . x)))
signal(cl-no-applicable-method (frame-creation-function ((font . "-outline-Dejavu Sans Mono-normal-normal-normal-mon...") (name . "Edit with Emacs FRAME") (top . 200) (left . 200) (width . 80) (height . 25) (minibuffer . t) (menu-bar-lines . t) (window-system . x))))
cl-no-applicable-method(#s(cl--generic :name frame-creation-function :dispatches (((&context . window-system) #s(cl--generic-generalizer :name cl--generic-eql-generalizer :priority 100 :tagcode-function #f(compiled-function (name &rest _) #<bytecode -0x1ffb9cc644d2949d>) :specializers-function #f(compiled-function (tag &rest _) #<bytecode -0xc2bce8c284c4a5a>)) #s(cl--generic-generalizer :name cl--generic-t-generalizer :priority 0 :tagcode-function #f(compiled-function (name &rest _) #<bytecode -0x1cba0b13a96764e4>) :specializers-function #f(compiled-function (tag &rest _) #<bytecode -0x2b662d08469105e>))) (0 #s(cl--generic-generalizer :name cl--generic-t-generalizer :priority 0 :tagcode-function #f(compiled-function (name &rest _) #<bytecode -0x1cba0b13a96764e4>) :specializers-function #f(compiled-function (tag &rest _) #<bytecode -0x2b662d08469105e>)))) :method-table (#s(cl--generic-method :specializers (t ((&context . window-system) eql 'w32)) :qualifiers nil :call-con nil :function #f(compiled-function (params) #<bytecode -0x1d4b4a283bd06875>)) #s(cl--generic-method :specializers (t ((&context . window-system) eql 'nil)) :qualifiers nil :call-con nil :function #f(compiled-function (params) #<bytecode -0x1d4b4a2822552675>))) :options nil) ((font . "-outline-Dejavu Sans Mono-normal-normal-normal-mon...") (name . "Edit with Emacs FRAME") (top . 200) (left . 200) (width . 80) (height . 25) (minibuffer . t) (menu-bar-lines . t) (window-system . x)))
apply(cl-no-applicable-method #s(cl--generic :name frame-creation-function :dispatches (((&context . window-system) #s(cl--generic-generalizer :name cl--generic-eql-generalizer :priority 100 :tagcode-function #f(compiled-function (name &rest _) #<bytecode -0x1ffb9cc644d2949d>) :specializers-function #f(compiled-function (tag &rest _) #<bytecode -0xc2bce8c284c4a5a>)) #s(cl--generic-generalizer :name cl--generic-t-generalizer :priority 0 :tagcode-function #f(compiled-function (name &rest _) #<bytecode -0x1cba0b13a96764e4>) :specializers-function #f(compiled-function (tag &rest _) #<bytecode -0x2b662d08469105e>))) (0 #s(cl--generic-generalizer :name cl--generic-t-generalizer :priority 0 :tagcode-function #f(compiled-function (name &rest _) #<bytecode -0x1cba0b13a96764e4>) :specializers-function #f(compiled-function (tag &rest _) #<bytecode -0x2b662d08469105e>)))) :method-table (#s(cl--generic-method :specializers (t ((&context . window-system) eql 'w32)) :qualifiers nil :call-con nil :function #f(compiled-function (params) #<bytecode -0x1d4b4a283bd06875>)) #s(cl--generic-method :specializers (t ((&context . window-system) eql 'nil)) :qualifiers nil :call-con nil :function #f(compiled-function (params) #<bytecode -0x1d4b4a2822552675>))) :options nil) ((font . "-outline-Dejavu Sans Mono-normal-normal-normal-mon...") (name . "Edit with Emacs FRAME") (top . 200) (left . 200) (width . 80) (height . 25) (minibuffer . t) (menu-bar-lines . t) (window-system . x)))
#f(compiled-function (&rest args) #<bytecode -0x95d1200a56da343>)(((font . "-outline-Dejavu Sans Mono-normal-normal-normal-mon...") (name . "Edit with Emacs FRAME") (top . 200) (left . 200) (width . 80) (height . 25) (minibuffer . t) (menu-bar-lines . t) (window-system . x)))
apply(#f(compiled-function (&rest args) #<bytecode -0x95d1200a56da343>) ((font . "-outline-Dejavu Sans Mono-normal-normal-normal-mon...") (name . "Edit with Emacs FRAME") (top . 200) (left . 200) (width . 80) (height . 25) (minibuffer . t) (menu-bar-lines . t) (window-system . x)))
frame-creation-function(((font . "-outline-Dejavu Sans Mono-normal-normal-normal-mon...") (name . "Edit with Emacs FRAME") (top . 200) (left . 200) (width . 80) (height . 25) (minibuffer . t) (menu-bar-lines . t) (window-system . x)))
make-frame(((name . "Edit with Emacs FRAME") (top . 200) (left . 200) (width . 80) (height . 25) (minibuffer . t) (menu-bar-lines . t) (window-system . x)))
edit-server-make-frame()
edit-server-show-edit-buffer(#<buffer github.com/stsquad/emacs_chrome/issues/new>)
edit-server-find-or-create-edit-buffer(#<process edit-server <127.0.0.1:57144>> "undefined")
edit-server-filter(#<process edit-server <127.0.0.1:57144>> "POST /edit HTTP/1.1\15\nHost: 127.0.0.1:9292\15\nConnect...")