Page MenuHomeFreeBSD

elisp ports: Update after Emacs infrastructure overhaul
AbandonedPublic

Authored by jrm on Fri, Mar 27, 9:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 3, 12:17 PM
Unknown Object (File)
Fri, Apr 3, 9:30 AM
Unknown Object (File)
Wed, Apr 1, 5:46 AM
Subscribers

Details

Reviewers
ashish

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71757
Build 68640: arc lint + arc unit

Event Timeline

jrm requested review of this revision.Fri, Mar 27, 9:03 PM
jrm created this revision.

Minor change to print/pdf-tools

editors/tamago/Makefile
36–38

Could this be brought into emacs.mk so it happens automatically for any packages that happen to produce .elc as part of their build?

editors/tamago/Makefile
36–38

I think there were only about 10 of the 100ish ports that I gave up trying to mess with the upstream build to prevent .elc installation. We could put something in emacs.mk, but it would have to be blunt and start the search at ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/ because each port might put .elc files in different subdirectories. I think it would be better to fix the builds of these 10 ports, but that's a refinement I'll tackle a bit later.

Tweak some pkg-messages:

  • Remove or update any instructions to require/load things now that we are loading autoload.el files under share/emacs/lisp/site-start/.
  • Update some references to ~/.emacs to "Emacs configuration".

I moved these changes to D56116. It's better to commit this in one go.