Results 80 comments of jrun

hmm, matches won't pop up the menu even if i type slowly. i.e. ```context``` is not ```outdated``` and yet ```matches``` are ignored. ``` [INFO @ gtr.py:cm_refresh:78] 26499 - TRANS RESULTS:...

i just committed the changes to the python wrapper: [https://github.com/257/cm_sources/blob/master/gtr.py](https://github.com/257/cm_sources/blob/master/gtr.py) as of the last commit, back-and-forth is fine between my client and cm but menu is not popping yet.

```salut``` won't be completed then. note the ```^``` there. regex is weird period. and I'm still confused by how you position the brackets ```[]``` for ```word_pattern``` vs. ```cm_refresh_patterns```. it seems...

also note ```je t'aime",```. something's off with encoding, I will look into it once this is fixed.

[nvim.log_py2_script](https://gist.github.com/ba57e35eec435e5e5d2e697f6bdcb416) [nvim.log_py3_cm_core](https://gist.github.com/6da0366ecfb16c54e4153ad89690ae74)

that's the match for ```je``` you're looking at and yes they don't match ```je co```. ```je co``` gets this ```mathes```: ``` [ { "word":"je comprends", "menu":"I understand" }, { "word":"je...

doing ```self.complete(info, ctx, ctx['col'], matches, True)``` doesn't work either but changing ```ctx['startcol']``` to ```ctx['col']``` pops something! it is off however: ![2017-11-21-101208_3840x1080_scrot](https://user-images.githubusercontent.com/1268392/33079860-a32ed33a-cea4-11e7-919a-32aebe5727fb.png)

@DaanDeMeyer [disabled plain_squashfs support for the time being](https://github.com/systemd/mkosi/actions/runs/3575374955/jobs/6011854813#step:7:51)