Thank you Gregg for the precision about capturing keystrokes,
and
Thank you Arie for the idea to look at KeyNote, which I did'nt know about.
It looks nice. But just now I am lacking time. NoteReb will stand by for a
while, unless someone else wants to carry on...
Alain.
--
To unsubscribe from
e. insert.
> Maybe a different key combination will be more portable.
>
> Cheers, Jaime
>
> -- The best way to predict the future is to invent it -- Alan Kay
>
> On May 4, 2004, at 3:59 AM, Alain Goyé wrote:
>
> >
> > Thank you!
> >
> > Actually there a
Thank you Maxim, Carl and Christian for all your answers.
You're right Carl that pairs are better seen as numbers.
And they are still are convenient even though they don't have all other
types' features.
I appreciate Christian's code with its nice use of reverse and select (d:
select [x y x] :d)
Whaooo.
Alain.
- Original Message -
From: "rebOldes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 07, 2004 6:39 PM
Subject: [REBOL] ANN: IP-info plugin version
>
> Hello rebol-list,
>
> IP-info version 0.0.2 is now available
> http://oldes.multimedia.cz/rss/buil
; pairs are not numbers, not series, not objects... too bad !
; If we set:
toto: 5x5
; all this (and more...) is wrong!:
set toto/x 3; toto/x is not a word
set 'toto/x 3 ; 'toto/x is not a word
in toto 'x; toto is not an object
change toto 3; toto is
Thank you!
Actually there are still bugs, and I am working to improve it.
Alain.
>
> very neat !
>
> -MAx
> ---
> "You can either be part of the problem or part of the solution, but in the
end, being part of the problem is much more fun."
>
>
> > -----Or
Hi all,
I made this little demo of a tree interface similar to TreePad (TM) - in case it
interests someone:
http://alain.goye.free.fr/rebol/NoteReb.r
Please send me any comments you may have.
Alain G.
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe
Thank you Gregg,
this is my answer !
Alain.
>
> Hi Alain,
>
> AG> I needed something to evaluate a function on ALL elements of a
> AG> block, and keep ALL the results (in a block), so I did these.
> AG> Can this be useful, or is there a better way ? And also better
> AG> names ?
>
> Looks k
[arg1 arg2] [arg1 ** arg2]; is the same as:
allarg [[2 2][2 3][3 2]] [arg/1 ** arg/2]
Alain Goyé.
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
[
ifnone
] [
iffalse
]
]
]
; example:
print trif request "give an answer" ["yes"]["no"]["cancel"]
by the way,
is it good that "not none" equals "true" ?
Alain Goyé.
>
> Oops, should be
10 matches
Mail list logo