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

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 during the

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-10 Thread Anton Khirnov
On Thu, 9 Aug 2012 09:49:19 +0100 (BST), Sepp Tannhuber sepp.tannhu...@yahoo.de 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

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

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

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 plugins

2012-08-07 Thread Sepp Tannhuber
l.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

Vim plugins

2012-08-07 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

Vim plugins

2012-08-07 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

Re: Vim plugins

2012-08-07 Thread Sepp Tannhuber
...@yahoo.de; notmuch@notmuchmail.org notmuch@notmuchmail.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 sepp.tannhu...@yahoo.de wrote: Hi Anton, thanks for answering. Finally I found it. My next problem

Re: Vim plugins

2012-08-07 Thread Anton Khirnov
On Tue, 7 Aug 2012 09:35:02 +0100 (BST), Sepp Tannhuber sepp.tannhu...@yahoo.de 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 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 m

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

Re: Vim plugins

2012-08-06 Thread Anton Khirnov
On Mon, 6 Aug 2012 23:29:08 +0100 (BST), Sepp Tannhuber sepp.tannhu...@yahoo.de 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

Vim plugins

2012-08-05 Thread Sepp Tannhuber
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 python plugin? I tried ? $ git clone git://git.khirnov.net/git/notmuch But I cannot find