timor

Results 39 comments of timor

@kusumotonorio Wow, that's really interesting! I always thought that Factor and CLOS have the same semantics there. The documentation of `call-next-method` states that it is an error to call a...

I just checked the behavior with my covariant tuple branch. This is one of the cases where the dispatch is ambiguous. A compiler "warning" error is generated after defining all...

Is there some optimization step in the backend which can replicate small basic blocks to optimize something else?

Did you turn on `exwm-debug` mode? (The [FAQ in the wiki has some hints about debugging](https://github.com/ch11ng/exwm/wiki#faq))

Which emacs version are you using? Also, you can re-define this function to print XELB Debug messages to stderr. ``` (defun xcb-debug:message (format-string &rest objects) "Print a message to `xcb-debug:buffer'....

I am not using xscreensaver, so I cannot help you with that. But answering your question about "a screen locker" in general, I have a working setup using `i3lock`. However,...

I am encountering the same problem, but I do not have any system-wide or user-environment version of bundler installed as far as I can tell, only one in a nix...

Simply using `S-r` works for me at the moment. You could try `exwm-debug` and see whether you find some info there.

> I'm having this same problem for both s-r and spc-&-v Are you also using FreeBSD? I don't really know how to reproduce this...

Sorry, I think I am missing some context here. Could you be a bit more specific about what you did and what you expected?