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 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
> on the MSN side. Now that we have the Ink protocol implemented I removed
> the call to the built-in SendInk proc and replaced it with
> ::amsn::InkSend. Now it works with MSN as well. A diff file is attached.
>
>    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 /tmp directory gets cluttered with these directories
> in time. The plugin makes a "file delete" call inside the DeInit proc to
> remove the directory created. But it appears that, DeInit is run only when
> the plugin is unloaded, not when aMSN is closed. Is there a way to delete
> these directories when aMSN is closing? Or is it a reasonable idea to run
> the DeInit procs before shutdown?

Already fixed.
>
>    Congratulations for your good work,
>
>    Ilgar
>
>

I'm going to put the file on the plugins' tracker.
Greets
--
Boris FAURE (billiob)
mail, msn : [EMAIL PROTECTED]
No trees were killed in the sending of this message.
However, a large number of electrons were terribly
agitated.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to