Re: Convert2HTML Again

2006-09-23 Thread Edd Barrett
> > I beg you, please don't hardcode Courier New! Hear, hear! > Not only is it the worst possible monospaced screen font, it is also > Microsoft specific (in spite of it finding its way onto Tony's Linux > box). (Even Microsoft has seen the light, and changed the default > monospaced font to Con

Re: Convert2HTML Again

2006-09-23 Thread Steve Hall
On Sun, 2006-09-24 at 00:31 +0200, Michael Schaap wrote: > > I beg you, please don't hardcode Courier New! Hear, hear! > Not only is it the worst possible monospaced screen font, it is also > Microsoft specific (in spite of it finding its way onto Tony's Linux > box). (Even Microsoft has seen th

Re: Convert2HTML Again

2006-09-23 Thread Michael Schaap
A.J.Mechelynck wrote: I second the motion; and since the font actually used is the first one found from the "font-family" item, I suggest (all on one line): +execute "normal! A\npre { font-family: 'Courier New', monospace; color: " . s:fgc . "; background-color: " . s:bgc . "; }\e" whi

Re: Convert2HTML Again

2006-09-23 Thread Edd Barrett
> I favour the variable, but courier is a good default. Most books use > the courier font for verbatim text like code, it is the globally s/the courier font/some Courier font/ "Courier New" is a fixed-width scalable font which has the typical "Courier" look, but unlike the bitmapped "Courier" fo

Re: Convert2HTML Again

2006-09-23 Thread A.J.Mechelynck
Edd Barrett wrote: Hello all, On 23/09/06, George V. Reilly <[EMAIL PROTECTED]> wrote: Edward L. Fox wrote: > > But we should change one thing before we include this patch into the > official version. In the patch file, line 97: > > +execute "normal! A\npre { font-family: courier; color: "

Re: Convert2HTML Again

2006-09-23 Thread A.J.Mechelynck
George V. Reilly wrote: Edward L. Fox wrote: But we should change one thing before we include this patch into the official version. In the patch file, line 97: +execute "normal! A\npre { font-family: courier; color: " . s:fgc . "; background-color: " . s:bgc . "; }\e" Should be: +exe

Re: Convert2HTML Again

2006-09-23 Thread Edd Barrett
Hello all, On 23/09/06, George V. Reilly <[EMAIL PROTECTED]> wrote: Edward L. Fox wrote: > > But we should change one thing before we include this patch into the > official version. In the patch file, line 97: > > +execute "normal! A\npre { font-family: courier; color: " . s:fgc > . "; backg

Re: Convert2HTML Again

2006-09-23 Thread George V. Reilly
Edward L. Fox wrote: But we should change one thing before we include this patch into the official version. In the patch file, line 97: +execute "normal! A\npre { font-family: courier; color: " . s:fgc . "; background-color: " . s:bgc . "; }\e" Should be: +execute "normal! A\npre { fo