Re: printing hebrew from mozilla

2001-02-08 Thread Tzafrir Cohen
Hi On Thu, 8 Feb 2001, guy keren wrote: > On Thu, 8 Feb 2001, Tzafrir Cohen wrote: > > > Anybody here tried printing with hebrew fonts from mozilla? > > > > What do I need to do generally? > > a proper script plus proper fonts. i used one written by dov grobgeld > (which is supplied along with

Re: printing hebrew from mozilla

2001-02-08 Thread guy keren
On Thu, 8 Feb 2001, Tzafrir Cohen wrote: > Anybody here tried printing with hebrew fonts from mozilla? > > What do I need to do generally? a proper script plus proper fonts. i used one written by dov grobgeld (which is supplied along with the regular web fonts) - it worked for printing out Haif

printing hebrew from mozilla

2001-02-08 Thread Tzafrir Cohen
Hi Anybody here tried printing with hebrew fonts from mozilla? What do I need to do generally? -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir = To unsubscribe, send mail to [EMAIL PROTECTED] with th

Always re-read your code [Was: Finding if a process is runing.]

2001-02-08 Thread Oded Arbel
Extremly sorry - it _was_ an invalid argument :-) the man page clearly state : int kill(pid_t pid, int sig); while my code reads : if (kill(0,_pidChild)) { again, sorry... Oded -- X windows: Do your time. - Original Message - From: "Nadav Har'El" <[EMAIL PROTECTED]> To: "Ode

Re: Finding if a process is runing.

2001-02-08 Thread Oleg Goldshmidt
Oded Arbel <[EMAIL PROTECTED]> writes: > I'vre read somewhere (I think in one of perl's man pages) that you can use > kill to send a "0 signal" to a process, to see if it is still > runing. POSIX says so, AFAIK. > kill(2) man page seems to confirm that, saying that if sig is 0, no signal > wil

Re: Finding if a process is runing.

2001-02-08 Thread Nadav Har'El
On Thu, Feb 08, 2001, Oded Arbel wrote about "Finding if a process is runing.": > I'vre read somewhere (I think in one of perl's man pages) that you can use > kill to send a "0 signal" to a process, to see if it is still runing. the > kill(2) man page seems to confirm that, saying that if sig is 0