Monday, January 26, 2015

Re: getfontname() returns blank after setting color

On Monday, January 26, 2015 at 1:33:24 PM UTC-5, Christian Brabandt wrote:
> Hi Hosup!
>
> On Mo, 26 Jan 2015, Hosup Chung wrote:
>
> > Installed lasted windows binary from www.vim.org
> > ver: 7.4 (2013 Aug 10) MS-Windows 32-bit GUI
> >
> > Opened gvim
> > :echo getfontname()
> > " returns Fixedsys:h9:cDEFAULT
> > :color morning
> > :echo getfontname()
> > " returns blank
> >
> > Is this a normal behavior?
>
> At the start, your Normal highlighting group contains a font attribute
> which you can then query using getfontname()
> Loading another color scheme does implicitly do :hi clear and that
> clears the font attribute of the normal group as well.
> This might be a bug, I do not know.
>
> Best,
> Christian
> --
> Männer sind gar nicht so primitiv, wie Frauen meinen - sie sind noch
> viel primitiver.
> -- Kim Snolden

Confusing thing about this is getfontname() is not matching setguifont after loading color (or hightlight clear).
For example,

:set guifont=Consolas:h10:cDEFAULT
:echo getfontname()
" returns Consolas:h10:cDEFAULT
:set guifont
" returns Consolas:h10:cDEFAULT
:color morning
:echo getfontname()
" returns blank
:set guifont
" return Consolas:h10:cDEFAULT

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: