emacs-snap:snapshot

Last commit made on 2024-04-08
Get this branch:
git clone -b snapshot https://git.launchpad.net/emacs-snap

Branch merges

Branch information

Name:
snapshot
Repository:
lp:emacs-snap

Recent commits

eb13e9e... by Alex Murray

Adapt to upstream native json support

See commit 1135ce461d188869e0294af45641edc2cbfacbf0 upstream for more details.

Signed-off-by: Alex Murray <email address hidden>

102cfcf... by Alex Murray

Update tree-sitter part to latest upstream release

Signed-off-by: Alex Murray <email address hidden>

4caf79d... by David Engel <email address hidden>

Include System Security Services support.

This fixes the "User <name> has no home directory" error (issue #68)
in environments where sssd is used.

c2ae964... by Alex Murray

Byte and native compile comp.el after patching it

This ensures emacs does not need to recompile it later at runtime.

Signed-off-by: Alex Murray <email address hidden>

fd91cf8... by Alex Murray

Use --with-native-compilation=aot

It seems this got changed before emacs 29 was released so make sure we specify
the correct way to invoke this to ensure we pre-compile as much elisp as
possible. Also keep NATIVE_FULL_AOT for now as well as this is still referenced
in the upstream lisp/Makefile.in so it may still be required.

As seen in
https://www.reddit.com/r/emacs/comments/15g0gxt/emacs_291_compiling_some_packages_on_every_startup/

Should hopefully fix issue #64.

Signed-off-by: Alex Murray <email address hidden>

a6c795e... by Alex Murray

Unexport GTK_IM_MODULE_FILE on startup to fix issue #63

Signed-off-by: Alex Murray <email address hidden>

9085f5e... by Alex Murray

Fixup treesit.patch for latest changes on upstream master

Signed-off-by: Alex Murray <email address hidden>

768c308... by Alex Murray

Set sysroot during tree-sitter grammar compilation

Fixes issue #61

Signed-off-by: Alex Murray <email address hidden>

5cae3ec... by Alex Murray

Add gawk to build-packages

Signed-off-by: Alex Murray <email address hidden>

c04d4f4... by Alex Murray

Merge branch 'emacs-29' into snapshot

Signed-off-by: Alex Murray <email address hidden>