Re: point-and-click to "other" editors

2018-06-13 Thread Federico Bruni
Il giorno gio 14 giu 2018 alle 7:15, Federico Bruni ha scritto: I've now found this in scm/editor.scm (define editor-command-template-alist '(("emacs" . "emacsclient --no-wait +%(line)s:%(column)s %(file)s || (emacs +%(line)s:%(column)s %(file)s&)") ("gvim" . "gvim --remote

Re: point-and-click to "other" editors

2018-06-13 Thread Knut Petersen
Hi Federico! Now what if I want to use a different editor? I did it in the past with Frescobaldi (to get point-and-clcik from an external PDF), but I cannot remember how. I'm now trying gedit, which does supportĀ  opening a file in a certain point. I've tried the following but none works:

Re: point-and-click to "other" editors

2018-06-13 Thread Federico Bruni
Il giorno gio 14 giu 2018 alle 6:52, Federico Bruni ha scritto: 2. Configure other editors IIUC, lilypond-invoke editors is set up to work well with emacs, gvim and nedit, in that I can simply write: LYEDITOR=emacsclient and this will be translated to: emacsclient --no-wait

point-and-click to "other" editors

2018-06-13 Thread Federico Bruni
I'd like to suggest some changes in this page of the documentation: http://lilypond.org/doc/v2.19/Documentation/usage/configuring-the-system-for-point-and-click.html 1. Emacs I would write that you must add (server-start) to ~/.emacs, otherwise you'll get a new Emacs window each time you click