[REBOL] Re: REBOL [REBOL.org] Packages announcement and competition

2004-02-20 Thread Ingo Hohmann
Hi Sunanda, it works here REBOL/View 1.2.8.4.2 3-Aug-2002 (on Debian/Gnu Linux). The UI could do with a bit of a cleanup, as already mentioned, though ;^) Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Help With Query

2004-02-19 Thread Ingo Hohmann
have to use the trick Sunanda has shown now. BTW, could someone on the /View 1.3 world _please_ add a bug that do 'a/lit/path still doesn't work? That was what Carl promised to reduce those paths now. Kind regards, Ingo [EMAIL PROTECTED] wrote: Hello, I am a complete newbie with Rebol

[REBOL] Re: Help With Query

2004-02-19 Thread Ingo Hohmann
it (and the times will surely come ;-) Kind regards, Ingo [EMAIL PROTECTED] wrote: Hello, Thank you for the responses. I'm still confused however (that's nothing new!). If a variable is of type path! should it not display what it is pointing to? The documentation that I have looked

[REBOL] Re: I want time!, not string!

2004-02-18 Thread Ingo Hohmann
that helps, Ingo Hallvard Ystad wrote: Hello I have a funny problem. I have this: s: now/time/precise [...] print join Took (now/time - s) But sometimes, 's turns out to be a string! How can that happen?? The script is too long for me to pass on the full context. But has anyone seen

[REBOL] Re: auto id's for vid objects

2004-02-17 Thread Ingo Hohmann
]) :mark 12 skip ] :home-mark any [ to text mark:( remove/part mark 4 insert mark reduce [txt txt_count: txt_count + 1 :{ }text]) :mark 12 skip ] ] I hope that helps, Ingo iNetW3 wrote: Hey ML, I spoke too soon. If any know how

[REBOL] [OT] DNS problems?

2004-02-03 Thread Ingo Hohmann
of a ameserver off the top of his head? I'd like to add it to my DNS servers and see if it works. Thanks, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: [OT] DNS problems?

2004-02-03 Thread Ingo Hohmann
Hi bry, actually the info on that site tells nought to me ;-) _But_ I was able to confirm that it must be a DNS problem, I was able to reach some of the pages through http://proxify.com/ (Anonymizer proxy). Kind regards, Ingo [EMAIL PROTECTED] wrote: no, but an tertiary topic to your off

[REBOL] Re: POP3 username issues

2004-01-20 Thread Ingo Hohmann
should open the port directly, like this: p: open [ scheme: 'pop user: your username pass: your password host: your mail-host ] length? p == 22 first p == {Return-path: Envelope-to: [EMAIL PROTECTED] Received: from localhost ([127.0.0.1] ident=ingo) ^-by smrgol

[REBOL] Re: Is Rebol OO?

2004-01-13 Thread Ingo Hohmann
regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: How to remove words from objects?

2004-01-13 Thread Ingo Hohmann
defined references to your objects, otherwise just use block!s for very dynamic entities. The downside is that lookup in a block is not as fast as in an object. I hope that helps, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Merry Christmas

2003-12-24 Thread ingo
Merry Christmas, to all Rebolers near and far! Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Error trapping

2003-12-10 Thread Ingo Hohmann
Hi Carl, depends on how you define simpler ... error? set/any 'err try [1 / 0] == true error? set/any 'err try [print ] == false I just assume that using set/any fits for your definition ;-) Kind regards, Ingo Carl Read wrote: To capture an error object you can use something like

[REBOL] Re: Hashes in Rebol

2003-12-09 Thread Ingo Hohmann
all the questions you have, it's not uncommon for even seasoned Rebolers to find something new in the answers to seemeingly easy questions (as just happened to me with the usage of find/tail) Kind regards, Ingo Konstantin Knizhnik wrote: Hello Gregg, Thank you very much for explanation

[REBOL] Re: How to handle Return-Path

