From: dhruva <dhruvakm@gmail.com>
To: Emacs Development <emacs-devel@gnu.org>
Subject: themes not getting installed: mingw build
Date: Sun, 17 Oct 2010 09:11:55 +0530 [thread overview]
Message-ID: <AANLkTimpMJEw+S6O-6Ynzd2oWaRDpzGycoFuoV8ypq1J@mail.gmail.com> (raw)
Hello,
I am using emacs built using mingw tool chain on windoze XP. The
themes are not getting installed when I do a 'make bootstrap; make
install'
In the source dir, I find the following files (using git repo):
emacs\lisp\themes\tango-dark-theme.el
emacs\lisp\themes\tango-theme.el
emacs\lisp\themes\wheatgrass-theme.el
Is this a know problem?
The trivial patch below fixes the problem:
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index cd76ffa..28ef222 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -117,6 +117,7 @@ WINS_BASIC=\
play \
progmodes \
textmodes \
+ themes \
url \
vc
-dhruva
next reply other threads:[~2010-10-17 3:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-17 3:41 dhruva [this message]
2010-10-17 20:44 ` themes not getting installed: mingw build Chong Yidong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTimpMJEw+S6O-6Ynzd2oWaRDpzGycoFuoV8ypq1J@mail.gmail.com \
--to=dhruvakm@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.