Kayvan A. Sylvan wrote: > I have to run lyx like this on Cygwin: > > PATH=/usr/local/share/lyx/scripts:$PATH lyx foo.lyx > > Otherwise, it does not find listerrors. This same problem does > not seem to plague Solaris. > > Did something change recently in how external scripts are run?
Yes. The LyX scripts directories are indicated by "$$s/". See, eg, libs/configure.m4: lyxpreview_to_bitmap_command='$$s/lyxpreview2bitmap.sh' \\converter lyxpreview ppm "$lyxpreview_to_bitmap_command" "" -- Angus