2003-12-03 Thread Ingo Hohmann
Hi Sabu, Sabu Francis wrote: .. I hope this is of use. I have tested this only using qmail. Maybe Ingo Hohmann can integrate this patch into the patched send function he is developing. .. Just to mention it, mine is not the only one, just the most aggressively advertized ;-) I

[REBOL] vim again

2003-11-26 Thread Ingo Hohmann
Hi Vimmers out there, I have a beta version of my rebol.vim so far ... goto http://www.h-o-h.org/rebol-vim.tgz (Sorry, not yet linked, and it seems I desperately need to update my page ;-) Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED

[REBOL] Re: [patch][help] Additional function information

2003-11-21 Thread Ingo Hohmann
Right, so far it hasn't been possible to use it, make function! does not allow it, and the original 'func does not work around this (like my patched version does). Ingo Anton Rolls wrote: That's very interesting! As this code shows, however, the return: has not been used in any global

[REBOL] Re: [patch][help] Additional function information

2003-11-21 Thread Ingo Hohmann
as a refinement. Kind regards, Ingo -Volker ... -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: [Editor] any Vim users out there?

2003-11-20 Thread Ingo Hohmann
Hi Maarten, at the moment I'm in the grab everything, to find out what's best state ;-) so if you don't mind, I would like to recieve your rtags. Kind regards, Ingo Maarten Koopmans wrote: No, but I'm happy yo get a copy. I also have a rtags.r script from a friend of mine, works like

[REBOL] Re: [Editor] any Vim users out there?

2003-11-20 Thread Ingo Hohmann
time to get accustomed, please ;-) Kind regards, Ingo Tim Johnson wrote: * Ingo Hohmann [EMAIL PROTECTED] [031120 08:42]: Hi Maarten, at the moment I'm in the grab everything, to find out what's best state ;-) so if you don't mind, I would like to recieve your rtags. Kind regards, Ingo

[REBOL] Re: [Editor] any Vim users out there?

2003-11-20 Thread Ingo Hohmann
:-) Kind regards, Ingo Tim Johnson wrote: * Ingo Hohmann [EMAIL PROTECTED] [031120 12:43]: Hi Tim, I _thought_ I answered that mail as well, ... glad you got it. :-) I might have deleted your response along with all the ads for viagra and related products. (how *did

[REBOL] [patch][help] Additional function information

2003-11-20 Thread Ingo Hohmann
additional info on functions HELP is a function value. ARGUMENTS: word -- (Type: any-type) RETURNS: does not return a value CATEGORIES: help Any comments appreciated! Ingo -- Attached file included as plaintext by Ecartis -- -- File: help-system.r REBOL [ Title

[REBOL] [Editor] any Vim users out there?

2003-11-19 Thread Ingo Hohmann
there ... but if someone has it done already ... Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] [View] text: strike-thru / rotate

2003-11-18 Thread Ingo Hohmann
, to use to-image, and rotate the image? Thanks for your help, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] [View] invisible background

