On 4 Mar 2008, at 20:12, Peter Dyballa wrote:
What do you mean with "incomplete?" How can Emacs.app be built with
this patch from recent sources of GNU Emacs? Or is a different
approach needed, i.e. add emacs-23.0.0_NS-9.0rc3_patch_add.tgz, then
patch with emacs-23.0.0_NS-9.0rc3.patch, finally with your patch?

Well, it's a patch against the files which did not exist in CVS, and also existed in the NS-9.0rc3 release. As such, it is unlikely to be used for anything but reviewing my changes. I was unable to find any repository for Emacs.app, and unable to even figure out what CVS tag and date the changes coincided with. An incremental diff against the old release seems unlikely; quite a lot has changed in the rest of Emacs.

For the record, the (Z) shell command I used for generating the diff, was:
( diff -ur ../nsemacs/nextstep nextstep ; for i in `cvs -nq up -Pd | & grep ^\? | cut -d ' ' -f2-`; test -f ../nsemacs/$i && diff -u ../ nsemacs/$i $i ) > ~/Desktop/emacs.diff

I'll try to see if I can make a patch against Emacs CVS HEAD later. If you have any suggestions for how I can make viewing my changes easier, please say so. Until then, there is a nice little tarball in my previous mail ;-)

--

Dan Villiom Podlaski Christiansen
stud.scient., [EMAIL PROTECTED]


Attachment: smime.p7s
Description: S/MIME cryptographic signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to