Hide Forgot
Description of problem: The mercurial package has add-on subpackages for Emacs and Xemacs, but doesn't conform to the Emacs add-on packaging guidelines: http://fedoraproject.org/wiki/Packaging/Emacs Version-Release number of selected component (if applicable): mercurial-1.0-4.fc9
Created attachment 301354 [details] Patch for spec file to conform to Emacs guidelines Patch for spec file to conform to Emacs guidelines.
Re-opening the bug: You removed the -p option when installing the *.el and *.elc files. The result is they will both have the same time stamp. If you then install both the emacs-mercurial and emacs-mercurial-el packages, emacs may load the uncompiled .el files rather than the elc files (which is slower) believing the uncompiled files to be newer than the compiled files. The -p is important, I didn't just add it for decoration :). As an aside, you should always use the -p option when installing files from the tarball.
mercurial-1.0-11.fc8 has been submitted as an update for Fedora 8
mercurial-1.0-11.fc7 has been submitted as an update for Fedora 7
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Jonathan, can you confirm that this issue was solved with * Thu Apr 10 2008 Neal Becker <ndbecker2> - 1.0-11 - Use install -p to install .el{c} files
yup, all fixed: # ls -l mercurial.el* -rw-r--r-- 1 root root 44336 2008-08-13 23:11 mercurial.el -rw-r--r-- 1 root root 45977 2008-08-25 13:01 mercurial.elc Thanks Neal. I'll close this.