2016-09-30 5:01 GMT+09:00 Taylor Venable <tcv...@gmail.com>:

> On Thursday, September 29, 2016 at 3:49:55 PM UTC-4, Taylor Venable wrote:
> > I use some other GTK3 apps like Emacs with performance issues.
>
> I'm sorry, this should have said "WITHOUT performance issues." :-)
>


Really?  I think Emacs's "M! seq 1 2000" does not correspond to Vim's
'":!seq 1 2000".  It rather corresponds to

function! EmulateEmacsMetaExclam()
  let cmd = input("Shell command: ")
  split
  wincmd w
  enew
  execute 'r!' . cmd
  normal! ggdd
  wincmd w
endfunction
nnoremap <Esc>! :call EmulateEmacsMetaExclam()<CR>

(Copy the snippet above and paste it into your ~/.vimrc.  Start vim and
press <Esc> and ! in this order in normal mode, and you will get the prompt
"Shell command: " on the command line window.
Type the string "seq 1 2000" there and press the return key.)

Is this slow on your machine in comparison with Emacs's M!?


> --
> --
> You received this message from the "vim_dev" 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_dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vim_dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui