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

2018-06-19 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

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

2018-06-19 Thread Federico Bruni
Il giorno ven 15 giu 2018 alle 9:39, Knut Petersen ha scritto: Hi Federico So I'm using: ("gedit" . "gedit --wait +%(line)s:%(column)s %(file)s") but I'm still getting multiple windows. Any idea? I'll try asking to gedit developers. With the following entries I don't see any problem

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

2018-06-17 Thread David Kastrup
Knut Petersen writes: > Hi Federico >>> So I'm using: >>> >>> ("gedit" . "gedit --wait +%(line)s:%(column)s %(file)s") >>> >>> but I'm still getting multiple windows. >>> Any idea? >>> >> >> I'll try asking to gedit developers. > > With the following entries I don't see any problem for gedit and

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

2018-06-15 Thread Knut Petersen
Hi Federico So I'm using: ("gedit" . "gedit --wait +%(line)s:%(column)s %(file)s") but I'm still getting multiple windows. Any idea? I'll try asking to gedit developers. With the following entries I don't see any problem for gedit and kate on an openSuSE Tumbleweed system.     ("gedit"

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

2018-06-15 Thread Federico Bruni
Il giorno gio 14 giu 2018 alle 7:48, Federico Bruni ha scritto: 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

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