Yes, there is a versioned executable but the installation script links it to the emacs one.
Installing both versions side-by-side is more convoluted that you think. It takes more than deleting a symbolic link. Besides, it goes against the idea of eating your dogfood when you are a tester/power user. I'll think over it.
Search Criteria
Package Details: emacs25-git 25.2.50.125475-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flag package out-of-date
- 1 pending request
- Submit Request
Git Clone URL: | https://aur.archlinux.org/emacs25-git.git (read-only, click to copy) |
---|---|
Package Base: | emacs25-git |
Description: | GNU Emacs. Version 25 maintenance branch. |
Upstream URL: | http://www.gnu.org/software/emacs/ |
Licenses: | GPL |
Conflicts: | emacs |
Provides: | emacs |
Submitter: | toropisco |
Maintainer: | None |
Last Packager: | haawda |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-17 01:10 (UTC) |
Last Updated: | 2017-08-27 13:00 (UTC) |
Dependencies (7)
- alsa-lib (alsa-lib-x205ta)
- gnutls (gnutls-git)
- gpm (gpm-vm, gpm-git)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full, imagemagick-full-git)
- m17n-lib
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Required by (436)
- anthy-unicode (requires emacs) (make)
- anthy-unicode-git (requires emacs) (make)
- astroid-git (requires emacs) (optional)
- auctex (requires emacs)
- auctex-git (requires emacs)
- auto-complete-clang-async (requires emacs)
- auto-complete-nxml-git (requires emacs)
- auto-complete-nxml-git (requires emacs) (make)
- bbdb (requires emacs)
- bigloo-devel (requires emacs) (make)
- bigloo-devel (requires emacs) (optional)
- bluespec-docs (requires emacs) (optional)
- bluespec-tools (requires emacs) (optional)
- carp (requires emacs) (make)
- cask (requires emacs)
- cask-git (requires emacs)
- cmake-git (requires emacs) (make)
- dictionary (requires emacs)
- distel (requires emacs)
- dmscripts-git (requires emacs) (optional)
- Show 416 more...
Sources (1)
Latest Comments
toropisco commented on 2016-08-09 23:44 (UTC)
early_adopter commented on 2016-08-07 09:55 (UTC)
Is there a reason for the conflict with the 'emacs' package?
It would be interesting to have both installed, 'emacs' for day-to-day and 'emacs25-git' for trying out, testing and keeping up to date with developments.
sigma commented on 2016-07-25 08:41 (UTC)
If you're having a failure in the pkgver during makepkg adjust the sed expression in the PKGBUILD's pkgver to something like
sed -e 's/^.\+\ \([0-9]\+\.[0-9]\+\.\?[0-9]\?\).\+$/\1/')"
The only difference is to make the "micro" (third) version number optional.
toropisco commented on 2016-03-15 18:02 (UTC) (edited on 2016-03-15 18:07 (UTC) by toropisco)
Those who have trouble compiling the emacs 25 git sources, please try the emacs-pretest package at <https://aur.archlinux.org/packages/emacs-pretest/>.
Thank you.
toropisco commented on 2016-02-29 01:24 (UTC)
Ahh, or use master. That one works fine from git://
toropisco commented on 2016-02-29 01:23 (UTC)
There are problems with savannah that started a week ago and don't seem to be solved as of today. The git:// service is up again, but all branch information is gone. I won't be switching back until they restore from a good backup. Be patient :-)
totsilence commented on 2016-02-28 18:47 (UTC)
I know how to use git :-)
Sorry, should have posted an error message. When you start fresh, i.e. download the PKGBUILD and the other files from this AUR package and put them in an empty directory, then run "makepkg":
==> Making package: emacs25-git 25.0.91.r124452-1 (Sun Feb 28 19:44:45 CET 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Cloning emacs25-git git repo...
Cloning into bare repository '/home/beischer/abs/aur/emacs25-git/emacs25-git'...
remote: Counting objects: 757387, done.
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
toropisco commented on 2016-02-25 13:27 (UTC)
@totsilence. I'll point you to the second entry in
<https://wiki.archlinux.org/index.php/Git#Commit_tips>
Do read the whole wiki page if you must.
totsilence commented on 2016-02-25 10:31 (UTC)
I can't clone the http:// git repository when trying to build this package. Reverting your last patch lets me clone the repository without problems and the build of the package succeeds...
toropisco commented on 2016-02-23 13:54 (UTC) (edited on 2016-02-23 13:57 (UTC) by toropisco)
Savannah has been in trouble for the last weeks and the git:// service is gone, who knows for how long. I have switched to use the http interface. I know it is an inconvenience, but a simple edition of the git repo config file fixes it. No need to redownload everything.
Pinned Comments
toropisco commented on 2016-03-15 18:02 (UTC) (edited on 2016-03-15 18:07 (UTC) by toropisco)