Re: vim witth Hebrew support

2001-03-10 Thread Shaul Karl

> On Fri, 9 Mar 2001, Eran Levy wrote:
> 
> > Hi,
> > I have successfully installed vim. whhen Im tring to start vim with the -H
> > option Im getting an error message that says: "Hebrew cannot be used: Not
> > enabled at compile time". I have edited the features.h file in the src/
> > directory. I have thislines for the right to left hebrew support:
> >
> > #ifdef MAX_FEAT
> > # define RIGHTLEFT
> > #endif
> >
> > I cant ind any specific option for it.
> > Is there anything wrong?
> > do I have to edit another file to enable Hebrew support?
> 
> No. Defining "RIGHTLEFT" should be enough.
> 
> To check the binary, try 'vim -H'. If no hebrew support is compiled in,
> you'll get an error message, and vim won't run.
> 


If more attempts to get it compiled right will fail you might want to consider 
building the package from src the same way a package maintainer did. That is, 
don't mess with the src by yourself, just repeat what a package maintainer did.

Actually, we were reported that RH6.2 has Hebrew support for VIM compiled in 
by default. So is Debian. Are you trying to exercise building a bin from src?


> -- 
> Tzafrir Cohen
> mailto:[EMAIL PROTECTED]
> http://www.technion.ac.il/~tzafrir
> 
> 
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 

-- 

Shaul Karl <[EMAIL PROTECTED]>



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Subscribing a Cellular phone to the list.

2001-03-10 Thread Shaul Karl

> I use a Pelephone. They support sending email to the phone (for example my
> phone number is 050691622 and my email is [EMAIL PROTECTED])
> I want to read this list from the phone (only reading since I cant send
> emails from this email...)
> How do I do it?  Mailing to to [EMAIL PROTECTED] with subject
> subscribe [EMAIL PROTECTED]  is no good. I tried wothout
> succses..
> 


I suppose you can not send mail as user [EMAIL PROTECTED], either 
from your cellular (you said that) or from a shell account on 
msg.pelephone.co.il, and therefore the subscription did not work.
Even if it did got through, you will not be able to confirm it (send back the 
confirm message).

A possible solution: contact the mail list owner.


> 
>  - diego
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 

-- 

Shaul Karl <[EMAIL PROTECTED]>



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: ip masquerading and kernel 2.4

2001-03-10 Thread Eran Levy

Hi mulix,
You can do that simply by:

iptables -P FORWARD ACCEPT
iptables -A FORWARD -i ppp0 -m state --state NEW,INVALID -j REJECT
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward

The first line sets up the forwarding allowing you to use
the computer as a gateway, the next blocks any forwards
that come from our internet connection. The third line
enables IP Masquerade for anything going out on ppp0,
and finally the last line actually enables forwarding.

then, if you want to learn iptables I recommend this site: 
http://www.linuxhelp.net under the Guides section you'll find how playing 
with iptables.

At 00:35 11/03/01 +0200, you wrote:
hello,

would one of the people who have masquerading (or rather, SNAT if your ip
is static) working with kernel 2.4 and iptables please give me a shout and
their firewall script? i'm running into some weird problem here.

thanks in advance!
-- 
mulix
http://www.advogato.com/person/mulix

linux/reboot.h: #define LINUX_REBOOT_MAGIC1 0xfee1dead


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




ip masquerading and kernel 2.4

2001-03-10 Thread mulix

hello,

would one of the people who have masquerading (or rather, SNAT if your ip
is static) working with kernel 2.4 and iptables please give me a shout and
their firewall script? i'm running into some weird problem here.

thanks in advance!
-- 
mulix
http://www.advogato.com/person/mulix

linux/reboot.h: #define LINUX_REBOOT_MAGIC1 0xfee1dead


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: php IDE.

2001-03-10 Thread Stanislav Malyshev a.k.a Frodo

