Re: changing "configure" to default to "gcc -g -O2 -fwrapv ..."

2006-12-31 Thread Karl Berry
>The question is merely whether wrapv should be the default >with optimization levels -O0 through -O2. Perhaps the question of where wrapv gets enabled, together with the "middle ground" approach mentioned by Robert Dewar, could be put to the GCC Steering Committee. (As was already propos

Re: http://gcc.gnu.org/install/specific.html#*-*-solaris2*

2005-04-06 Thread Karl Berry
Now I now (and understand) that you changed the mangling of filenames, but where does the "g_t" come from, and why? Catering to XHTML's stupidity. I mentioned it in: http://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#HTML-Xref-Link-Basics viz. One exception: the algorith

Re: makeinfo 4.8 generates non-standard HTML for @emph{..@samp{..}..}

2005-04-20 Thread Karl Berry
Hi Gerald, You should substitute `i686 ' in the above command with the appropriate processor for your host. Thanks for the report, I'll work on fixing that. karl

Re: makeinfo 4.8 generates non-standard HTML for @[EMAIL PROTECTED]

2005-06-27 Thread Karl Berry
> You should substitute `i686 > ' in the above command with the appropriate processor > for your host. > Thanks for the report, I'll work on fixing that. have you had a chance to look into this? Not yet, but it's again at the top of my Texinfo list due to

Re: [help-texinfo] Re: small font in gcc online docs

2008-11-02 Thread Karl Berry
>> I noticed that in the default Firefox3 configuration on my 1280x1024 display >> your code samples on this page are tiny, and v.hard to read: >> >> http://gcc.gnu.org/onlinedocs/gcc/Inline.html I'd like to hear from other people about whether the examples are too small in their

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-03 Thread Karl Berry
Does @smallexample come out as 8pt or so? It definitely looks smaller than 10pt on my screen. It comes out as whatever your browser tells it to, hopefully depending on what font size you have set. This is why different users see different things. The effect should be similar to using ...

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-04 Thread Karl Berry
In the printed manual, is text smaller or the same size as text? The result of @smallexample is smaller than the result of @example in printed manuals. Definitely each user can change the default browser settings, but I would hope pages would be readable without browser modifica

Re: [help-texinfo] Re: small font in gcc online docs

2008-11-06 Thread Karl Berry
You are expecting that the CSS large/small/x-small/etc match those of TeX. No, that is not the expectation. (It would be impossible, anyway. All these things are dynamically changeable in TeX.) The expectation is that firefox not reduce the size used when font-size:smaller is specified