On 18/05/09 02:50, pansz wrote:
>
> BrianConnell 写道:
>> Hi, it appears that some of the later installations of WinXP don't
>> install this font and this causes the problem.  The easiest way to fix
>> the problem is to install the font from Windows installation discs.
>> I'm not sure if it's possible to simply copy the font from another
>> machine.
>>
>> Thanks for all the hlpe
>>
>> Brina
>>
>
> IMO The easier way is to assign a different gui font in your .gvimrc, (I
> personally never use Fixedsys font.)
>
> BTW: please do bottom post on this mail list.

...in your gvimrc or even in your vimrc; I suggest for instance

if !has('unix') && has('gui_running')
        set guifont=Lucida_Console:h9:cDEFAULT
endif

or if you don't even have Lucida_Console installed, try Courier_New 
instead; I expect that any Windows system will at least have _that_.

The "if" wrapper is to avoid errors if someday you port that [g]vimrc to 
a double-boot or Linux-only system -- X11 versions of gvim use three or 
more different formats for the 'guifont' options, all incompatible with 
each other and with the format used on Windows.


Best regards,
Tony.
-- 
Women's Libbers are OK.  I just wouldn't want my sister to marry one.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to