bug#64586: Emacs-Packages should contain native-compiled files

2023-08-23 Thread Liliana Marie Prikler
Hi, Am Mittwoch, dem 23.08.2023 um 17:37 +0200 schrieb Simon Tournier: > Hi, > > On Wed, 12 Jul 2023 at 21:36, Liliana Marie Prikler > wrote: > > > You are correct, but unlike other language ecosystems (e.g. Python > > or Common Lisp), we don't have a convenient "package-with-emacs" as > > of y

bug#64586: Emacs-Packages should contain native-compiled files

2023-08-23 Thread Simon Tournier
Hi, On Wed, 12 Jul 2023 at 21:36, Liliana Marie Prikler wrote: > You are correct, but unlike other language ecosystems (e.g. Python or > Common Lisp), we don't have a convenient "package-with-emacs" as of > yet. This is basically step 3 of > of which only

bug#64586: Emacs-Packages should contain native-compiled files

2023-07-12 Thread Liliana Marie Prikler
Hi Mekeor, Am Mittwoch, dem 12.07.2023 um 18:19 + schrieb Mekeor Melire: > If I understand correctly, it is only the following Emacs-packages > that ship with eln-files when installed with Guix, because they > specify `#:emacs ,emacs` in the package declaration, so that native- > compilation i

bug#64586: Emacs-Packages should contain native-compiled files

2023-07-12 Thread Mekeor Melire
Emacs can interpret/load at least four kinds of source files. Listed with increasing performance: - Emacs-Lisp source code: *.el - Byte-compiled Emacs-Lisp: *.elc - Native-compiled Emacs-Lisp: *.eln - Shared-object files: *.so Guix installs el- and elc-files into ~/.guix-profile/share/emacs/sit