Philippe Grosjean wrote: > I could work with the lyx server, but I miss a function that indicates > me the line in the tex file corresponding to the position of the cursor > in LyX. I imagine that such information could be accessible, since > server-goto-file-row is capable of doing the opposite (from Tex line to > LyX line).
Generally, it's easy to access the desired information (via buffer().texrow().getRowFromIdPos), the question is how to communicate it to the viewer. What is the syntax of forward search? I guess it does (as with reverse search) differ between viewers? Jürgen
