Re: [patch] avoid hex in lyxerr output

2007-03-28 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Georg> Yes, this is correct, although I would move the std::hex out of Georg> the loop. Unfortunately I keep forgetting which modifiers are Georg>

Re: [patch] avoid hex in lyxerr output

2007-03-28 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Yes, this is correct, although I would move the std::hex out of > Georg> the loop. Unfortunately I keep forgetting which modifiers are > Georg> permanent and which ones only affect the ne

Re: [patch] avoid hex in lyxerr output

2007-03-28 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> Georg, does the following patch look right? Without it, all >> integers are in hex in lyxerr output, which is a real pain. Georg> Yes, this is correct, although I would move the std::hex out of Georg> th

Re: [patch] avoid hex in lyxerr output

2007-03-27 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Georg, does the following patch look right? Without it, all integers > are in hex in lyxerr output, which is a real pain. Yes, this is correct, although I would move the std::hex out of the loop. Unfortunately I keep forgetting which modifiers are permanent and which

[patch] avoid hex in lyxerr output

2007-03-27 Thread Jean-Marc Lasgouttes
Georg, does the following patch look right? Without it, all integers are in hex in lyxerr output, which is a real pain. JMarc Index: src/encoding.C === --- src/encoding.C (révision 17589) +++ src/encoding.C (copie de travail) @@ -16