Hello, I've been using frescobaldi mostly because I like the point and click functionality. I just discovered today that you can configure that to work with other PDF viewers and editors, which I would like to do, since I keep 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", line 122, in <module> editor_commands = [list(map(replace_template, cmd)) for cmd in editor_commands] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bin/lilypond-invoke-editor", line 122, in <listcomp> editor_commands = [list(map(replace_template, cmd)) for cmd in editor_commands] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bin/lilypond-invoke-editor", line 79, in replace_template return template % { ^^^^^^^^^^^^ ValueError: unsupported format character ':' (0x3a) at index 25 Is this a problem with the program or my config? I'm using arch linux, herbstluftwm window manager (followed the settings for GNOME 3 to get a desktop entry, otherwise it would only launch firefox), zathura as PDF viewer, emacs as LYEDITOR. Any help would be greatly appreciated so I can stop doing C-x C-s every time I want to save! Ben