On Tue, 21 Oct 2003, Andre Poenitz wrote:

> > Why don't you let xdvi do it's job instead
> > of trying manually?
>
> Because it does not work, i.e. the cursor does not move. No error
> message whatsoever. As xdvi does work with EDITOR=vi I figured it might
> be a problem with teh lyxclient <-> LyX communication.

I miss a better explanation of how you are trying this. If you did not
apply the two pending patches, you must use xforms and define the DVI
viewer as

    xdvi -editor 'lyxclient -a $$a -g %f %l'

and the latex->dvi converter as

    latex --src-specials

Note that xdvi 22.40f has a bug in the wrapper script that hast trouble
with -editor option. If this occours with your version too (22.40h,
right?) you can try, instead of defining the dvi viewer as I said, let it
be simply xdvi with no options and export the variable

XEDITOR='lyxclient -g %f %l'

I advise that this will only work if you have only one lyx runing, as we
cannot in this case pass the socket address $$a to lyxclient.

After applying the two pending patches, qt will work and xdvi and kdvi can
be defined as dvi viewers with no options.


> > I would really like to continue my work on it, but having two patches
> > waiting for approval is too much for me. If something is wrong with them,
> > I need to know before resume coding.
>
> I have not payed too much attention to it. Are you refering to the
>
>              putenv.diff.gz
>              export-socket.diff.gz
>              lyxclient.diff.gz
>              lyxclient.man.gz
>
> stuff sent under
>
>  Subject: [PATCH] Inverse search update.
>  Date: Tue, 14 Oct 2003 20:15:47 -0700 ?

This is the first patch. The other, providing qt support for sockets, is
in the same thread:

http://marc.theaimsgroup.com/?l=lyx-devel&m=106625556317450&w=2

Joao.

Reply via email to