Rageoholic

Results 7 issues of Rageoholic

The event system is straight up busted on windows. You will *never* receive a resize event because after a WM_SIZE you will also get a WM_PAINT. This means that the...

So when I run IO.gets emacs hangs until I C-g. After that I have to kill IEx because its still waiting for input. Tested on Emacs 26 and 24

Clang apparently doesn't implement strdup in the version of libc they ship. Instead they implement _strdup which is identical. This change just makes it so that on windows we just...

So I set up DIME with this code ``` ;;; Dylan (add-to-list 'load-path "~/dylan-mode") (setq inferior-dylan-program "dswank") (require 'dime) (dime-setup '(dime-dylan dime-repl)) (setenv "OPEN_DYLAN_USER_REGISTRIES" "/home/rage/Downloads/opendylan-2014.1/sources/registry") ``` but when I try...

dime

Your repo refers to clacklisp.org but its down and the quickdoc page has nowhere near good enough docs. Did the proper documentation get moved or is the site just down?

When I go to install a mode with this as a requirement I get an error that this package's public key is missing. Do you need to make a new...

For some reason even though there is a ton of space the text that tells you what the result of the #check directive is decides to wrap around. I'm using...