[REBOL] line-numbers error messages Re:(2)

2000-01-14 Thread robert . muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 13, 2000 8:37 PM To: [EMAIL PROTECTED] Subject: [REBOL] line-numbers error messages Re: That sounds sort of useful, but quite limited. For example, what meaning does "line number" have

[REBOL] [REBOL] Message box? Re:(2)

2000-01-14 Thread xkracik
Hi, I'm sure you didn't mean this, but your custom message appears in the security message box, although with other misleading information :-) disarm try [ write %"^/Hi kids!" "" ] [EMAIL PROTECTED] wrote: Hi, you wrote: Is there any way to access the security check box and use it

[REBOL] Syntax Highlighting Re:

2000-01-14 Thread xkracik
Hi, I use syntax highlighting in GWD text editor for Windows. Every time I use a word that's not highlighted, I add it to its database. But the editor does not support "two" {types} of REBOL strings. [EMAIL PROTECTED] wrote: Are there any syntax highlighting files for Rebol out there? There

[REBOL] Welcome to the REBOL email list. Re:(2)

2000-01-14 Thread news . ted
selma-source needs to be the subject. *** REPLY SEPARATOR *** On ðºS at 7:24 PM [EMAIL PROTECTED] wrote: selma-source

[REBOL] script cant log on

2000-01-14 Thread tf
hey guys, why do you suppose that a script that I've been using has started telling me "can't log on as user...check your login" (somthing like that) when I hop over to my ftp client to try, I log in fine. my script is sort of ugly, but at least it has been working for me... thanks y'all --

[REBOL] how to create a hidden or encrypted script? Re:(7)

2000-01-14 Thread robert . muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 14, 2000 1:22 PM To: [EMAIL PROTECTED] Subject: [REBOL] how to create a hidden or encrypted script? Re:(6) I believe the proposal I offered would be able to deal with your concern, as the

[REBOL] none Re:(2)

2000-01-14 Thread kowalskM
I wasn't getting anything from the mailing list for about day and 1/2. Didn't know if it was my mailer or everyone was taking a breather.--myron On Thu, 13 Jan 2000 [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: help With what? Andrew Martin Ever helpful... ICQ: 26227169 [EMAIL

[REBOL] Syntax Highlighting Re:(2)

2000-01-14 Thread news . ted
{ I'm currently running gVim (version 5.5) on my wintel boxes, and it does a decent job of comprimising between the keyboard-oriented heritage of vi and the GUI-oriented nature of most windows-oriented applications. } Cool tip, Joel. I found that there's a version 5.6a for Win32 out at

[REBOL] bitset shortcut

2000-01-14 Thread KGD03011
Hi, I really get sick of making bitsets with this kind of statement: non-alpha: complement charset [#"a" - #"z" #"A" - #"Z"] == make bitset! #{ 01F801F8 } So I'm working on a shortcut, that will process strings with metacharacters.

[REBOL] Real stupid puzzle

2000-01-14 Thread KGD03011
Here is an unedited transcript. What sort of values do A and B reference? a b == true b a == true a b == false b a == false a b == true a b == true a b == true a b == true a b == true a b == false Hint: no self-modifying code is involved! Cheers, Eric

[REBOL] Syntax Highlighting Re:

2000-01-14 Thread joel . neely
[EMAIL PROTECTED] wrote: Are there any syntax highlighting files for Rebol out there? There was discussion about one for Emacs on the list, but I don't know if they ever figured out whether that worked or not. Does it, and is there anything for other editors? I'd like to contribute a syntax

[REBOL] Detagging..

2000-01-14 Thread mailinglists
Hi! Belated happy new year to you all! I'm working on a news script, and needed a way to strip input from HTML-tags, so I conjured up this little function: detag: func [ "Removes HTML-tags from a string, file or url, leaves special characters intact, except nbsp;." source [string!]

[REBOL] Polymorphic

2000-01-14 Thread lmecir
#1 - If I use If as a good example of polymorphism. In Rebol we have two variants- If and Either (which is better and more readable/simple than the obsolete If ... Else pair). In other languages are constructs like: if ... then ... endif if ... then ... else ... endif if ... then ... elsif ...

[REBOL] input--thanks. Re:

2000-01-14 Thread strejcek
Many thanks, Jan! What's the bug in 'input?'? See: input? doesn't work properly with stdin (--cgi mode). i.e. something is on stdin and input? return false, but input return first line of data on stdin (that's correct). It was posted to feedback. Regards, Jan P.S.: maybe you can try to

[REBOL] [REBOL] Message box? Re:(2)

2000-01-14 Thread joel . neely
[EMAIL PROTECTED] wrote: write/binary %hacked-rebol.exe head change find read/binary %rebol.exe "Script requests permission to" "Hey kids! Get off the phone!!" ... and I thought *I* had written some obscure puzzle

[REBOL] how to create a hidden or encrypted script? Re:(8)

2000-01-14 Thread joel . neely
[EMAIL PROTECTED] wrote: Hi, having some knowledge about the dark-side of software-protection I want to throw in some points (BTW: I support the idea of being able to 'hide' some parts of a Rebol project to create a commercial market for Rebol applications. Hi, Robert! I think you're

[REBOL] Bug in parser???

2000-01-14 Thread Petr . Krenzelok
Hi, gee, I am struggling with some more complex parse rule for a few days, now I cutted it down to following example. Look at infinite loop: str: "Some text with * inside it" non-asterisk: complement charset "*" - parse/all str [copy txt some non-asterisk mark: (print mold mark) to end] "*

[REBOL] arrays Re:

2000-01-14 Thread rebol . phb
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 12 January 2000 15:45 Subject: [REBOL] arrays The code: the-array: array/initial [5 5] "frog" the-array/1/1 c1:1 c2:2 the-array/c1/c2 The results the-array: array/initial [5 5] "frog" == [["frog" "frog"

[REBOL] [REBOL] Message box? Re:(2)

2000-01-14 Thread Ridley67
Jeff- That worked fairly well. I set up the whole thing in the registry (win98) (hkeylocalmachine\software\microsoft\windows\currentversion\run) with the '-qw' switch and it did just fine. I set it to check "myip: read join dns:// read dns://" every ten minutes and if it is not