Jin

Results 99 comments of Jin

@rudirando thanks for pointing out the possibility. You might want to change ``` (concat "notify-send -t 1800000" "foo") ``` to ``` (concat "notify-send -t 1800000" " foo") ``` as well...

I'm using the style `'libnotify`, and `(alert "Hi")` does not trigger a system notification. There's no buffer `*Alerts*` either. Thankfully, as pointed out by @jave above > I was confused...

I found the issue for me, with temporary solution in https://github.com/jwiegley/alert/issues/92. Hopefully this will be fixed.. Please try the temp solution and see if it works for you! Then we...

I will test with `run-with-timer` especially on [this](https://github.com/jwiegley/alert/issues/92)! Hopefully that's the main reason why it fails.

Thanks for the comment and commits! I'm willing to test whenever you think its ready!

I still experienced this bug as for today. Thanks to the hint by @sigwinch28, here's how I worked around it. --- This is a note on putting my key-pairs to...

What's the current state of this issue?

How about emacs' variable `comint-input-ring-size`?

By tcp-server did you mean to let slynk to communicate to its clients by UNIX tcp-sockets, rather than by local network? I'm pondering on making a contrib on this, but...

Oddly, it hasn't been happening for three days.. I will capture the report next time it happens. Thanks for your feedback.