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
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
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
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
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
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