Re: [PATCH] my first patch for emacs

2005-09-25 Thread Richard M. Stallman
With my code - Makefile will try to test if there is a minimal set of .elc files available to build minimal emacs-bootstrap binary. That does seem like an improvement. Is your code fast enough that the delay would not bother anyone? If so, I'd say the idea is a good one. Of course a

Re: [PATCH] my first patch for emacs

2005-09-25 Thread Marcin Antczak
Dnia 14-09-2005, śro o godzinie 16:54 +0200, Marcin Antczak napisał(a): > Hi! > > This is my first patch I created for emacs - so, be gentle... > > This provides better test procedure when trying to build emacs from cvs > without bootstrap. RMS sent me mail with question about what my patch does

Re: [PATCH] my first patch for emacs

2005-09-16 Thread Richard M. Stallman
To help us think about your patch, could you explain what it is supposed to do differently? What is the case which you would like to treat differently, and why? ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emac

[PATCH] my first patch for emacs

2005-09-14 Thread Marcin Antczak
Hi! This is my first patch I created for emacs - so, be gentle... This provides better test procedure when trying to build emacs from cvs without bootstrap. I hope you will like it. Regards, Marcin ? makefile.elc.test.diff Index: Makefile.in ==