[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can I put together a small bare bones "Emacs for scripting" pack
From: |
Eli Zaretskii |
Subject: |
Re: How can I put together a small bare bones "Emacs for scripting" package? |
Date: |
Fri, 24 Jan 2020 18:18:34 +0200 |
> Date: Fri, 24 Jan 2020 17:49:11 +0200
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
>
> Start with emacs.exe alone, and then add *.elc files according to
> error messages you get. You will need lisp/term/w32-win.el at least,
> but other than that, I don't know.
I see you'd also need simple.elc (because we look for it at startup),
and with Emacs before 27 also mule-util.elc. Emacs will probably
complain about a missing libexec directory, so create it.