Sorry, I didn't realize that braces are prohibited when there is only
one line. You might want to mention that on the coding standards
page.
I included a new improved patch below. I hope that it follows your
suggestions.
I believe that I am using the gnu style, which is your
recommended style
Le vendredi 13 avril 2007 à 19:43 +0300, Till Rettig a écrit :
> Hi,
>
> I tried for some hours to change a picture
> (site/images/naive-notation.png) from the website
> (site/about/automated-engraving/...) into an svg image and then let it
> be translated the same way as those pictures of the
> [...] "/home/joe//texmf" was in the search path and removing it
> solved the problem. It seems that kpathsea doesn't like the double
> slash: I had $HOME set to /home/joe/ and changing it to /home/joe
> solved the problem.
kpathsea likes the double slash very much! It has a special
function.
On Saturday 14 April 2007 18:01, Werner LEMBERG wrote:
> > > Try this for both cases:
> > >
> > > KPATHSEA_DEBUG=-1 mf-nowin -progname=mf "\mode:=ljfour; mode_setup;
> > > end."
> >
> > Thanks for the quick reply. I've tried this and attached the
> > (heavily snipped) output. The main thing I not
> > Try this for both cases:
> >
> > KPATHSEA_DEBUG=-1 mf-nowin -progname=mf "\mode:=ljfour; mode_setup; end."
>
> Thanks for the quick reply. I've tried this and attached the
> (heavily snipped) output. The main thing I noticed is that it is
> scanning paths like
> /home/joe/programming/lilyp
On Saturday 14 April 2007 14:29, Werner LEMBERG wrote:
> > Now lets create some files:
> > $ make -C Documentation/user web
> > # Ctrl-C after a minute or so
> > $ time mf-nowin -progname=mf "\mode:=ljfour; mode_setup; end."
> > real0m32.998s
> > user0m28.638s
> > sys 0m4.336s
>
> Try t