declantsien
declantsien
I believe this is a duplicate of #148 . See [comment](https://github.com/emacs-ng/emacs-ng/issues/148#issuecomment-1449918275)
I've made Nix CI passed on both linux and macOS. Nix flake here https://github.com/declantsien/emacs-webrender/actions/workflows/nix-flake.yaml is working on macOS. Only with webrender for now. IMO, nix flake should in a separeted...
This `undefined reference` is that build with webrender requires fontconfig, before we didn't add fontconfig to the set of libraries to be linked from `configure.ac`. This issue should not happen...
https://github.com/emacs-ng/emacs-ng/blob/master/rust_src/lib.rs We already have this in the tree already. Closing this one.
This seems to be related to winit(frame implementation) part. Webrender with PGTK does not have this issue.
Here is a screencast using PGTK with webrender. https://user-images.githubusercontent.com/51986034/222114710-35510731-9b31-47ea-a60d-b5cf097acefd.mp4
2e0byo ***@***.***> writes: > I can't confirm under tao either, and I don't remember it when I was using winit. > > -- > Reply to this email directly or...
Ha... This is actually a feature of isearch https://git.sr.ht/~emacs/emacs/tree/master/item/lisp/isearch.el#L91 Because we didn't set `baud-rate` for winitterm. https://git.sr.ht/~emacs/emacs/tree/master/item/lisp/isearch.el#L1273
This PR is invalid now, since I reverted the use-package/straight.el commits in favor of use-package from upstream Emacs. Closing.
You can use nix flake here https://github.com/declantsien/emacs-webrender/actions/runs/3835526145 to build webrender on macOS.