Re: Problems with lilypond-invoke-editor

2024-04-11 Thread Ben Bradshaw
Sorry, I'll try and be more specific. I don't use a desktop environment either, so I normally open emacs from a keybinding that uses the spawn command in herbstluftwm (which I think is basically a bash exec). Then after I compile a lilypond file with C-c C-c (and choose lilypond) then choose view,

Re: Problems with lilypond-invoke-editor

2024-04-11 Thread David Wright
On Wed 10 Apr 2024 at 21:35:16 (-0600), Ben Bradshaw wrote: > Well I fixed having multiple lilyponds installed, and at first I thought it > worked. Zathura and xpdf at least work when I open them separately. I'm not sure exactly what you mean by open separately. Is this: typing in a command line,

Re: Problems with lilypond-invoke-editor

2024-04-10 Thread Ben Bradshaw
uff showing up in an emacs buffer. > > > > Traceback (most recent call last): > > File "/usr/local/bin/lilypond-invoke-editor", line 122, in > > editor_commands = [list(map(replace_template, cmd)) for cmd in > > editor_commands] > > > >

Re: Problems with lilypond-invoke-editor

2024-04-07 Thread Ben Bradshaw
> > Traceback (most recent call last): > > File "/usr/local/bin/lilypond-invoke-editor", line 122, in > > editor_commands = [list(map(replace_template, cmd)) for cmd in > > editor_commands] > > > >

Re: Problems with lilypond-invoke-editor

2024-04-07 Thread David Wright
ep > trying to use emacs bindings inside frescobaldi > Anyways, I thought that I had everything figured out. But when I try and > click I get some stuff showing up in an emacs buffer. > > Traceback (most recent call last): > File "/usr/local/bin/lilypond-invoke-editor&

Problems with lilypond-invoke-editor

