pouar

Results 3 issues of pouar

replacing ``` (sly-send `(:emacs-rex ,form ,package ,thread ,id ,@extra-options)) ``` with ``` (sly-send `(:emacs-rex ,form ,(if (symbolp package) (symbol-name package) package) ,thread ,id ,@extra-options)) ``` in sly-dispatch-event seems to allow...

test case ``` (in-package :clim-user) (define-application-frame test-frame () () (:panes (out :application :display-time :command-loop :display-function 'draw-test-frame :incremental-redisplay t) (in :interactor :display-time :command-loop)) (:layouts (default (vertically () out in)))) (define-test-frame-command (com-redisplay...

bug
Freetype

I'm trying to figure out how to update the Maxima binaries to the latest version, but I have no idea how you cross compiled Maxima for Android. The instructions on...