Re: Lyxpipes or I want PutEnv() back!

2003-03-25 Thread Joao Luis Meloni Assirati
On 25 Mar 2003, Lars Gullik Bjønnes wrote: > I wan thinking of an idea where the LyXServer only was able to talk > with sockets. And then have a LyXPipeProxy that creates pipes and > communicates with this socket. The interface to the socket could be done entirely by lyxclient, which could send

Re: Lyxpipes or I want PutEnv() back!

2003-03-25 Thread Joao Luis Meloni Assirati
On Tue, 25 Mar 2003, Angus Leeming wrote: > Joao Luis Meloni Assirati wrote: > > Okay, but it helps if the client was spawned by lyx, which case will be > > the most frequent. > > If the client was spawned by lyx then named pipes are not needed at all. See > the code in src/ispell.C for an examp

Re: Lyxpipes or I want PutEnv() back!

2003-03-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Joao Luis Meloni Assirati wrote: | > Okay, but it helps if the client was spawned by lyx, which case will be | > the most frequent. | | If the client was spawned by lyx then named pipes are not needed at all. See | the code in src/ispell.C for an examp

Re: Lyxpipes or I want PutEnv() back!

2003-03-25 Thread Angus Leeming
Joao Luis Meloni Assirati wrote: > Okay, but it helps if the client was spawned by lyx, which case will be > the most frequent. If the client was spawned by lyx then named pipes are not needed at all. See the code in src/ispell.C for an example of non-named pipes. We should create a class simila

Re: Lyxpipes or I want PutEnv() back!

2003-03-24 Thread Joao Luis Meloni Assirati
Hi, Jean-Marc, thank you for the answer, and sorry for the delay. On 19 Mar 2003, Jean-Marc Lasgouttes wrote: > > "Joao" == Joao Luis Meloni Assirati <[EMAIL PROTECTED]> writes: > > Joao> Normal clients, though, will be spawned by lyx childs (eg. xdvi > Joao> as with "inverse dvi search") s

Re: Lyxpipes or I want PutEnv() back!

2003-03-19 Thread Jean-Marc Lasgouttes
> "Joao" == Joao Luis Meloni Assirati <[EMAIL PROTECTED]> writes: Joao> Normal clients, though, will be spawned by lyx childs (eg. xdvi Joao> as with "inverse dvi search") so the alternative in this case Joao> points to set an environment variable LYXTMP with equal to Joao> /tmp/lyx_tmpdir8814

Lyxpipes or I want PutEnv() back!

2003-03-13 Thread Joao Luis Meloni Assirati
Hello, Some of the problems faced with the use of lyxpipes are: 1. they must be in a place known to the client 2. they should be in /tmp because their creation in home is not always allowed 3. they should be "per process" to allow two simultaneously running lyxes to have clients 4. there s