When I click on the link in Acrobate Reader, IE has Invalid Syntax Error as the window title
This appeasr in the address bar: textedit:///cygdrive/C/Music/Powerhouse/PowerHouse.ly:422:4:32 And the window has: The page cannot be displayed. (It's interesting that IE comes up, since I have Firefox set as my default browser. The registry activity that you mentioned during the install, is that for installing Lily 2.6 with Cygwin or the native version (2.7). I ran regmon while the cygwin installer was running and while it did do some registry stuff, it didn't do anything with the keys you mentioned. Thanks Steve -----Original Message----- From: Jan Nieuwenhuizen [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 12:31 AM To: Stephan Moss Cc: [email protected] Subject: Re: Textedit URL in Windows XP Stephan Moss writes: > When I click on a note or other object in Acrobat Reader, it invokes > IE with the textedit url and gives an error. What is the error? > This is probably simple and probably documented somewhere I missed. This is what the installer does WriteRegStr HKCR "textedit" "URL protocol" "" ReadRegStr $R0 HKCR "textedit\shell\open\command" "" WriteRegStr HKCR "textedit\shell" "" "open" WriteRegExpandStr HKCR "textedit\shell\open\command" "" '"$INSTDIR\usr\\bin\guile.exe" -e main -s "$INSTDIR\usr\bin\lilypond-invoke-editor.scm" "%1"' and lilypond-invoke-editor.scm looks at environment variable LYEDITOR. Setting LYEDITOR=jedit should do it. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org ------------------------------------------------------------- This message has been scanned by Postini anti-virus software. _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
