emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
TMac 2020-09-04T15:27:14.012500Z

Not a Clojure question per se, but I’m trying to get my development environment set up on Linux (specifically BunsenLabs, a derivative of Debian Jessie) and am having a hard time getting a modern Emacs (26 or 27) installed (Debian only provides 24). I use linuxbrew, which has 26, but installs --without-x and I want X. I manually edited the formula to remove that flag, but keep getting told configure: error: You seem to be running X, but no X development libraries were found, but I have libx11-dev and a ton of related packages installed through Aptitude. I’d prefer to stay with something that easily updates (Linuxbrew, a third-party PPA, etc.) instead of building from source, but at this point just want a proper Emacs—any suggestions?

teodorlu 2020-09-04T15:37:34.012600Z

Have you considered nix? Nixpkgs unstable provides prebuilt Emacs 27.1. I tried it out on my Ubuntu, and a nix-env -iA nixpkgs.emacs got me a working install in a minute or so.

☝️ 1
seancorfield 2020-09-04T17:23:34.012900Z

sudo add-apt-repository ppa:kelleyk/emacs gets you access to at least Emacs 26 on Ubuntu... I'm not familiar enough with Debian vs Ubuntu etc to know whether that's a useful response (but since Teodor mentioned Ubuntu).

seancorfield 2020-09-04T17:24:42.013100Z

Kelley's PPA turns up in lots of places as the way to get more modern versions of Emacs on those versions of Linux.