declantsien

Results 75 comments of declantsien

I have the exactly same issue when using guix.el on Guix System. Fixed it by removing these lines from my emacs init.el ``` (with-eval-after-load 'geiser-guile (add-to-list 'geiser-guile-load-path "~/src/nonguix") (add-to-list 'geiser-guile-load-path...

After [this commit](https://github.com/emacs-ng/emacs-ng/commit/e959a597fd23ab7530195d123a7bbcd9dc2169c5), I saw `Segmentation fault` for this now ``` $ gdb --args ./src/emacs -Q GNU gdb (GDB) 10.2 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU...

I [rebased](https://github.com/declanqian/emacs/commits/ng/webrender/macos) this branch onto ng master, and fixed more rust [target family condition]( https://doc.rust-lang.org/reference/conditional-compilation.html#target_family) And configured with `./configure --with-webrender --without-javascript` Now I am only seeing some compile time rust...

Sent a [PR](https://github.com/harryfei/emacs-ng/pull/1) to your branch. Also noticed an issue on macOS related issue [described here](https://github.com/emacs-ng/emacs-ng/pull/373#issuecomment-903271932)

Will do that after your work on UI main thread been merged into master.

macOS webrender can be launched with `DISPLAY=${hostname} ./emacs -Q` using this [branch](https://github.com/declanqian/emacs-ng/commits/wr-macos). There are details needs to be handled, which can come later I think. I have a demo video...

Just tried to tackle this recently. Here is what I got so far. This time I just copied the webrender code along with Rust lisp code. https://github.com/declantsien/emacs-ng/commits/webrender-emacs https://i.imgur.com/FHBX77r.mp4 Few things...

Fixed the DPR issue. https://github.com/declantsien/emacs-ng/commit/bc07d47b112127d65e98409bed028df2ff5f9d2c https://user-images.githubusercontent.com/51986034/201113326-60518ac8-7a56-489e-b2d8-291d0f86dbd2.mp4

Harry Fei ***@***.***> writes: > @declantsien Great work! Is there anything I can help you? > >> I tested it on macOS with > ./configure --with-wr --without-ns --with-gnutls=ifavailable CFLAGS="-Wno-implicit-function-declaration" >...

The macOS build kind of works after I made some changes to lisp. Although there are some issues I immediately noticed. - the meta key not working - segfault after...