On Thursday 05 February 2009 17:54:23 Marc Lalaude-Labayle wrote: > Hi, > > a maybe stupid question. How do i apply these patches to see the > difference ?
In unix: Put the files in the same place where you have the directory src where you have the sources of texmacs then do: patch -p1 <filename The -p option tells patch how many directories it has to strip from the path. So, if you put the patch files *in* the directory src you need -p2. Bas _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
