Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Boris Faure (billiob)
2005/11/26, Sander Hoentjen <[EMAIL PROTECTED]>: > On Sat, 2005-11-26 at 18:26 +0100, Boris Faure (billiob) wrote: > > Ok, but latex don't support tex files read from the input, so we must > > use at least one file. And using pipes will result in a loose of debug > > errors. > > But if you want to

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Sander Hoentjen
On Sat, 2005-11-26 at 18:26 +0100, Boris Faure (billiob) wrote: > Ok, but latex don't support tex files read from the input, so we must > use at least one file. And using pipes will result in a loose of debug > errors. > But if you want to code that, let's do ! $echo "\documentclass{article} \titl

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Boris Faure (billiob)
2005/11/26, Jérôme Gagnon-Voyer <[EMAIL PROTECTED]>: > Boris, I suggest you commit everything you have. If someone finds a > good way to avoid temp files, then, he will just have to make some > modifications to your plugin and commit the changes. I've put that on the tracker : http://sourceforge.ne

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Jérôme Gagnon-Voyer
Boris, I suggest you commit everything you have. If someone finds a good way to avoid temp files, then, he will just have to make some modifications to your plugin and commit the changes. Can you confirm that sending INK is still not possible for MSN 7.5 users Le 05-11-26 à 12:26, Boris Fau

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Boris Faure (billiob)
2005/11/26, Youness Alaoui <[EMAIL PROTECTED]>: > pipes in windows exist and they do work like on unix systems, if they > don't work like on unix systems, then the exec command makes sure they do.. > http://www.tcl.tk/man/tcl8.4/TclCmd/exec.htm#M21 > they you can see compatibility issues, for examp

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Youness Alaoui
pipes in windows exist and they do work like on unix systems, if they don't work like on unix systems, then the exec command makes sure they do.. http://www.tcl.tk/man/tcl8.4/TclCmd/exec.htm#M21 they you can see compatibility issues, for example, on wnidows 9x the pipes actually uses a tempora

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Sander Hoentjen
On Sat, 2005-11-26 at 16:35 +0100, Boris Faure (billiob) wrote: > 2005/11/26, Sander Hoentjen <[EMAIL PROTECTED]>: > > Isn't it possible to not use intermediate files but use pipes? > I don't know if pipes can be used on windows (i know MacOSX is a unix :p ). Hmm yes windows.. forgot about it.. gue

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Harry Vennik
Op zaterdag 26 november 2005 16:35, schreef Boris Faure (billiob): > 2005/11/26, Sander Hoentjen <[EMAIL PROTECTED]>: > > On Sat, 2005-11-26 at 04:52 -0800, Kemal Eroglu wrote: > > >Now my question: To generate the image, one must first write and > > > compile a latex file. This plugin does tha

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Boris Faure (billiob)
2005/11/26, Sander Hoentjen <[EMAIL PROTECTED]>: > On Sat, 2005-11-26 at 04:52 -0800, Kemal Eroglu wrote: > > >Now my question: To generate the image, one must first write and compile > > a latex file. This plugin does that inside a directory named > > /tmp/[pid]-latex where pid is the PID of t

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Sander Hoentjen
On Sat, 2005-11-26 at 04:52 -0800, Kemal Eroglu wrote: >Now my question: To generate the image, one must first write and compile > a latex file. This plugin does that inside a directory named > /tmp/[pid]-latex where pid is the PID of the running instance of aMSN. The > problem is that the

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Boris Faure (billiob)
Hi. I've worked on TeXIM plugin, and this is already in the plugin, but i haven't commited yet. 2005/11/26, Kemal Eroglu <[EMAIL PROTECTED]>: > >Hi, > >I attached a tiny patch for the TeXIM plugin. This plugin generates a > gif image file from the latex output (used for writing mathematic

Re: [Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Harry Vennik
In my opinion it is a bug if it doesn't do so! Op zaterdag 26 november 2005 13:52, schreef Kemal Eroglu: > Or is it a reasonable idea to run the DeInit procs before shutdown? --- This SF.net email is sponsored by: Splunk Inc. Do you grep throug

[Amsn-devel] A patch to TeXIM plugin and a question

2005-11-26 Thread Kemal Eroglu
Hi, I attached a tiny patch for the TeXIM plugin. This plugin generates a gif image file from the latex output (used for writing mathematical expressions) and sends it using a built-in SendInk proc. This didn't work well (at least for me) from aMSN to MSN, i.e. the image couldn't be seen