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: 107
Popularity: 1.93
First Submitted: 2014-01-05 02:05 (UTC)
Last Updated: 2023-10-14 18:36 (UTC)

Required by (313)

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 .. 33 34 35 36 37 38 39 Next › Last »

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.

tavianator commented on 2010-07-12 05:49 (UTC)

Yes indeed (I believe -2 pulled in the fix). However, the configure script stupidly checks gcc --version, instead of testing for the actual bug (which is easy; see the testcase attached to the GCC bug, or the two committed). So you'll have to either keep the workaround or patch ./configure.

nsantos commented on 2010-07-11 04:56 (UTC)

@tavianator You mean gcc-4.5.0-6 in core? If so, I'll take out the workaround later today.