Package Details: emacs-git 30.0.50.169253-1

Git Clone URL: https://aur.archlinux.org/emacs-git.git (read-only, click to copy)
Package Base: emacs-git
Description: GNU Emacs. Development master branch.
Upstream URL: http://www.gnu.org/software/emacs/
Keywords: development editor IDE text
Licenses: GPL3
Conflicts: emacs
Provides: emacs
Submitter: toropisco
Maintainer: toropisco
Last Packager: toropisco
Votes: 104
Popularity: 0.001852
First Submitted: 2014-01-05 02:05 (UTC)
Last Updated: 2023-10-14 18:36 (UTC)

Required by (319)

Sources (2)

Pinned Comments

toropisco commented on 2017-06-30 19:14 (UTC) (edited on 2022-05-15 13:26 (UTC) by toropisco)

This PKGBUILD is a work in progress. If you find PACKAGING bugs, please let me know ASAP.

Upstream bugs are to be reported upstream. Check out the emacs-devel archives to confirm if this is an already known bug. In fact... Why are you not subscribed to emacs-devel?. Also check the emacs-bug-tracker archives.

Reporting bugs: Write to the Emacs Bug Tracker and report it there. Or, better yet, use the debbugs client included with the text editor. You will find instructions at https://debbugs.gnu.org/. Good luck!

If you confirm it is a packaging bug, you are welcome to report it here.

Yaourt and other automated tools users BEWARE! This PKGBUILD is written with hand updating in mind and I won't fix bugs arising from such use. Besides, cloning the same repository time and time again from a non-profit such as the GNU Project/FSF gives out a very low image of you.

Latest Comments

« First ‹ Previous 1 .. 32 33 34 35 36 37 38 Next › Last »

paradoxxxzero commented on 2011-09-06 09:57 (UTC)

It might be a good idea to compile with --with-x-toolkit=gtk3 if gtk3 is installed.

nsantos commented on 2011-03-22 09:30 (UTC)

@dolby To be fair, the size more than doubles, since I duplicate the bzr checkout when building. Although, I could probably just hardlink everything from the actual checkout to reduce disk usage. More trouble than it's worth, though, IMO.

<deleted-account> commented on 2011-03-22 08:49 (UTC)

Thanks for the reply. git with --depth 1 is 294mb in case you were wondering. Still much bigger than bzr though.

nsantos commented on 2011-03-22 08:29 (UTC)

@dolby The main gripe I have with bzr is how *slow* everything is. It's not because bzr is in Python; hg is rather quick. However, my laptop doesn't have much disk space (it's a little old), so I'm kind of okay trading speed for lower disk requirements.

nsantos commented on 2011-03-22 08:26 (UTC)

@dolby Right now, it's at 118 megs. Its been about a week since my last build, but I doubt it'd grow dramatically when I rebuild with the 'fix' for the issue @jxy noted.

<deleted-account> commented on 2011-03-22 04:08 (UTC)

Can someone please tell me how big the dir in src/emacs gets using this script? I have a git tree here and its more than 800mb now. I know i could use --depth 1 with git, which seems to be equivalent to the --lightweight checkout option of bzr this script uses, to make it smaller, but they seem to have the same disadvages. I was wondering how big your bzr src/emacs dir is.

<deleted-account> commented on 2011-03-21 20:04 (UTC)

There is no "configure" script in the bzr repo, now. Running autogen.sh is required to generate the file "configure".

nsantos commented on 2011-01-22 10:42 (UTC)

Why was this flagged out of date? Also, I forgot to note that the gcc-4.5 fix has already been taken out. So if that's the reason, can we un-flag this now? :P

<deleted-account> commented on 2010-12-05 04:43 (UTC)

I believe you can now take the gcc-4.5 fix out of PKGBUILD.