2003-11-18 Thread Ingo Hohmann
Hi /Viewers, I just wrote the following script to create a batch of buttons for teaching website creation, but how do I set an invisible background on these buttons? [REBOL [ Title: Button Creator Author: Ingo Hohmann ] colours: [ red green blue yellow water white forest snow

[REBOL] Re: json

2003-11-13 Thread Ingo Hohmann
Hi Gabriele, ... Gabriele Santilli wrote: Hi bry, On Wednesday, November 12, 2003, 7:09:24 PM, you wrote: bic http://www.crockford.com/JSON/index.html ... Writing a JSON emitter in REBOL is trivial; writing a parser is mainly a matter of translating the BNF grammar in that web

[REBOL] Re: rebol headers when sending mail have no textual user name

2003-11-11 Thread Ingo Hohmann
Hi MAx, AFAK standard Rebol is not able to do this, but you can get my http://www.h-o-h.org/mail-patches-255.r which adds the ability to send [Ingo Hohmann [EMAIL PROTECTED] {mailtext} furthermore your username (from set-user-name) is added to the From: header. Kind regards, Ingo

[REBOL] Re: Looking over the horizon - Rebol 3

2003-11-10 Thread Ingo Hohmann
! unset! error! datatype! context! native! action! routine! op! function! object! struct! library! port! any-type! any-word!... a: 2 == 2 set 'b hi == hi c: func[][print 'done] query system/words == [c a b] Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: Hitting the learning curve

2003-11-06 Thread Ingo Hohmann
... it rarely took more than a day, and sometimes those where hard questions... Me too! Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: lost the case ...

2003-11-04 Thread Ingo Hohmann
Hi Will, Will Arp wrote: Hi Pekr, On 4-nov-03, at 00:34, Petr Krenzelok wrote: ... Now read those and look into the dates: November 2002: Monthly State of the REBOLion updates - Starting as of this message we remember being very happy about that, how many month did it go? Well, it

[REBOL] Re: Gregg's Article in OnLamp

2003-11-04 Thread Ingo Hohmann
Hi Andrew, A J Martin wrote: rebOldes wrote: YES... I would appreciate it as well.. and #, character as a word as well so I could use it in my dialect. It would be good to send it to the feedback again. And what would you use comma (,) for? For not having this error? a: [ eggs,

[REBOL] Re: reduce/deep

2003-10-21 Thread Ingo Hohmann
blocks are not the same ... append d 1 == [[a 1 b 2] [a 1 b 2] 1] e == [[a 1 b 2] [a 1 b 2]] on the other hand ... same? d/1 e/1 == true append d/1 1 == [a 1 b 2 1] d == [[a 1 b 2 1] [a 1 b 2] 1] e == [[a 1 b 2 1] [a 1 b 2]] Kind regards, Ingo -- To unsubscribe from this list

[REBOL] Re: Cunning use of [], () {} in R# and in future? Rebol versions?

2003-10-19 Thread Ingo Hohmann
to look picky but a: 1 b: 5 excerpt b [a to b] ... It's no problem to write the dialect to understand this (at least, once you understand how the 'layout dialect works (which, incidentally, I don't)). Any takers? Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED

[REBOL] Re: paths lookups change

2003-10-18 Thread Ingo Hohmann
test key pos/2 + 1 == [] test == [Bug Report 2] Though I'm sure, someone will come up with a better idea ... How can I do such a thing? Using to-set-path? I tried but failed. Robert I wouldn't know how to do it, either, anyone else? Kind regards, Ingo -- To unsubscribe from this list

[REBOL] Re: [View] dirty?

2003-10-18 Thread Ingo Hohmann
point of exit. It had been so nice, if the dirty flag would have been accurate, and promoted through the hierarchy - a face get dirty, whenever one of its subfaces gets dirty, if a parent face gets the dirty bit cleared, all subfaces get it cleared, too. Kind regards, Ingo -- To unsubscribe

[REBOL] Re: Liquid Project : connection with datas...

2003-10-17 Thread Ingo Hohmann
that helps ;-) Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Newbie: need help with COMPOSE

2003-10-13 Thread Ingo Hohmann
Hi Arie, this doesn't look like the most elegant way to do it to me, but it works ... ;--- start script --- [REBOL [] ; ; This function extends a 2nd level object with a function ; add-affix-func: func [ /local fxn don't know, wether you need fxname to be a string ... ] [ fxn:

[REBOL] Re: Bad accent causes problem

2003-10-13 Thread Ingo Hohmann
Hi Carlos, Carlos Lorenz wrote: Ingo other hand, german special characters öäü, which are on their special keys work fine. ... you mean german special characters work fine in REBOL/View? Carlos Yup, I can type german special characters (which have there own keys), but no other accented

[REBOL] Re: Distribution

2003-10-13 Thread Ingo Hohmann
. Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Storing a logical condition

2003-10-13 Thread Ingo Hohmann
Hi Tim and Tom, Tom Conlin wrote: either do reduce b [][] or first reduce b [][] Which is faster, around 2 tenths of a second in 100 iterations. (Even _if_ you care, you possibly won't care _that_ much ;-) Kind regards, Ingo On Mon, 13 Oct 2003, Tim Johnson wrote: Hello

[REBOL] Re: Bad accent causes problem

2003-10-12 Thread Ingo Hohmann
are on their special keys work fine. Don't know if this'll help, though, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: newbie text-list questions

2003-10-11 Thread Ingo Hohmann
] ] Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: So where's the German speaking Rebol list?

