lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configuration Point & Click


From: Federico Bruni
Subject: Re: Configuration Point & Click
Date: Wed, 30 Jan 2019 16:10:05 +0100



Il giorno mer 30 gen 2019 alle 6:18, Federico Bruni <address@hidden> ha scritto:
[...]
You have two problems:

1. lilypond-invoke-editor doesn't open the correct position because you did not set the correct vim command in your .bashrc, that is:

export LYEDITOR="vim '+call cursor(%(line)s, %(column)s)'"


I forgot %(file)s:

export LYEDITOR="vim '+call cursor(%(line)s, %(column)s)' %(file)s"

and also the problem of not reopening the same file in a new process. Some editors have an option to keep one process (e.g. gedit uses --wait); emacs has server mode. I can't find anything working for vim. You'll have to play with vim options until you find the way to not open a new vim instance for every single click in the PDF.

Let us know if you find it ;-)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]