EB>> Just started to write PHP and I cant find an IDE which
EB>> will give me good debugging capabilities (step, break
EB>> points ).
EB>>
EB>> Anybody can recommend one to me ?

Zend IDE, but it's not free.
There's also a free one, which claims to support debugging (nexus?), but I
don't know how good is it.

-- 
[EMAIL PROTECTED]  \/  There shall be counsels taken
Stanislav Malyshev  /\  Stronger than Morgul-spells
phone +972-3-9316425/\  JRRT LotR.
http://sharat.co.il/frodo/  whois:!SM8333


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: php IDE.

2001-03-10 Thread Ilya Konstantinov

On Sat, Mar 10, 2001 at 03:28:35AM -0800, Erez Boym wrote:
> Hi,
> 
> Just started to write PHP and I cant find an IDE which
> will give me good debugging capabilities (step, break
> points ).


> Anybody can recommend one to me ?

Zend (http://www.zend.com) sell an IDE / debugger, written in Java.

-- 
Best regards,
Ilya Konstantinov

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: php IDE.

2001-03-10 Thread Oren Held

Hello Erez

As far as I know, there is no debugger.
My IDE is vim, and i'm doing well.. :)

But maybe there is, and I just don't know about it.

Cya,
Oren.

On Sat, 10 Mar 2001, Erez Boym wrote:

> Hi,
>
> Just started to write PHP and I cant find an IDE which
> will give me good debugging capabilities (step, break
> points ).
>
> Anybody can recommend one to me ?
>
> Thanks
>
> Erez
>
> __
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices.
> http://auctions.yahoo.com/
>
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




php IDE.

2001-03-10 Thread Erez Boym

Hi,

Just started to write PHP and I cant find an IDE which
will give me good debugging capabilities (step, break
points ).

Anybody can recommend one to me ?

Thanks

Erez

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: To the listr manager.

2001-03-10 Thread Tzafrir Cohen

Hi Mike

The list manager is [EMAIL PROTECTED]

(as stated in http://www.iglu.org.il/mailing-lists/linux-il.html)

-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




X...

2001-03-10 Thread Miki Shapiro

Hi everyone.
Here's another one - 
Is there a way to run xdm or kdm so:
* It does not drag up the X server and display the GUI
* It DOES monitor port 177 for XDMCP requests?

I'm running a decent machine, although with an incredibly pathetic display
card that even XFree86_16 (or whatever it's called) won't support. It's my
boidem server ;-)

If it matters, it's a SuSE 7.0 box with kde, kde2, and just about anything
else that comes to mind installed.

I have an X server installed on my desktop machine, and I want to get the
screenless boidem machine to display it's wares on my screen when
requested via XDMCP.
Ideas anyone? (Other than obtain a 1MB Cirrus Logic that supports
the 16color Xserver and stick it up there?)

Thx

--
Miki Shapiro
Aladdin Knowledge Systems

-
Sex. Unix. Snowboarx.
-


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




To the listr manager.

2001-03-10 Thread Mike Almogy

Hi.

Can the list manager delete my e-mail address from the list ?
I tried to do it by myself but it does not working.
I have the following address :

[EMAIL PROTECTED]
[EMAIL PROTECTED]

I'm sure that one of them is registered.

If you do not find them then please send me an email.

Thanks,

Mike



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: vim witth Hebrew support

2001-03-10 Thread guy keren


On Fri, 9 Mar 2001, Eran Levy wrote:

> #ifdef MAX_FEAT
> # define RIGHTLEFT
> #endif

pardon my stupid question, but do you have 'MAX_FEAT' defined anywhere? if
its not defined, you won't have 'RIGHTLEFT' defined here. so make sure
there is a line with:

#define MAX_FEAT

somewhere earlier in that header file, and that this line itself is
not contianed by yet another 'ifdef' and 'endif' pair of lines somehow.

--
guy

"For world domination - press 1,
 or dial 0, and please hold, for the creator." -- nob o. dy


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]