2003-10-10 Thread Ingo Hohmann
to get off again. And as noone able to understand english would ever want to leave this list, I figured it wouldn't be too interesting for the lot of you ;-) Kind regards, Ingo Maxim Olivier-Adlhoch wrote: I can understand some written dialects of german if I read it over and over

[REBOL] Re: [Fwd: Accessing a variable's method]

2003-10-10 Thread Ingo Hohmann
!s are not allowed in paths ... however you can do any of the following ... probe l/1/a == 2 probe l/2/a == 3 num: 1 probe l/:num/a == 2 and becoming somewhat esoteric ... probe get in first l 'a == 2 I hope that's enough for now ... Ingo -- To unsubscribe from

[REBOL] [OT] 10 Million dollar DMCA case ....

2003-10-10 Thread Ingo Hohmann
dollar case. The published means to bypass copy protection: hold down the shift key when putting the disc into the drive, so that windows autostart is suppressed ... More info, e.g. http://vigilant.tv/article/3362 Kind regards, Ingo -- To unsubscribe from this list, just send an email

[REBOL] Re: Tail end recursion

2003-10-09 Thread Ingo Hohmann
Liste wieder ausgetragen sein. Mit freundlichen Grüßen, Ingo Hohmann -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Parse limitation ?

2003-10-08 Thread Ingo Hohmann
In this example I used the = which is common to both strings, checked whether what I have _before_ this sign is one of the two strings I'm interested in, and then start to copy, or just go thru the = to start again ... I hope that helps, Ingo -- To unsubscribe from this list, just send an email

[REBOL] Re: [newbie] Sending prints to std out

2003-10-08 Thread Ingo Hohmann
Hi Ged, this is a shot into the blue, but try Scite to call Rebol with the -c option. This puts Rebol in cgi mode, in which its output should be sent to standard-out. I hope that helps, Ingo Ged Byrne wrote: Scite is my text editor of choice, which has an execution option that captures

[REBOL] Re: Another newbie VID question

2003-10-06 Thread Ingo Hohmann
Hi Gabreiele, Gabriele Santilli wrote: Hi Ingo, On Saturday, October 4, 2003, 9:55:53 PM, you wrote: IH This is the answer ... Shoulda have said, this _one_ possible answer ... Actually, he just needs: Toggle 60 Start Stop Which only goes to show, that there's _always_ an easier

[REBOL] Re: url or file ?

2003-10-04 Thread Ingo Hohmann
] == [http://www.rebol.net; index.html] repeat d test [ print [ f dtype? f d ]] http://www.rebol.neturl index.htmlfile Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Another newbie VID question

2003-10-04 Thread Ingo Hohmann
, and dag'n'droppable ;-) , now we just have to toggle the text depending on face/data (this feature of 'pick has been the source of many long and lively discussions, but it makes for nice short code). I hope that helps, Ingo -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: Another newbie VID question

2003-10-04 Thread Ingo Hohmann
Kai Peters wrote: Thanks for your very elaborate help, Ingo. It all makes good sense, yet there still is a problem: When I cut paste your code to my console, the toggle caption does not change on my machine?? Any ideas? After some checks, yes, this has changed between the last official

[REBOL] Re: Rebol parsing 101

2003-10-02 Thread Ingo Hohmann
reached the end, ; and be done opt [copy s2 any non-number (if not none? s2 [append last b s2]) | end] ] ] ; end I hope that gets you going, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: REBOL in XEMACS

2003-10-02 Thread Ingo Hohmann
I have just now downloaded this version and found out that this version doesn't do automatic indentation, so I must be using a different version, it seems. If anyone is interested ... Kind regards, Ingo Ingo Hohmann wrote: Hi Marcelo, Marcelo Fontes Castellani wrote: Someone have

