Re: Configuration Point & Click

2019-02-24 Thread foxfanfare
Hey David, There were some lags on the nabble forum some days ago, and I didn't saw your answer before posting my solution using "nohup". I just tried yours and I think it's better (at least the code is shorter!). And I learnt a new command at the same time:) For those interested, the mapping g

Re: Configuration Point & Click

2019-02-22 Thread David Wright
On Fri 22 Feb 2019 at 02:03:47 (-0700), foxfanfare wrote: > foxfanfare wrote > > That is the reason why I call zathura from within vim. But I understand > > your > > point and where the problem is. As zathura and vim are sharing the same > > terminal, lilypond-invoke-editor message from zathura wil

Re: Configuration Point & Click

2019-02-22 Thread foxfanfare
foxfanfare wrote > That is the reason why I call zathura from within vim. But I understand > your > point and where the problem is. As zathura and vim are sharing the same > terminal, lilypond-invoke-editor message from zathura will appear in my > vim > file... > > So it would seem a better way to

Re: Configuration Point & Click

2019-02-21 Thread Valentin Villenave
On 2/21/19, foxfanfare wrote: > As Aaron guessed, I've installed i3-gaps and the transparency of the > terminal or whatever window in i3 is managed with compton. Top bar is > polybar for now. Still off-topic, but: thank you so much! I’ve just discovered that sway actually supports all of i3-gaps

Re: Configuration Point & Click

2019-02-21 Thread David Wright
On Thu 21 Feb 2019 at 03:34:09 (-0700), foxfanfare wrote: > David Wright wrote > > Had you told us why vim is essential, as opposed to gvim? > > Because as far as I know, just configure in .bashrc export EDITOR="gvim" is > enough to get P&C working. You don't have to start server-mode, remote, etc

Re: Configuration Point & Click

2019-02-21 Thread foxfanfare
edes wrote > it's fairly easy to have basic completion, you just need to define a > dictionary for lilypond. Thanks, I'll look into that! David Wright wrote > Had you told us why vim is essential, as opposed to gvim? Because as far as I know, just configure in .bashrc export EDITOR="gvim" is en

Re: Configuration Point & Click

2019-02-20 Thread David Wright
On Wed 20 Feb 2019 at 10:51:31 (-0700), foxfanfare wrote: > Hi everybody, > > I didn't take the time to update the thread earlier because of intense > working, but I wanted to write a little more about the issue and the > solution that worked. I hope this could help some people who wants to make a

Re: Configuration Point & Click

2019-02-20 Thread Aaron Hill
On 2019-02-20 3:58 pm, Valentin Villenave wrote: On 2/20/19, foxfanfare wrote: And the the result in action. This is completely off-topic, but: what’s that tiling environment you’re using? It looks neat! Is that pseudo-transparency or

Re: Configuration Point & Click

