r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[All] except covered in other channels

Gabriele
18-Feb-2005
[1201x2]
my ex-collegue is using a script i wrote a couple years ago that 
just does some reads every few minutes. it has been working fine 
in the last couple years but now, after some W2K updates, it stops 
being able to access the network after running for a few hours
i don't know the exact error he's getting, not sure it that can help.
Jean-François
18-Feb-2005
[1203]
Hey everyone,

How about a group called "Inspiration" where we could put links to 
things that might serve as inspiration for futur REBOL apps or use... 
such as MoonEdit or Jotspot.etc.
Ammon
18-Feb-2005
[1204]
If you build it they will come
Jean-François
18-Feb-2005
[1205]
I  just saw the "Opportunity" group. Has it been there for a while 
and I never noticed it or did someone just create? It is in fact 
very close to the use I had in mind for a "Inspiration " group...
Graham
18-Feb-2005
[1206]
It's been there for one day
Jean-François
18-Feb-2005
[1207]
Graham, is there somewhere I can see when a group was created?
Graham
18-Feb-2005
[1208]
yes ... by the date of the first post :)
Jean-François
18-Feb-2005
[1209]
ah yes of course...

would you put links to MoonEdit and Jotspot in a "Opportunity" group?
Graham
18-Feb-2005
[1210x2]
Use your judgement ... if it's related to rebol and something totally 
different, no one will mind
*not something totally different
Micha
20-Feb-2005
[1212x3]
probe system/standard/email

make object! [
    To: none
    CC: none
    BCC: none
    From: none
    Reply-To: none
    Date: none
    Subject: none
    Return-Path: none
    Organization: none
    Message-Id: none
    Comment: none
    X-REBOL: ""
    MIME-Version: none
    Content-Type: none
    Content: none
]
ow to remove X- REBOL from emaila
how to remove x - REBOL from emaila
Tomc
20-Feb-2005
[1215]
set system/standard/email  make object![
    To: none
    CC: none
    BCC: none
    From: none
    Reply-To: none
    Date: none
    Subject: none
    Return-Path: none
    Organization: none
    Message-Id: none
    Comment: none
    MIME-Version: none
    Content-Type: none
    Content: none
]
Micha
20-Feb-2005
[1216x2]
ok
plis sample  open , save file dialog ?
Ashley
20-Feb-2005
[1218]
help request-file
Micha
22-Feb-2005
[1219x3]
a: 6
b: func [] []
how do to remove all variables ?
PeterWood
22-Feb-2005
[1222]
Try the unset function  - http://rebol.com/docs/words/wunset.html


Generally, I find the core user guide at http://rebol.com/docs/core23/rebolcore.html
, 

  the function dictionary at http://rebol.com/docs/dictionary.html
  ,

 and the mailiing list archive at http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-index.r

very useful in finding the answers to such questions.
Romano
22-Feb-2005
[1223]
Micha: variables cannot be removed from any context, you can assign 
to them another value, like none! or unset!
[unknown: 9]
22-Feb-2005
[1224]
How many people do we think still using the ML as opposed to here?
Tomc
22-Feb-2005
[1225]
all mac users
[unknown: 9]
22-Feb-2005
[1226]
(good point!)
Tomc
22-Feb-2005
[1227]
new people with no concept of altme
[unknown: 9]
22-Feb-2005
[1228]
Although that could change by using the same avenues the info for 
the ML is given to point ot AltME/Rebol3.
Tomc
22-Feb-2005
[1229]
linux users who fill uo their homes with altme cores every time they 
shutdown ...
[unknown: 9]
22-Feb-2005
[1230]
Please say that again, I think I lost too many letters.
Tomc
22-Feb-2005
[1231x2]
I get a core dump  from rebol/altme every time I shut altme down 
on linux
so I just leave it up and clean out the cores once in a while
[unknown: 9]
22-Feb-2005
[1233]
Ah.
Tomc
22-Feb-2005
[1234]
chances it are it is carls department not safeworlds
[unknown: 9]
22-Feb-2005
[1235]
yes.
Tomc
22-Feb-2005
[1236x3]
but it is another reason not to forsake the mail list
or too strongly promote altme on linux... its great! except for the 
core dump every time you use it
imagine what the /.ers would say
[unknown: 9]
22-Feb-2005
[1239]
I was not implying stop the ML, but there are other ways to handle 
this.  My goal is one source of info, I consider both AltME, Email, 
QTask, and many other things as simply mediums to diliver info.
Tomc
22-Feb-2005
[1240]
I am very much with you there
[unknown: 9]
22-Feb-2005
[1241]
I want them all compatible.
Ammon
22-Feb-2005
[1242]
Tomc, I'm afraid that is a LINUX problem not an RT/SafeWorld problem. 
 The problem with Linux is that its so fragmented it no longer knows 
its head from its tail.
[unknown: 9]
22-Feb-2005
[1243]
You pick the way you want to interact.
Tomc
22-Feb-2005
[1244x2]
a single source would help  fragmentation that has already taken 
its toll in this small community
A: Im sure you are correct
Ammon
22-Feb-2005
[1246]
I'm not trying to justify inconsistancies, just trying to point out 
that even applications that only run on Linux experience a great 
degree of inconsistancy between distros...
[unknown: 9]
22-Feb-2005
[1247]
Exactly, I hate to have information not centralized.  It should be 
intersting to see if we can bring all three of these (to start) together 
(meaning AltME, Email, QTask).  They each do something different. 
 but they should be compatible.  And in this context "Email" realliy 
refers to a relay Server.
Tomc
22-Feb-2005
[1248]
to be a lowest common denominator it would have to be web based text
Ammon
22-Feb-2005
[1249]
Rebol/Services ? ;~>
Tomc
22-Feb-2005
[1250]
theorericaly :^)