[REBOL] Re: Newbie questions

2003-10-02 Thread Ingo Hohmann
Welcome, Kai, Kai Peters wrote: ... How do I typecast the URL below for use with banner or any other word expecting a string? REBOL [] ftpserver: ftp://server.somedomain.net view layout [ banner to-string ftpserver ] Kind regards, Ingo -- To unsubscribe from this list, just send

[REBOL] Re: Smart Client

2003-10-01 Thread Ingo Hohmann
, a central repositry where you'll be sure to find everything is still missing in the mindset of most Rebolers, though I hope rebol.org will get there. Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: SMTP Server

2003-10-01 Thread Ingo Hohmann
not implemented behaviour, but it should get you going). I hoppe that helps, Ingo P.S. soon to be found on www.rebol.org the world famous Rebol library server! -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: REBOL in XEMACS

2003-10-01 Thread Ingo Hohmann
Hi Marcelo, Marcelo Fontes Castellani wrote: Someone have an mode REBOL to XEMACS to share with me ? Have a look at this ;-) http://www.rebol.com/tools/rebol.el Should work in both Emacses, IIRC. Hope that helps, Ingo -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: REBOL for business apps?

2003-09-28 Thread Ingo Hohmann
, but you are free to do it ;-) Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Error, bug or mis-use on my part?

2003-09-24 Thread Ingo Hohmann
(at least on your sample data and /Core 2.5.6.4.2 ). checksum trim/lines mold objA == 2341746 (I tried mold/flat first, but this gives inconsistent behaviour like plain mold.) Kind regards, Ingo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: cyclic values

2002-09-29 Thread Ingo Hohmann
regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Dialects (any plan is better than no plan) - Baneor Blessing?

2002-09-28 Thread Ingo Hohmann
system, it will be hard to handle library. Or, we should decide to use one of the many module handlers floating around (or create one), and decide that this one will have to be used by all library scripts. Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL

[REBOL] Re: Wanted: a Libmaster - no pay, but glory

2002-09-28 Thread Ingo Hohmann
to ask again, filter the answers, and send them on to you to decide. And if there's noone appropriate to be found: I don't have much time, don't feel fluent in Rebol, but would like to grow into the position. Kind regards, Ingo Am Son, 2002-09-15 um 00.28 schrieb Carl at REBOL: Wanted: We

[REBOL] Re: Parsing comment

2002-09-23 Thread Ingo Hohmann
visual feedback, but you aren't forced to use the parentheses, so most people don't most of the time, except when the expression becomes too complicated. I hope that sheds a little light on the subject. Kind regards, Ingo Am Mon, 2002-09-23 um 06.03 schrieb Jason Cunliffe: Today I read a comment

[REBOL] Re: radio button

2002-09-21 Thread Ingo Hohmann
| to end ] ] ] view layout lay ] ; -- rebol file ends -- I hope this will guide you on your way ... Ingo Am Sam, 2002-09-21 um 11.50 schrieb Nicolas Maillard: HI, i'am trying to explain beter =) i generate a script in dyn

[REBOL] Re: Rebol Memory Allocation Strategy?

2002-09-21 Thread Ingo Hohmann
over function invocation. Of course the first usage of the func might be slow, because 'str would have to slowly grow, while being appended to. _or_ you use the ideas someone else woll surely come up with. Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL

[REBOL] Re: Re : Rebol language aliasing == was {Re: FORUM REBOL}

2002-09-21 Thread Ingo Hohmann
] Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Trimming values from a series?

2002-07-25 Thread Ingo Hohmann
may be right. Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Creating unique ID's?

2002-07-16 Thread Ingo Hohmann
Hi Rebols, I need to create ID's which are unique over even when they are created on different machines, or several poeple on the same machine, etc. Does anyone have a better idea than unique-id: join join system/user/email system/network/host now/precise Thanks in advance Ingo

[REBOL] Re: Evaluating if's