2019-02-20 Thread Valentin Villenave
On 2/20/19, foxfanfare wrote: > And the the result in action. > This is completely off-topic, but: what’s that tiling environment you’re using? It looks neat! Is that pseudo-transparency or compositing? (I used to be a ratpoison user, but

Re: Configuration Point & Click

2019-02-20 Thread edes
el 2019-02-20 a las 10:51 foxfanfare escribió: > Does someone knows how to configure vim in order to have the access of > the whole LP syntax and make suggestions like in frescobaldi? it's fairly easy to have basic completion, you just need to define a dictionary for lilypond. http://vim.wikia.

Re: Configuration Point & Click

2019-02-20 Thread foxfanfare
Hi everybody, I didn't take the time to update the thread earlier because of intense working, but I wanted to write a little more about the issue and the solution that worked. I hope this could help some people who wants to make a working environment for LP between VIM and zathura. BTW everything

Re: Configuration Point & Click

2019-02-07 Thread David Wright
This post was written Sat, 2 Feb 2019 13:18:17 -0600 and has been blocked three times already, so it's rather late arriving. On Fri 01 Feb 2019 at 17:33:34 (-0700), foxfanfare wrote: > foxfanfare wrote > > And again, what is strange is that I have to launch zathura through vim if > > I > > want it

Re: Configuration Point & Click

2019-02-05 Thread foxfanfare
Okay, I think I solved the issue. I'll update this post with the correct solution and some of my configuration when I'd be sure it's working properly (for those interested!). -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypon

Re: Configuration Point & Click

2019-02-04 Thread foxfanfare
Hey David, David Wright wrote > I'd be interested to know what configuration command you're using in > zathura to handle the clicks. Actually I didn't change anything in my zathura config file yet. I use Zathura + zathura-pdf-poppler as it allows me to update the pdf automatically when it is act

Re: Configuration Point & Click

2019-02-03 Thread David Wright
[Note that this posting might overtake another one I made yesterday.] On Fri 01 Feb 2019 at 17:33:34 (-0700), foxfanfare wrote: > foxfanfare wrote > > And again, what is strange is that I have to launch zathura through vim if > > I > > want it to react to the link. If I launch the PDF alone in Zat

Re: Configuration Point & Click

2019-02-01 Thread foxfanfare
foxfanfare wrote > And again, what is strange is that I have to launch zathura through vim if > I > want it to react to the link. If I launch the PDF alone in Zathura and > click > on the link, for instance > textedit:///home/remy/Documents/test/test.ly:5:4:5 > goes directly to the browser. Maybe z

Re: Configuration Point & Click

2019-02-01 Thread foxfanfare
David Wright wrote > What PDF? Please show the actual commands you used. > > You need to start the server *before* you try to connect to it with a > client: > > $ vim --servername foo > > and then, at a different location, type: > > $ vim --servername foo --remote test.ly > > and that should o

Re: Configuration Point & Click

2019-02-01 Thread Federico Bruni
Il giorno gio 31 gen 2019 alle 22:03, foxfanfare ha scritto: Thank you both for you help. Federico Bruni-2 wrote How did you install lilypond? From Arch repository? Or from lilypond.org installer (the .sh file)? Yes I did install Lilypond directly through arch repository via pacman.

Re: Configuration Point & Click

2019-01-31 Thread David Wright
On Thu 31 Jan 2019 at 15:16:47 (-0700), foxfanfare wrote: > OK, I tried > > $ vim --servername foo --remote test.ly > (which gives me the output E247: no registered server named "VIM": Send > failed. Trying to execute locally) And I hope that succeeded in opening the file (but not as a server). J

Re: Configuration Point & Click

2019-01-31 Thread foxfanfare
OK, I tried $ vim --servername foo --remote test.ly (which gives me the output E247: no registered server named "VIM": Send failed. Trying to execute locally) and also $ vim --servername foo test.ly But when opening the PDF file in vim, I still get the same error messages... -- Sent from: ht

Re: Configuration Point & Click

2019-01-31 Thread foxfanfare
Thank you both for you help. Federico Bruni-2 wrote > How did you install lilypond? From Arch repository? Or from > lilypond.org installer (the .sh file)? Yes I did install Lilypond directly through arch repository via pacman. cat `which lilypond-invoke-editor` returns #!/usr/bin/guile1.8 -s !

Re: Configuration Point & Click

2019-01-31 Thread David Wright
On Thu 31 Jan 2019 at 04:14:07 (-0700), foxfanfare wrote: > David Wright wrote > > That doesn't tell me whether you run a DE or just a WM. > > Sorry I thought it was clear as i3 is a WM. I haven't install a desktop > environment, the $DESKTOP_SESSION command returns a blank line. Sorry, but you

Re: Configuration Point & Click

2019-01-31 Thread Federico Bruni
Il giorno gio 31 gen 2019 alle 12:14, foxfanfare ha scritto: David Wright wrote That doesn't tell me whether you run a DE or just a WM. Sorry I thought it was clear as i3 is a WM. I haven't install a desktop environment, the $DESKTOP_SESSION command returns a blank line. I have spent

Re: Configuration Point & Click

2019-01-31 Thread foxfanfare
David Wright wrote > That doesn't tell me whether you run a DE or just a WM. Sorry I thought it was clear as i3 is a WM. I haven't install a desktop environment, the $DESKTOP_SESSION command returns a blank line. I have spent several hours yesterday trying to figure out where the problem is but

Re: Configuration Point & Click

2019-01-30 Thread Federico Bruni
Il giorno mer 30 gen 2019 alle 21:42, foxfanfare ha scritto: foxfanfare wrote Still I cannot understand how to mange the URI links. About my environment, I'm not using gnome but a minimalist tilling window manager (i3) on a clean install of arch. I may have forgotten to install some

Re: Configuration Point & Click

2019-01-30 Thread David Wright
On Wed 30 Jan 2019 at 12:50:59 (-0700), foxfanfare wrote: > I managed now to see the exact position with your correct LYEDITOR synthax. > One problem solved :-) BTW, I thought I had to make the export variables in > my .bash_profile, is there any difference in setting them in the .bashrc > file? F

Re: Configuration Point & Click

2019-01-30 Thread foxfanfare
foxfanfare wrote > Still I cannot understand how to mange the URI links. About my > environment, > I'm not using gnome but a minimalist tilling window manager (i3) on a > clean > install of arch. I may have forgotten to install some packages? I checked, > I > have the xdg-utils package, but does th

Re: Configuration Point & Click

2019-01-30 Thread foxfanfare
Federico Bruni-2 wrote > I have a blog post draft (since some months...) for lilypondblog.org on > this subject. It's not released yet because I had some troubles > configuring Windows and especially Mac. Hopefully I'll finalize it next > week (the last famous words...). Funny you mention it, I

Re: Configuration Point & Click

2019-01-30 Thread foxfanfare
Hi Federico, thank you very much for your answer. I managed now to see the exact position with your correct LYEDITOR synthax. One problem solved :-) BTW, I thought I had to make the export variables in my .bash_profile, is there any difference in setting them in the .bashrc file? Still I cannot u

Re: Configuration Point & Click

2019-01-30 Thread Federico Bruni
Il giorno mer 30 gen 2019 alle 6:18, Federico Bruni 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)'"

Re: Configuration Point & Click

2019-01-29 Thread Federico Bruni
Il giorno mar 29 gen 2019 alle 22:21, foxfanfare ha scritto: Hi fellow lilyponders! I would have need some of your help understanding how the Point & Click option works. I switched from Windows to Linux some weeks ago (please be gentle with me, I'm still a noob in this world!) and I'm try