Bernt Hansen writes: > I don't think make autoloads is an option for me at work... I'm using > GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO > and I don't have make available... > > I use git under Cygwin to get the org-mode repository and access it from > NT Emacs.
That's exactly the same setup that I use at work. You can easily use the make from Cygwin with NTEmacs. I've even posted an example local.mk some time ago, something like this should get you started: --8<---------------cut here---------------start------------->8--- # local.mk Win7/NTemacs CYGWIN += nodosfilewarning prefix = C:/Freeware/Emacs-24.0.50 EMACS = $(prefix)/bin/emacs lispdir = $(prefix)/site-lisp/org SUDO = --8<---------------cut here---------------end--------------->8--- Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf rackAttack: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