2002-07-02 Thread Ingo Hohmann
.) AND (not none? find pick p 2 htm) [ What you are searching for is 'all, used like this: if all [ (2 = length? p: parse filename .) (not none? find pick p 2 htm) ] [ 'whatever-you-like-to-do-now ] 'all and its companion 'any use short-circuit evalution. Kind regards, Ingo

[REBOL] Re: dirty editor

2002-06-30 Thread Ingo Hohmann
it is really needed. I hope that sheds a little light on that one. Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Limitation coming from the initialize refinement usedwith the Array word

2002-06-27 Thread Ingo Hohmann
== [[30 0]] tab_nbr == [[0 0] [30 0] [0 0]] 'bind has two paramters, the block you want to run in a differrent context than its default, and a word from the context you want it to run in. I hope that helps, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED

[REBOL] Re: Editor

2002-06-25 Thread Ingo Hohmann
put to-string now/date length? to-string now/date ] Now the button works as expected - but only a few times. After 3 to 10 times it doesn't do anything at all. I'm using REBOL/View 1.2.5.4.2 6-May-2002, anyone seeing the same problem? I hope that helps, Ingo -- To unsubscribe from

[REBOL] Re: problems with url...

2002-06-19 Thread Ingo Hohmann
. Server response: HTTP/1.0 404 WWWOFFLE Will Get ** Near: read http://slovnik.nettown.cz/?co=naslepokde=A-%C8 I hope that helps, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Newbie help: Parsing mobile email address

2002-06-11 Thread Ingo Hohmann
for the phone number, at most 8 for the phone number. I hope that helped, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: basics: meaning and uses of make object! vs. context

2002-06-11 Thread Ingo Hohmann
Now answering my own email ... Ingo Hohmann wrote: Ammon Johnson wrote: Use the SOURCE, Luke! The SOURCE will not fail you... ;-) Unless it does, of course ... a: make object! [ blk: [ print HI ] set 'f func [][ do blk ]] f HI source f f: func [][do blk] blk

[REBOL] Re: RFC on support for user-defined types

2002-06-11 Thread Ingo Hohmann
! tests seem to be doable (INARTE and all, af course). Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: basics: meaning and uses of make object! vs. context

2002-06-10 Thread Ingo Hohmann
of a function are hidden in an object!. Especially once you start with /View. That said, 'source is always worth a try. Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: How to check function arguments ?

2002-06-09 Thread Ingo Hohmann
on the subject, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: I need help...

2002-06-07 Thread Ingo Hohmann
Hi Daniel, I know there are at least two, and I know where one of them can be found, namely at: http://www.h-o-h.org/browser.r It's really a text-only browser, in a view layout, but I think you could get some ideas on how to parse. Kind regards, Ingo [EMAIL PROTECTED] wrote: ...to make

[REBOL] Re: Submitted, for your approval.

2002-05-28 Thread Ingo Hohmann
is, that ^ is Rebols escape character: ^/= return ^-= tab ^(41) = ascii character 65 ^^= a literal ^ Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Submitted, for your approval.

2002-05-27 Thread Ingo Hohmann
it, a newline (you could use ^/, too). From the usability view-point: - You should display a list of the symbols on startup. - and an error on less than 5 symbols - help on wrong symbols Kind regards, Ingo Ed Dana wrote: Greetings all, Attached is a small game I created in my continuing

[REBOL] Re: list! bug

2002-05-27 Thread Ingo Hohmann
is created, with an initial size of an-integer. Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: list! bug

2002-05-27 Thread Ingo Hohmann
Thanks Gabriele, I stand corrected ... out to find that thinking brain dog now ;-) Ingo Gabriele Santilli wrote: Hi Ingo, On Monday, May 27, 2002, 4:51:06 PM, you wrote: IH converts the value into the other datatype, but in the special case of IHto-any-series-datatype

[REBOL] Re: adding line hints when building blocks

2002-05-25 Thread Ingo Hohmann
]) ] (print ]) ] ] ] which gives item-1-id [ value 0 mail [EMAIL PROTECTED] ] item-2-id [ value 1 mail [EMAIL PROTECTED] ] I hope that helps, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without

