lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Point and Click does not work on Windows


From: Eluze
Subject: Re: Point and Click does not work on Windows
Date: Wed, 17 Apr 2013 02:34:29 -0700 (PDT)

ArnoldTheresius wrote
> in relation to issue 3306
> [http://code.google.com/p/lilypond/issues/detail?id=3306]
> I analized the point-and-click problem on my Win7/64 computer.
> (Why does it not work out of the box after installation?)
*
> Here the result:
*
> 
*
> Modifications to $INSTDIR/usr/share/lilypond/current/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&)")
> +   `(("emacs" .  "emacsclient --no-wait +%(line)s:%(column)s %(file)s ||
> (emacs +%(line)s:%(column)s %(file)s&)")
>       ("gvim" . "gvim --remote +:%(line)s:norm%(column)s %(file)s")
>       ("uedit32" . "uedit32 %(file)s -l%(line)s -c%(char)s")
>       ("nedit" . "nc -noask +%(line)s %(file)s")
>       ("gedit" . "gedit +%(line)s %(file)s")
>       ("jedit" . "jedit -reuseview %(file)s +line:%(line)s")
>       ("syn" . "syn -line %(line)s -col %(char)s %(file)s")
> -     ("lilypad" . "lilypad +%(line)s:%(char)s %(file)s")))
> +     ("lilypad" . ,(if (eq? PLATFORM 'windows)
> +                 "start lilypad +%(line)s:%(char)s %(file)s"
> +                 "lilypad +%(line)s:%(char)s %(file)s"))))
/
> 

hi Arnold

that was really worth waiting 

it would be nice to add a few more editors, e.g. (for windows)

context.exe            /g<column>:<line> file
notepad++.exe       -n<line> -c<column> file
pspad.exe              -<line> file

and finally (?) if the editor associated with the .ly file extension could
be launched… (it is stored in
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ly\userchoice)

thanks!
Eluze






--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Point-and-Click-does-not-work-on-Windows-tp115986p144633.html
Sent from the Dev mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]