also, I frequently run into this problem when building
find native-lisp -type d -exec /usr/bin/mkdir -p "/usr/local/lib/emacs/28.0.50/{}" \; ; \
find native-lisp -type f -exec /usr/bin/install -c -m 644 "{}" "/usr/local/lib/emacs/28.0.50/{}" \;
find: ‘native-lisp’: No such file or directory
find: ‘native-lisp’: No such file or directory
make: *** [Makefile:803: install-eln] Error 1
In the past I've been able to get past it with make -C lisp all
but not lately. Any idea what could be going wrong?
./confgure --with-native-compilation
instead of ./configure --with-native-comp
what do you think about temporarily add a fork of lsp-mode to emacs-ng(like use-package and straight) and provide an optional feature "lsp-mode"(or something else) so users can give it try(it works, kind of)
requests like hover and documentHighlight are working, but for other requests I get different errors like Input/output error or broken pipe(seems to differ with different servers)
I think it doesn't make much sense to merge it into lsp-mode if it's only half functional and crashes every 10 minutes...when we maintain a fork we could improve the lsp-mode integration while fixing issues in emacs-ng, would make things easier