Re: Vim plugins

2012-08-16 Thread Sepp Tannhuber
Dear Anton, >> Is it possible suppress the message returned by >>     python nm_vim.get_current_buffer()? > What message? Something like this:   Notmuch-Attachment: filename.pdf:application/pdf > [...] > Should be fixed now. Thanks a lot! I am back from holidays right now and will test it durin

Re: Vim plugins

2012-08-10 Thread Anton Khirnov
On Thu, 9 Aug 2012 09:49:19 +0100 (BST), Sepp Tannhuber wrote: > Dear Anton, > > for some reason the file did not exist here. Perhaps I deleted it > accidentally. So I cloned the > repository again. And there it is. > Now I'm trying if it is useful for me. I changed some code that I can use >

Re: Vim plugins

2012-08-09 Thread Sepp Tannhuber
Dear Anton, for some reason the file did not exist here. Perhaps I deleted it accidentally. So I cloned the repository again. And there it is. Now I'm trying if it is useful for me. I changed some code that I can use python-ranger to attach files: ## function! s:NM_compose_attach() if f

Re: Vim plugins

2012-08-07 Thread Anton Khirnov
On Tue, 7 Aug 2012 09:35:02 +0100 (BST), Sepp Tannhuber wrote: > That's strange. I suppose there must be a function called >   NMVimpy > in one of your scripts. But >   grep -R NMVimpy * > in your notmuch directory does not find anything. I am completely at a loss. > vim/plugin/notmuch-vimpy.v

Re: Vim plugins

2012-08-07 Thread Sepp Tannhuber
chmail.org" CC: Gesendet: 6:42 Dienstag, 7.August 2012 Betreff: Re: Vim plugins On Mon, 6 Aug 2012 23:29:08 +0100 (BST), Sepp Tannhuber wrote: > Hi Anton, > > thanks for answering. Finally I found it. My next problem is that I have > absolutely no idea how to use it. > I fo

Re: Vim plugins

2012-08-06 Thread Anton Khirnov
On Mon, 6 Aug 2012 23:29:08 +0100 (BST), Sepp Tannhuber wrote: > Hi Anton, > > thanks for answering. Finally I found it. My next problem is that I have > absolutely no idea how to use it. > I followed the instructions I have found in this mailing list and copied the > syntax files into my ~/.

Re: Vim plugins

2012-08-06 Thread Sepp Tannhuber
Hi Anton, thanks for answering. Finally I found it. My next problem is that I have absolutely no idea how to use it. I followed the instructions I have found in this mailing list and copied the syntax files into my ~/.vim/syntax and the two plugin files into my ~/.vim/plugin folders. Then I cal

Re: Vim plugins

2012-08-06 Thread Anton Khirnov
Hi, On Sun, 5 Aug 2012 14:52:44 +0100 (BST), Sepp Tannhuber wrote: > Dear all, > > I would like to check the available vim plugins. At least I found three: > - the original one > - Felipe's ruby plugin > - Anton's python plugin > > First of all can you tell me where I find the files of the py