Package Details: emacs-lucid 29.4-3

Git Clone URL: https://aur.archlinux.org/emacs-lucid.git (read-only, click to copy)
Package Base: emacs-lucid
Description: The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)
Upstream URL: http://www.gnu.org/software/emacs/emacs.html
Licenses: GPL3
Conflicts: emacs
Provides: emacs
Submitter: favadi
Maintainer: snackattack
Last Packager: snackattack
Votes: 25
Popularity: 0.008054
First Submitted: 2012-07-23 16:07 (UTC)
Last Updated: 2024-10-28 03:47 (UTC)

Required by (315)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

snackattack commented on 2023-05-03 05:32 (UTC)

I think that is better specified on the user end by setting the MAKEFLAGS environment variable. Like this:

MAKEFLAGS='-j8' makepkg -si

Should also work with yay, aurutils, etc.

BossCode45 commented on 2023-05-03 05:03 (UTC)

Could you add -j$(nproc) to the make args? (that just tells make to use all your threads instead of just one)

snackattack commented on 2023-05-03 04:59 (UTC) (edited on 2023-05-03 05:00 (UTC) by snackattack)

I've adopted this, and updated to emacs-28.2.

I also disabled nativecomp, because the default emacs package doesn't have it -- there's a separate emacs-nativecomp for that. I was considering to provide emacs-lucid-nativecomp as a split package of this, like how emacs/emacs-nativecomp are built together in extra, but the downside is that it would double the build time of the PKGBUILD. So I decided against a split package -- I think it would be better to have a standalone emacs-lucid-nativecomp package for those who want it.

snackattack commented on 2023-04-16 01:59 (UTC) (edited on 2023-04-16 01:59 (UTC) by snackattack)

Here are a couple patches to update to 28.2 [1], and to split into versions with and without nativecomp [2] similar to how emacs is now packaged in extra.

[1] https://gitlab.com/jackkamm/aur-emacs-lucid/-/commit/c0869022e40e903ef09ab2fc7d62d24b83386561

[2] https://gitlab.com/jackkamm/aur-emacs-lucid/-/commit/e182df2182812d1af49724774b3200a34bbf904d

BossCode45 commented on 2023-03-05 19:55 (UTC) (edited on 2023-03-05 19:59 (UTC) by BossCode45)

Can anyone update this, I'd like to have the lucid version of emacs, but I'd prefer for it to be up to date, also it would be nice to have a version without native comp (as it doesn't give much performance anymore) .

stef204 commented on 2022-11-16 15:21 (UTC)

why the options=(debug) in the PKGBUILD?

carlosal1015 commented on 2020-12-16 03:55 (UTC)

Thanks @altaway, @jpkotta. Today I installed emacs-lucid, now I do not have issues with the keys, but its nice to know how to do it with yay.

altaway commented on 2020-10-11 13:00 (UTC)

If using yay, run yay -S --mflags --skippgpcheck emacs-lucid.

jpkotta commented on 2020-10-02 23:53 (UTC)

@carlosa1015:

Preferably, import the keys with gpg --recv-keys the-hex-key-id for each key needed. This applies to any package that uses PGP keys to verify integrity. Alternatively, just tell your AUR helper or makepkg (--skippgpcheck) to ignore the key check.