Ben Luey wrote:

> I have lyx-1.2.3 and gbib-0.1.1 (Mandrake-9.1). I reconfigured lyx for the
> pipe to have the path /home/username/.lyxpipe. It creates the pipe fine.
> When I run lyx and then gbib and click on cite, it appears to connect to
> the lyxpipe, but when I clikc on insert cite or insert bibtex, etc,
> nothing appears in my lyx document. Does gbib support lyx-1.2? Any ideas
> on why the piping isn't working. If I cat something to the pipe, I get a
> response from the lyx server.
> 
> Thanks,
> 
> Ben

Hello Ben, please continue this discussion on [EMAIL PROTECTED] I 
don't venture onto the user list as often as perhaps I should ;-)

If you run "lyx -dbg lyxserver" you should get details of the conversation 
between the two programs. But you appear to know that already.

I don't have LyX 1.2.3 installed here, but with LyX 1.3.2cvs (current stable 
branch) this works for me (below). I suspect therefore that gbib is sending 
a message that LyX 1.2.3 does not understand.

Regards,
Angus

$ xlyx13x -dbg lyxserver
Setting debug level to lyxserver
Debugging `lyxserver' (External control interface)
LyXComm: Opening connection
LyXComm: Connection established
LyXComm: Closing connection
LyXComm: Opening connection
LyXComm: Connection established

$ echo "LYXSRV:angus:hello" > /home/angus/.lyx-1.3.2cvs/angus.in
LyXComm: status:19, read_buffer_:, cmd:LYXSRV:angus:hello
LyXServer: Received: 'LYXSRV:angus:hello'
LyXServer: Client: 'angus' Command: 'hello' Argument: ''
LyXServer: Greeting angus
LyXComm: Sending 'LYXSRV:angus:hello
'
LyXComm: Closing connection
LyXComm: Opening connection
LyXComm: Connection established

$ echo "LYXCMD:angus:file-open vki.lyx" > /home/angus/.lyx-1.3.2cvs/angus.in
LyXComm: status:31, read_buffer_:, cmd:LYXCMD:angus:file-open vki.lyx
LyXServer: Received: 'LYXCMD:angus:file-open vki.lyx'
LyXServer: Client: 'angus' Command: 'file-open vki.lyx' Argument: ''
LyXComm: Sending 'INFO:angus:file-open vki.lyx:
'
LyXComm: Closing connection
LyXComm: Opening connection
LyXComm: Connection established

$ echo "LYXCMD:angus:citation-insert Tsuda:etal96" > 
/home/angus/.lyx-1.3.2cvs/angus.in
LyXComm: status:42, read_buffer_:, cmd:LYXCMD:angus:citation-insert 
Tsuda:etal96
LyXServer: Received: 'LYXCMD:angus:citation-insert Tsuda:etal96'
LyXServer: Client: 'angus' Command: 'citation-insert Tsuda' Argument: 
'etal96'
LyXComm: Sending 'INFO:angus:citation-insert Tsuda:
'
LyXComm: Closing connection
LyXComm: Opening connection
LyXComm: Connection established


Reply via email to