2024-04-05 Thread Ben Bradshaw
ought that I had everything figured out. But when I try and click I get some stuff showing up in an emacs buffer. Traceback (most recent call last): File "/usr/local/bin/lilypond-invoke-editor", line 122, in editor_commands = [list(map(replace_template, cmd)) for cmd in

Re: convert-ly and lilypond-invoke-editor missing gettext

2022-08-18 Thread Jonas Hahnfeld via LilyPond user discussion
> Am Mittwoch, den 17. August 2022 um 13:13:44 Uhr (+0200) schrieb Orm > Finnendahl: > > Hi, > > > > after upgrading from lilpond 2.19 to 2.23, lilypond-invoke-editor and > > convert-ly stopped working. > > > > In both cases I get > > > >

Re: convert-ly and lilypond-invoke-editor missing gettext

2022-08-17 Thread Orm Finnendahl
Hi, I found the reason: In my installation the ~/bin folder was symlinked to the bin folder of the lilypond installation and that threw it off. The following change to the second line of the convert-ly and lilypond-invoke-editor scripts fixes it to facilitate symlinks: change root="$(di

convert-ly and lilypond-invoke-editor missing gettext

2022-08-17 Thread Orm Finnendahl
Hi, after upgrading from lilpond 2.19 to 2.23, lilypond-invoke-editor and convert-ly stopped working. In both cases I get Traceback (most recent call last): File "~/bin/../libexec/convert-ly", line 24, in import gettext ModuleNotFoundError: No module named 'gettext'

Re: lilypond-invoke-editor in Windows

2018-11-01 Thread Federico Bruni
Il 2018-10-31 07:43 Aaron Hill ha scritto: On 2018-10-31 12:34 am, David Kastrup wrote: Federico Bruni writes: Hi all I'm trying again to make lilypond-invoke-editor work in Windows. Someone managed to make it work using Windows Subsystem for Linux, that is installing the LylyPond

Re: lilypond-invoke-editor in Windows

2018-10-31 Thread Aaron Hill
On 2018-10-31 12:34 am, David Kastrup wrote: Federico Bruni writes: Hi all I'm trying again to make lilypond-invoke-editor work in Windows. Someone managed to make it work using Windows Subsystem for Linux, that is installing the LylyPond Linux binary in Windows. But I'd like

Re: lilypond-invoke-editor in Windows

2018-10-31 Thread David Kastrup
Federico Bruni writes: > Hi all > > I'm trying again to make lilypond-invoke-editor work in Windows. > Someone managed to make it work using Windows Subsystem for Linux, > that is installing the LylyPond Linux binary in Windows. But I'd like > to use the installation

lilypond-invoke-editor in Windows

2018-10-31 Thread Federico Bruni
Hi all I'm trying again to make lilypond-invoke-editor work in Windows. Someone managed to make it work using Windows Subsystem for Linux, that is installing the LylyPond Linux binary in Windows. But I'd like to use the installation for Windows. I think I'm really close to

Re: Security problem: lilypond-invoke-editor

2017-11-23 Thread Stanton Sanderson
Is this Windows-specific or is there a potential threat for other platforms? Stan > On Nov 23, 2017, at 6:42 AM, David Kastrup wrote: > > Knut Petersen writes: > >> Am 23.11.2017 um 10:23 schrieb David Kastrup: >>> Stupid question: what does run-editor do to be inherently safer than >>> run-b

Re: Security problem: lilypond-invoke-editor

2017-11-23 Thread David Wright
On Thu 23 Nov 2017 at 10:27:36 (+), J Martin Rushton wrote: > On 23/11/17 09:23, David Kastrup wrote: > > Knut Petersen writes: > > > >> 12 years ago a security problem was introduced into lilypond-invoke-editor. > >> On 2017/11/15 the problem was rep

Re: Security problem: lilypond-invoke-editor

2017-11-23 Thread Knut Petersen
Am 23.11.2017 um 17:53 schrieb Stanton Sanderson: Is this Windows-specific or is there a potential threat for other platforms? It definitely affects linux systems. I suspect that also Windows/Mac systems are affected, but I cannot verify that. Knut __

Re: Security problem: lilypond-invoke-editor

2017-11-23 Thread David Kastrup
Knut Petersen writes: > Am 23.11.2017 um 10:23 schrieb David Kastrup: >> Stupid question: what does run-editor do to be inherently safer than >> run-browser, and what would prevent run-browser from doing the same? > > Your suspicion is correct. Also textedit URIs are vulnerable to a very > simila

Re: Security problem: lilypond-invoke-editor

2017-11-23 Thread Knut Petersen
completely disable (delete/rename) lilypond-invoke-editor for now. Knut ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Security problem: lilypond-invoke-editor

2017-11-23 Thread Blöchl Bernhard
urity problem was introduced into lilypond-invoke-editor. On 2017/11/15 the problem was reported to the bug-lilypond mailing list by Gabriel Corona. If you decided to install lilypond-invoke-editor helper as a general URI helper, you _are_ affected. If you decided to install lilypond-invoke-edit

Re: Security problem: lilypond-invoke-editor

2017-11-23 Thread J Martin Rushton
On 23/11/17 09:23, David Kastrup wrote: > Knut Petersen writes: > >> 12 years ago a security problem was introduced into lilypond-invoke-editor. >> On 2017/11/15 the problem was reported to the bug-lilypond mailing >> list by Gabriel Corona. > > [...] >

Re: Security problem: lilypond-invoke-editor

2017-11-23 Thread David Kastrup
Knut Petersen writes: > 12 years ago a security problem was introduced into lilypond-invoke-editor. > On 2017/11/15 the problem was reported to the bug-lilypond mailing > list by Gabriel Corona. [...] > If you do not know if you are affected: > > 1.: locate lilypond-invoke-

Security problem: lilypond-invoke-editor

2017-11-23 Thread Knut Petersen
Hi everybody! 12 years ago a security problem was introduced into lilypond-invoke-editor. On 2017/11/15 the problem was reported to the bug-lilypond mailing list by Gabriel Corona. If you decided to install lilypond-invoke-editor helper as a general URI helper, you _are_ affected. If you

Re: lilypond-invoke-editor script openes 2 Emacs windows

2017-02-01 Thread Amir Teymuri
objects using the > > lilypond-invoke-editor script, however this opens two > > same Emacs windows! Any idea why this happens? > > Hi Amir > > try this: > https://lists.gnu.org/archive/html/lilypond-user/2013-12/msg01396.html >

Re: lilypond-invoke-editor script openes 2 Emacs windows

2017-01-30 Thread Federico Bruni
Il giorno dom 29 gen 2017 alle 23:20, Amir Teymuri ha scritto: i have instructed the Evince PDF viewer to open the Emacs editor on clicking on objects using the lilypond-invoke-editor script, however this opens two same Emacs windows! Any idea why this happens? Hi Amir try this: https

lilypond-invoke-editor script openes 2 Emacs windows

2017-01-29 Thread Amir Teymuri
Hi, i have instructed the Evince PDF viewer to open the Emacs editor on clicking on objects using the lilypond-invoke-editor script, however this opens two same Emacs windows! Any idea why this happens? Cheers, Amir ... Amir Teymuri

Re: lilypond-invoke-editor

2008-11-28 Thread Basil Crow
own java TextEditor for Lilypond files. It has lots of nice macros, LINE NUMBERS! , it even has a nice midi input, my midi keyboards events are hooked into the editor's JTextArea, and it typesets. But the one thing I cannot figure out is how to get lilypond-invoke-editor to work? I

lilypond-invoke-editor

2008-11-28 Thread Craig Bakalian
o get lilypond-invoke-editor to work? I know when lilypond is typesetting a file it is sending url to the postscript file, and clicking on the note head calls the uri. But, I just don't get the paradigm. How do I get my happy little java TextEditor project to become the head of the ur

invoke-editor

2008-05-10 Thread Stefan Thomas
Hi, I have q auestion concerning the invoke-editor. If I run lilypond-invoke-editor I get ERROR: In procedure primitive-load-path: ERROR: Unable to find file "ice-9/boot-9.scm" in load path What does it mean? I'm trying to get XPDF working for point and click. I added urlComma

Re: Problems with lilypond-invoke-editor

2006-03-12 Thread Han-Wen Nienhuys
Gianluca D. wrote: Good morning to everybody! I'm using lilypond v. 2.7.38 and I've got a weird problem with lilypond-invoke-editor. I use xpdf as pdf-viewer and it used to work fine with point-and-click, but know it gives me this error message: lilypond-invoke-editor (GNU LilyPo

Problems with lilypond-invoke-editor

2006-03-11 Thread Gianluca D.
Good morning to everybody! I'm using lilypond v. 2.7.38 and I've got a weird problem with lilypond-invoke-editor. I use xpdf as pdf-viewer and it used to work fine with point-and-click, but know it gives me this error message: lilypond-invoke-editor (GNU LilyPond) 2.7.38 ERROR: n