point-and-click (was: Re: vim pointing to pdf-viewer and reverse)

2014-11-03 Thread Rutger Hofman
One more step needed nowadays Edit /etc/apparmor.d/abstractions/evince to add the following 2 lines (replace /usr/ with the prefix of your Lilypond installation): /usr/bin/lilypond-invoke-editor Ux, /usr/bin/lilypond-wrapper.guile Ux, # ln -s /etc/apparmor.d/usr.bin.evince

Re: vim pointing to pdf-viewer and reverse

2012-09-06 Thread Stjepan Horvat
Hi guys..it is an old post..but i got it working right now..so i want to share it with you.. I made a script vim-lilypond.sh #!/bin/bash FILENAME=`echo $1 | cut -d : -f 2` LINE=`echo $1 | cut -d : -f 3` CHAR=`echo $1 | cut -d : -f 4` COLUMN=`echo $1 | cut -d : -f 5` vim --servername lilypond

Re: vim pointing to pdf-viewer and reverse

2012-03-07 Thread Stjepan Horvat
I put the command 'urlCommand lilypond-invoke-editor %s' at the end of /etc/xpdfrc (i use archlinux)..and then when i tryed to hit a note in xpdf it tryes to open emacs..the secend thing that i tryed is to start gvim with options 'gvim --remote +:line:normcolumn myfile.ly' and i get an error like

Re: vim pointing to pdf-viewer and reverse

2012-03-07 Thread Martin Tarenskeen
On Wed, 7 Mar 2012, Stjepan Horvat wrote: I put the command 'urlCommand lilypond-invoke-editor %s' at the end of /etc/xpdfrc (i use archlinux)..and then when i tryed to hit a note in xpdf it tryes to open emacs..the secend thing that i tryed is to start gvim with options 'gvim --remote

Re: vim pointing to pdf-viewer and reverse

2012-03-07 Thread David Kastrup
Stjepan Horvat zvanste...@gmail.com writes: On Tue, Mar 6, 2012 at 5:48 PM, David Kastrup d...@gnu.org wrote: Stjepan Horvat zvanste...@gmail.com writes: Hello..can somebody please tell me how to get vim and a pdf viewer (xpdf or evince of zathura) to work with vim lilypond-invoke-editor

Re: vim pointing to pdf-viewer and reverse

2012-03-07 Thread Stjepan Horvat
Frescobaldi is very good and i like it..the only lack of it is that it doesn't have vim mode..and intergrated midi player..10/10..i'm very used to work without mouse..selecting whole line is simple as shift+v..y for yank and p for paste..:) I will try to understand it..and get it to work this

Re: vim pointing to pdf-viewer and reverse

2012-03-07 Thread Rutger Hofman
On 03/07/2012 11:09 AM, Rutger Hofman wrote: On 03/07/2012 09:12 AM, David Kastrup wrote: Stjepan Horvatzvanste...@gmail.com writes: On Tue, Mar 6, 2012 at 5:48 PM, David Kastrupd...@gnu.org wrote: Stjepan Horvatzvanste...@gmail.com writes: Hello..can somebody please tell me how to get vim

Re: vim pointing to pdf-viewer and reverse

2012-03-07 Thread Rutger Hofman
On 03/07/2012 09:12 AM, David Kastrup wrote: Stjepan Horvatzvanste...@gmail.com writes: On Tue, Mar 6, 2012 at 5:48 PM, David Kastrupd...@gnu.org wrote: Stjepan Horvatzvanste...@gmail.com writes: Hello..can somebody please tell me how to get vim and a pdf viewer (xpdf or evince of

Re: vim pointing to pdf-viewer and reverse

2012-03-07 Thread Rutger Hofman
On 03/07/2012 11:09 AM, Rutger Hofman wrote: On 03/07/2012 09:12 AM, David Kastrup wrote: Stjepan Horvatzvanste...@gmail.com writes: On Tue, Mar 6, 2012 at 5:48 PM, David Kastrupd...@gnu.org wrote: Stjepan Horvatzvanste...@gmail.com writes: Hello..can somebody please tell me how to get vim

vim pointing to pdf-viewer and reverse

2012-03-06 Thread Stjepan Horvat
Hello..can somebody please tell me how to get vim and a pdf viewer (xpdf or evince of zathura) to work with vim lilypond-invoke-editor function..i read everything that is on the web and couldn't figure it out..thank you. -- Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.

Re: vim pointing to pdf-viewer and reverse

2012-03-06 Thread David Kastrup
Stjepan Horvat zvanste...@gmail.com writes: Hello..can somebody please tell me how to get vim and a pdf viewer (xpdf or evince of zathura) to work with vim lilypond-invoke-editor function..i read everything that is on the web An impressive feat. and couldn't figure it out..thank you. What