Sébastien Helleu

Results 282 comments of Sébastien Helleu

I have no problem with this script loaded. If you run WeeChat without any script (`weechat -s`), then load only this script and `/quit`, do you have the problem?

Thanks @fancypantalons, I'm now able to reproduce with this simple script, so I'll investigate the problem.

Here's the trace with gdb on the running frozen process, when I do `/quit` after loading the script that shows a notification: ``` #0 futex_abstimed_wait_cancelable (private=0, abstime=0x7ffe921d7bc0, clockid=, expected=0, futex_word=0x7f3230c98f48...

@Tarentaise: no fix yet, the problem seems to be in Python. I'm not sure if there's something that can be fixed on WeeChat side, and I had no time yet...

Hi, This is the intended behavior: ^C1 only changes the text color, not the background. So the previous used background is still used. If you want to reset the background,...

Hi, This is similar to the question in #1669. Most of times, the problem is not WeeChat itself (which relies on glibc to know the char width), but either glibc...

You can remove such chars with a simple trigger like this: /trigger add remove_zwc modifier weechat_print "" "/\u200b/" This replaces `\u200b` with nothing (just add any char after the last...

I discussed on that some months or years ago with someone else, one solution would be to always save the config files as UTF-8, and not using your locale. This...

There's already some "smart" completion in IRC plugin (via option `irc.look.nick_completion_smart`) but it's only based on people speaking in the channel, not the nicks you completed yourself in past. Typical...

Hi, This is a good question already discussed a couple of times on IRC, the answer is not so simple, it's technically possible, but was not designed to do this....