Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
Hrvoje Niksic <hniksic(a)iskon.hr> writes:
> When changing a core Lisp or C file, I recompile it and see how XEmacs
> fares. With the packages, I apparently have to remake and reinstall
> the package. I'd like to automate that process, somehow.
Note that if you can spare the diskspace then you can have the "make
install" phase of the packages Makefile copy the new files to the
package tree. There is no need to make tarballs.
That's comforting! (No irony intended.) I was really scared I'd have
to make a tarball after each change.