emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
anonimitoraf 2020-12-20T05:44:38.302600Z

Yep. Im on ubuntu 20.04

Ben Sless 2020-12-20T07:18:00.302800Z

Can you please share how you went about it @nicdaoraf? Whatever I try I get a segfault temacs starts the dump process

2020-12-20T07:53:58.303800Z

I am also on 20.04. I followed this stackoverflow post: https://emacs.stackexchange.com/questions/59538/compile-emacs-from-feature-native-comp-gccemacs-branch-on-ubuntu

Ben Sless 2020-12-20T09:29:23.304200Z

I did that, too, still crashed and burned 😞

anonimitoraf 2020-12-20T09:33:17.304400Z

Oh, yea I essentially did the same as https://emacs.stackexchange.com/a/60858

Ben Sless 2020-12-20T09:36:52.304700Z

For some reason starting in a clean directory from scratch did work

2🎉
2020-12-20T10:39:41.305100Z

Congrats! Tell us what you think about it.

Ben Sless 2020-12-20T13:06:11.305300Z

do you know where it saves the compiled .eln files?

2020-12-20T13:08:32.306400Z

In /usr/lib/emacs/emacs-28.../native-libs

2020-12-20T13:08:34.306700Z

For me

2020-12-20T13:09:03.307700Z

[i got it trying to make a symlink but I had to make a bash file haha]

Ben Sless 2020-12-20T13:09:58.307900Z

I think it's misbehaving and generating them in the library where the binary is run (i.e. in pwd)

Ben Sless 2020-12-20T13:17:09.308100Z

I think the biggest issue I found until now is that it can't be built in the same directory twice

2020-12-20T20:00:36.309700Z

I found an issue with json where one of the deps renders kill-buffer impossible to use.