Moritz von Göwels
Moritz von Göwels
Good idea, the tracking-stuff needs some work anyway. Thanks for the heads-up!
Hey! Sorry for not coming back to you earlier. Yes, this is possible, via the [auth-source](https://www.gnu.org/software/emacs/manual/auth.html) library. Just follow the instructions there and use the `host` and `port` of your...
Might I suggest adding them as submodules then? This way anyone could just `git clone --recursive ` and automatically get all dependencies.
Yes, that would be perfect. The reason we implemented this unfortunate behavior is that the parser for the binary data is _very_ slow. Weechat sends the nicklist as one very...
I think most of the code is there, we just need to expose it as a configuration option. I'll try to have a look at this soon. As for the...
I'm not using `company-mode` personally, so I'm not too familiar with how it works. Can you give me a short link or introduction on how to reproduce your issue? Also,...
Hello, We just started using `fluent_uri` in a (for-now) internal project. Is there something blocking the merge of this change? If so, could you kindly explain what needs to be...
Tomáš Čech [email protected] writes: > When I try to connect to other instance of weechat, I'm asked whether > the other connection should be replaced. If I refuse, no connection...
I don't have plans to introduce a websocket-based transport in the future. It shouldn't be very hard to do though, so patches welcome :) bricewge [email protected] writes: > It seems...
This should be configurable either via `M-x visual-line-mode` or `M-x toggle-word-wrap`. Take a look at the documentation for either via `C-h f visual-line-mode RET` :) Feel free to respond here...