Skip to content

Instantly share code, notes, and snippets.

@lokedhs
Created July 8, 2020 14:16
Show Gist options
  • Save lokedhs/e593a64d2a7660dced6b40acbc9351b0 to your computer and use it in GitHub Desktop.
Save lokedhs/e593a64d2a7660dced6b40acbc9351b0 to your computer and use it in GitHub Desktop.
There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION CLIM:STREAM-OUTPUT-HISTORY (2)>
when called with arguments
(#<CLIM-CLX::CLX-5942-TOP-LEVEL-SHEET-PANE MAXIMA-CLIENT::MAXIMA-MAIN-FRAME {10202AD663}>).
Found in translators.lisp. The error is raised in the call to STREAM-OUTPUT-HISTORY below:
(defun find-innermost-applicable-presentation
(input-context window x y
&key (frame *application-frame*)
(modifier-state (window-modifier-state window))
event)
(values (find-innermost-presentation-match input-context
(stream-output-history window)
frame
window
x y
event
modifier-state
nil)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment