Re: Motif equivalent of GTK font

2015-03-26 Thread zimmerdesignservices
That was very helpful, thanks. I put bash in a loop and looked at every available font. No match, but at least I can find fonts I can live with. Now, can someone save me a lot of digging around and tell me how to put an if/else in my .vimrc to select this font when the windowing system is

Re: Motif equivalent of GTK font

2015-03-26 Thread Mun
Hi Paul, On Tue, Mar 17, 2015 at 11:07 AM PDT, zimmerdesignservi...@gmail.com wrote: I've been using a GTK version of gvim and have grown rather fond of the font Monospace 10. I want to switch to Motif because it seems to work better with cut/paste between vnc sessions. Can Motif use

Re: Motif equivalent of GTK font

2015-03-22 Thread Shlomi Fish
Hi Paul, On Tue, 17 Mar 2015 11:07:20 -0700 (PDT) zimmerdesignservi...@gmail.com wrote: I've been using a GTK version of gvim and have grown rather fond of the font Monospace 10. I want to switch to Motif because it seems to work better with cut/paste between vnc sessions. Can Motif use

Re: Motif equivalent of GTK font

2015-03-22 Thread Eric Christopherson
It's possible Motif still uses the old-style XLFD method of specifying fonts. Monospace is likely a Fontconfig alias for a specific monospace family like FreeMono or Luxi Mono. I've been looking for a while just now but can't seem to find anything that would allow you to translate that alias into

Re: Motif equivalent of GTK font

2015-03-22 Thread Eric Pruitt
On Sun, Mar 22, 2015 at 04:30:59PM -0700, zimmerdesignservi...@gmail.com wrote: set guifont=-schumacher-clean-medium-r-normal--16-160-75-75-c-80-iso8859-1,-*-lucidatypewriter-medium-*-*-*-12-*-*-*-*-*-*-* Try the xfontsel(1) tool. Eric -- -- You received this message from the vim_use

Re: Motif equivalent of GTK font

2015-03-22 Thread zimmerdesignservices
Thanks, but what I'm looking for is how to describe that font in the Motiv build. Like: set guifont=-schumacher-clean-medium-r-normal--16-160-75-75-c-80-iso8859-1,-*-lucidatypewriter-medium-*-*-*-12-*-*-*-*-*-*-* -- -- You received this message from the vim_use maillist. Do not top-post!

Re: Motif equivalent of GTK font

2015-03-21 Thread zimmerdesignservices
Somebody? Anybody? -- -- 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