Daniel Kochmanski

Results 126 comments of Daniel Kochmanski

Yes, this place is fine. Wysłano z aplikacji ProtonMail -------- Oryginalna wiadomość -------- ‎ 27 kwi 2021, 19:24, Elia Nolz napisał(a): > ***@***.***(https://github.com/dkochmanski) thank you for the example. > >...

Function "get-default-display" is implemented only for unix (see dependent.lisp). on windows you are expected to use open-display. that said, cygwin should be accounted for as some kind of a unix....

Having a support for input methods in clx is something we want of course, but please keep in mind, that clx is a pure common lisp implementation, so if your...

Hey. Did you check if your environment variables indicate a correct display? I remember someone had an issue where emacs compiled on different machine "saved" the environment variable, so clx...

the duplicate issue is closed, because it is a duplicate - if we close this one too, then the issue won't be marked on a tracker :)

sorry for this terrible response time. Pull requests here work best imo.

if you make a PR from your specific branch on github then PR is automatically updated.

I think that the right convention is the one from the core module (which is documented), that is foo-error. Extensions should be adjusted to follow it.

the whole point of clx is that it doesn't depend on any kind of ffi. If you are interesting in having xlib wrapper then you may try to contribute in...

I'm not sure whether it is even possible to shoehorn xlib calls in between "native" clx calls. If it is possible, then there is nothing what would prevent someone from...