[REBOL] Re: adding line hints when building blocks - P.S.:

2002-05-25 Thread Ingo Hohmann
, e.g. the one in my previous post) to create a pretty printed output. Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: [View] text-list usage as a face

2002-05-24 Thread Ingo Hohmann
Hi Ammon, Ammon Johnson wrote: Hi, Have you tried 'get-style? 'get-style was designed to avoid that problem. No, didn't know about it. But in the end, it's seems to do no more than my select does. HTH Ammon A short time ago, Ingo Hohmann, sent an email stating: Yore joking ain't ya

[REBOL] [View] text-list usage as a face

2002-05-23 Thread Ingo Hohmann
the slider/scroller back? Thanks, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Internationalization appeal

2002-05-23 Thread Ingo Hohmann
to the system/user object, and use this to determine the language settings. I have an experimental implementation to work with different language strings on the reb under h-o-h/core/languages . Maybe something like this should be part of the system, too. Kind regards, Ingo

[REBOL] Re: Database Compactness?

2002-05-22 Thread Ingo Hohmann
in this specific case, though. I hope that helps, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Strange array behavior

2002-05-22 Thread Ingo Hohmann
] [[]] == [[[] []] [[] []] [[] []]] append a/1/2 3 == [3] a == [[[] [3]] [[] []] [[] []]] I hope that helps, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Append lit-path

2002-05-21 Thread Ingo Hohmann
/c == a/b/c append %a/ form 'b/c == %a/b/c Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: File-modes on different platforms

2002-05-19 Thread Ingo Hohmann
21-Jun-2001 date creation-date none date access-date none date modification-date none logic owner-write none logic archived none logic hidden none logic system none Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject

[REBOL] Re: REBOL momentum builds

2002-05-16 Thread Ingo Hohmann
. BTW, are there any docs about the system port? Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Core 2.5.2 - Less aggressive evaluation - howto evaluate?

2002-05-12 Thread Ingo Hohmann
in the next beta Version of Rebol. So the phenomenon may only be seen in the new betas, not on any of the stable versions. Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Core 2.5.2 - Less aggressive evaluation - howto evaluate ?

2002-05-07 Thread Ingo Hohmann
Hi Carl, Rebols, it may be that I don't see the obvious, but given a: context[ b: context[ c: 1]] f: func ['word] [print word] f a/b/c a/b/c what do I have to do to get 'word evaluated? Thanks in advance, Ingo -- To unsubscribe from this list, please send an email to [EMAIL

[REBOL] Re: transferring files

2002-05-07 Thread Ingo Hohmann
... Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Tip for splitting very long string ?

2002-04-16 Thread Ingo Hohmann
. The 'insert is in the first paren!, because otherwise the last charecters would be added if the string does not contain a multiple of num characters. Kind regards, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without

[REBOL] Re: The all function.

2002-04-15 Thread Ingo Hohmann
] bho-5259 ; === ONE KEY, composed of TWO KEYS. make object! [ code: bho chknum: 5259 date: 27-Jul-2001 amount: $100.00 special: $0.00 I hope that helps, Ingo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED

[REBOL] Re: trim/auto doesn't do anything?

2002-04-05 Thread Ingo Hohmann
, the first line could not be trimmed, so nothing changed at all. t: { A^/ B^/ A} ==A^/ B^/ A trim/auto t == A^/ B^/A Kind regards, Ingo Am Fre, 2002-04-05 um 14.12 schrieb Anton: trim/auto AAA^/ BBB^/ CCC^/ DDD == {AAA BBB CCC DDD} I was expecting all

[REBOL] Re: ?unset?

2002-04-03 Thread Ingo Hohmann
that shed a little light on the mistery ... Ingo Am Die, 2002-04-02 um 21.43 schrieb Dr. Louis A. Turk: Hi rebols, I wrote this function to add spaces in the right places to line up columns of text: pad: func [form-length val] [loop form-length - length? to-string val [prin ]] It works

  1   2   3   >