Re: [patch] simplify code in os_cygwin.cpp

2007-08-06 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Well... after having my coffee, I realized that I was still using too > much code, so I committed the attached. OK. JMarc

Re: [patch] simplify code in os_cygwin.cpp

2007-08-06 Thread Enrico Forestieri
On Mon, Aug 06, 2007 at 03:55:40PM +0200, Enrico Forestieri wrote: > On Mon, Aug 06, 2007 at 09:24:53AM +0200, Jean-Marc Lasgouttes wrote: > > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > > Recent versions of the cygwin dll have an internal function for > > > syncing the Windows envir

Re: [patch] simplify code in os_cygwin.cpp

2007-08-06 Thread Enrico Forestieri
On Mon, Aug 06, 2007 at 09:24:53AM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > Recent versions of the cygwin dll have an internal function for > > syncing the Windows environment. The attached patch uses this > > function, leading to much simplified co

Re: [patch] simplify code in os_cygwin.cpp

2007-08-06 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Recent versions of the cygwin dll have an internal function for > syncing the Windows environment. The attached patch uses this > function, leading to much simplified code. > > JMarc, Ok to also apply it to branch? Yes. JMarc

Re: [PATCH] simplify code

2002-04-02 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> but anyway, here is the patch Applied. JMarc

Re: [PATCH] simplify code

2002-03-28 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> it's not ttfamily, you can delete it and get the same in > Herbert> roman it's the > > Herbert> \expandafter\strip@prefix\meaning\@tempa > > Herbert> which scans the string for each char

Re: [PATCH] simplify code

2002-03-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> it's not ttfamily, you can delete it and get the same in Herbert> roman it's the Herbert> \expandafter\strip@prefix\meaning\@tempa Herbert> which scans the string for each character. Ahh. Here lies the magic, then. JMarc

Re: [PATCH] simplify code

2002-03-28 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> Jean-Marc Lasgouttes wrote: absolutely, do you nee a > Herbert> screenshot ;-) > >>>No, but I'll definitely try it before applying. In fact my question >>>is more because I am curiou

Re: [PATCH] simplify code

2002-03-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Jean-Marc Lasgouttes wrote: absolutely, do you nee a Herbert> screenshot ;-) >> No, but I'll definitely try it before applying. In fact my question >> is more because I am curious of how graphics.sty achieves that. Herber

Re: [PATCH] simplify code

2002-03-28 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: > Herbert> absolutely, do you nee a screenshot ;-) > > No, but I'll definitely try it before applying. In fact my question is > more because I am curious of how graphics.sty achieves that. from graphics.sty [...] \ifGin@draft \hb@xt@\Gin@req@width{%

Re: [PATCH] simplify code

2002-03-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> I understand that, but the output is a bit nicer on one line. Herbert> no, this are these endless long lines when I have some more Herbert> options You use too many options ;) >> PS: what about just outputting the file name? This

Re: [PATCH] simplify code

2002-03-28 Thread Herbert Voss
On 28 Mar 2002, Jean-Marc Lasgouttes wrote: > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> no, I do not think so, because we return the inserted lines! > > I stand corrected. > > Herbert> remember that bug hunting is much more easier when I have an > Herbert> output li

Re: [PATCH] simplify code

2002-03-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> no, I do not think so, because we return the inserted lines! I stand corrected. Herbert> remember that bug hunting is much more easier when I have an Herbert> output like \includegraphics[ bb = 0 0 200 100, draft, Herbert> typ

Re: [PATCH] simplify code

2002-03-28 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> here is a real latex solution for a output when a graphic > Herbert> file doesn't exist. In this case I set the boundingbox to > Herbert> external values and the draft mode. Than we can ha

Re: [PATCH] simplify code

2002-03-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> here is a real latex solution for a output when a graphic Herbert> file doesn't exist. In this case I set the boundingbox to Herbert> external values and the draft mode. Than we can have any Herbert> possible filename and need n