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

Re: What sets textwidth=78

2015-03-22 Thread glts
On Saturday, March 21, 2015 at 5:12:17 PM UTC+1, porphyry5 wrote: > (...) > > Thank you, by a happy coincidence it has occurred again, and > :verbose set tw? > reveals the culprit to be /usr/share/vim/vim74/ftplugin/vim.vim > maintained by one Bram Moolenaar > rather incontrovertibly proving

markdown, the ``` marker.

2015-03-22 Thread Iain
Hello people, I would be grateful for your help: Whilst writing .md files and .markdown files in vim; I am having difficulty with the syntax colouring whilst writing, it compiles ok; it is working fine until I use the ``` marker after which it seems to not recognise the second marker to stop th

vim markdown syntax.

2015-03-22 Thread Iain Hill
​Hello people, My first post here ​I would be grateful for your help: Whilst writing .md files and .markdown files in vim; I am having difficulty with the appropriate syntax colouring; it is working fine until I use the ``` marker after which it seems to not recognise the second marker to stop the

Turn off colors for just for vimdiff

2015-03-22 Thread shawn wilson
Is there a way to turn off t_Co just for vimdiff/:diff from the config? I'd prefer to do this in the config so that :diff still does what I want vs just an alias for vimdiff. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are repl

Re: Turn off colors for just for vimdiff

2015-03-22 Thread shawn wilson
s/config/vimrc/ On Sun, Mar 22, 2015 at 8:11 AM, shawn wilson wrote: > Is there a way to turn off t_Co just for vimdiff/:diff from the > config? I'd prefer to do this in the config so that :diff still does > what I want vs just an alias for vimdiff. -- -- You received this message from the "vi

Re: What sets textwidth=78

2015-03-22 Thread Elimar Riesebieter
* glts <676c7...@gmail.com> [2015-03-22 02:21 -0700]: > On Saturday, March 21, 2015 at 5:12:17 PM UTC+1, porphyry5 wrote: > > (...) > > > > Thank you, by a happy coincidence it has occurred again, and > > :verbose set tw? > > reveals the culprit to be /usr/share/vim/vim74/ftplugin/vim.vim >

Re: What sets textwidth=78

2015-03-22 Thread toothpik
On Sun, Mar 22, 2015 at 02:16:09PM +0100, Elimar Riesebieter wrote: > * glts <676c7...@gmail.com> [2015-03-22 02:21 -0700]: > > On Saturday, March 21, 2015 at 5:12:17 PM UTC+1, porphyry5 wrote: > > > (...) > > > > > > Thank you, by a happy coincidence it has occurred again, and > > > :verbos

Re: What sets textwidth=78

2015-03-22 Thread Gevisz
On Sun, 22 Mar 2015 09:46:01 -0500 toothpik wrote: > On Sun, Mar 22, 2015 at 02:16:09PM +0100, Elimar Riesebieter wrote: > > * glts <676c7...@gmail.com> [2015-03-22 02:21 -0700]: > > > > On Saturday, March 21, 2015 at 5:12:17 PM UTC+1, porphyry5 wrote: > > > > (...) > > > > > > > > Thank you, b

Re: markdown, the ``` marker.

2015-03-22 Thread BPJ
Den 2015-03-22 08:47, Iain skrev: Hello people, I would be grateful for your help: Whilst writing .md files and .markdown files in vim; I am having difficulty with the syntax colouring whilst writing, it compiles ok; it is working fine until I use the ``` marker after which it seems to not rec

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 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! T

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" ma