ppa-emacs
ppa-emacs copied to clipboard
Packaging repository for my Emacs PPA
Installing emacs28 with emacs27 installed is bad, I learned the hard way. I tried to install emacs28 (via `sudo apt install emacs28`) and got this error: ``` dpkg: error processing...
Hello, thanks a lot for maintaining this PPA. You are probably aware that Emacs 29 has been released. Are there any plans to add support for it? Thanks!
Please provide support for the latest release 22.10.
Who has a better way?
I'm wondering if it's possible to publish a nativecomp build without X11 support as I'd like to be able to have the native compilation feature on servers.
As reported by @BenSchmidtTech in #3
The ctags included with emacs contains a vulnerability where it trusts the names of files passed to to it. Could you patch for CVE-2022-45939?
emacs28-nativecomp installed in Linux Mint 21 (should be the same as Ubuntu Jammy) Execute from terminal: `emacs -Q —eval "(require 'gv)" ` Gives the error: `Symbol's function definition is void:...
Repro in clean `ubuntu:22.04` container: ```sh apt update apt install -y software-properties-common add-apt-repository -y ppa:kelleyk/emacs apt install -y emacs28-nativecomp clang ``` Try to compile a minimal C++ file like this...
From which I've read, `libgccjit-dev` version should match `gcc` version. Also, looks like there is a PPA with a suitable GCC/libgccjit for Bionic. * https://emacs.stackexchange.com/questions/59538/compile-emacs-from-feature-native-comp-gccemacs-branch-on-ubuntu * https://www.reddit.com/r/emacs/comments/gikoag/install_native_emacs_instructions/ * https://askubuntu.com/questions/1192955/how-to-install-g-10-on-ubuntu-18-04