Vasilij Schneidermann
Vasilij Schneidermann
Ok, so you'd need to define a wrapper function. A function to define a public alias would be convenient. This concept is known as reexport in other programming languages. edit:...
```lisp (defmodule util (defclass () ((size :accessor rect-size :initarg size))) (defpublic foo () (create (class ) 'util::size 999) ) (defpublic rect-size (x) (rect-size x) ) ) ``` ``` > (load...
Thank you, but this doesn't work as expected. For starters, I get errors when building with both `PREFIX` and `DESTDIR` set to non-standard values (`/usr` and `/home/wasa/code/misc/pkgbuilds/eisl-git/pkg/eisl-git`). This is resolved...
For the record, https://github.com/phillord/emacs-tutorial/blob/master/tutorial.org
> 100 and 101, while not errors by the spec, would seem to be effectively errors in this context, no? They are unexpected behavior perhaps, but not an error in...
The easiest way to get people to clean up their extra whitespace is enabling `show-trailing-whitespace` from both `prog-mode-hook` and `text-mode-hook`. The only downside of that is that it makes redisplay...
Hm, good point about `rlwrap`, but it doesn't change anything about that bug. I only get the other features, like line editing.
Note that even if this is fixed, `popwin` will leave spurious timers around with a similiarly bad interval.
Thanks, I've tested the PR and it removes the need for all hacks in my script used to control spotifyd. I had a bit of trouble figuring out the correct...
Thank you, I've tested now with playerctl as well and it stopped raising errors and segfaulting.