Xichen Zhou

Results 10 comments of Xichen Zhou

Hi, I am the author of a Wayland compositor, so I can provide a little bit idea here, for it to work with Wayland, you basically need a server (for...

Is there anything you can debug when `wlc_init` returns false? I just updated my `wlc-git` to 0.0.5 on Archlinux and my `wlc_init` returned false all the time. It used to...

> > it is not possible since `format-all-region` modifies the entire buffer anyway. > > > > It should not modify the entire buffer. That sounds like a bug. Which...

I found the only reliable way to format only changed lines is relying on output from `diff`. I created a small [fmo-mode](https://github.com/xeechou/fmo-mode.el) to apply `format-all-region` on only changed lines.

I implemented this feature based off [format-all-region](https://github.com/lassik/emacs-format-all-the-code), it's a small minor mode called [fmo-mode](https://github.com/xeechou/fmo-mode.el) (format-modified-only). The idea there is similar to @daniel-grumberg described. Extracting diff hunks and applying `format-all-region` in...

Hi, I ran into the same issue and went to debug the code myself. It seems the published package is outdated and I pip install `path-to-giftless-repo-dir` solved my problem. Hope...

same here. It's cause huge issue in CPU usage on windows.

That's really bad, glad to help if I have the time. Le 29 avr. 2017 02:23, "Jari Vetoniemi" a écrit : > It's going to be abandoned unless somebody else...

hi thanks. I can't change `gptel-curl--common-args` though. it's a constant.

yes it did work with `:curl-args` however I have to add it to every backend I use..