Re: Disable ALL bold font in gvim on windows ?

2016-07-12 Thread Rick Howe
I think you would need a script like this. -- -- 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

Re: Disable ALL bold font in gvim on windows ?

2016-07-12 Thread Tony Mechelynck
On Tue, Jul 12, 2016 at 7:22 PM, Ben Fritz wrote: > On Tuesday, July 12, 2016 at 11:03:55 AM UTC-5, skywind3...@163.com wrote: >> Hi, All >> >> >> Is there a simply way to get all bold font disappeared (gvim under windows ) >> ? >> Having searched a lot for solutions, I

Re: Disable ALL bold font in gvim on windows ?

2016-07-12 Thread Ben Fritz
On Tuesday, July 12, 2016 at 11:03:55 AM UTC-5, skywind3...@163.com wrote: > Hi, All > > > Is there a simply way to get all bold font disappeared (gvim under windows ) ? > Having searched a lot for solutions, I found NONE of them can actually work. > > > solution 1:  make a copy of colorscheme

Re: SQLUtilities / Align bug

2016-07-12 Thread David Fishburn
On Mon, Jul 11, 2016 at 2:43 PM, Paul wrote: > On Monday, 11 July, 2016 at 17:45:11 BST, David Fishburn wrote: > >> On Sun, Jul 10, 2016 at 2:36 PM, Paul wrote: >> That is intended to format 1 single SQL statement. >> Is that what you are

Re: Vim and Lisp

2016-07-12 Thread Brett Stahlman
Thanks Marc. I'll definitely look into the async capabilities, though I'm still thinking that Vim 8 may open up significant opportunities in this area... Sincerely, Brett S. On Tue, Jul 12, 2016 at 9:46 AM, Marc Weber wrote: > THere is > * old patch for vim implementing

Re: Vim and Lisp

2016-07-12 Thread Marc Weber
THere is * old patch for vim implementing terminal * newer patch for neovim implementing terminal No idea how the emacs thing feels like - a terminal emulation does not cope that well with copy/paste vim style and vim templates engines and whatnot which is why I chose to use a simple buffer, get

Re: Vim and Lisp

2016-07-12 Thread Marc Weber
> Is anyone working on a Lisp/REPL implementation that will take > advantage of the asynchronous IO and other features added in Vim 8? Hi Brett, even without "new features" you can get close by eg using vim-addon-async. See its README.txt for alternative similar implementations. So I've been

Re: Vim and Lisp

2016-07-12 Thread Brett Stahlman
Hey Marc, Thanks. I haven't looked into the async addon, but will do so. In the past, I've tried other solutions (e.g., one using screen that worked fairly well and had the advantage of being fairly simple), but nothing felt quite as seamless as emacs' support. Would you say the async addon gives

Re: Vim and Lisp

2016-07-12 Thread Brett Stahlman
On Sunday, October 14, 2012 at 4:02:15 PM UTC-5, Danny Gratzer wrote: > Hello, > > I have just started learning some scheme and was wondering if anyone would > mind sharing their plugins/setup for working with Lisp in Vim. > > I know Emacs has good support, but I really would prefer to stick

Re: Diagnosing a Vim Crash

2016-07-12 Thread A. S. Budden
On 8 February 2016 at 08:52, A. S. Budden wrote: > On 5 February 2016 at 17:23, Christian Brabandt wrote: >> On Fr, 05 Feb 2016, Dominique Pellé wrote: >> >>> You're using vim-7.4.827. The latest vim is vim-7.4.1261 >>> so you're missing quite a few