• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r4wp

[Ann-Reply] Reply to Announce group

Kaj
20-Feb-2013
[1429x4]
Fossil standardises on UTF-8 and standard line endings in text files. 
I suppose I should not link to single files anymore. From a folder 
in Fossil's web UI, you can at least view those files
To be able to handle such a file on Windows, you should either have 
an auto-converting editor, or convert them yourself. On the other 
hand, REBOL does it automatically
Gerard, which Windows version do you have?
I've tested that the GTK-browser and most other example programs 
work on Windows XP and WINE. So far, the problem seems to be limited 
to Windows 7
sqlab
21-Feb-2013
[1433]
I have the same problems with XP.
The exe does nothing but the url line.

If I try to do or read  the .red from the console-pro, the console 
window closes.
Kaj
21-Feb-2013
[1434x2]
Odd. Can you open the .red files when you copy them to your local 
machine? I haven't been able to test networking on XP yet, but it 
works in WINE
I have found a problem on Windows with reading files with Windows 
newlines, but reading Unix files is fine
sqlab
21-Feb-2013
[1436]
I tried to do that with local .red files.
Kaj
21-Feb-2013
[1437]
The ones on our Redsite? Others are meant for the compiler, not the 
interpreter
Maxim
21-Feb-2013
[1438]
MaxV happy to see you're able to produce those builds.  its an inspiration 
for others to continue to submit and keeps the momentum going :-)
Kaj
21-Feb-2013
[1439]
Are there builds? I only see source
GrahamC
21-Feb-2013
[1440]
make directory
Kaj
21-Feb-2013
[1441]
Oh, Windows only
Andreas
21-Feb-2013
[1442]
(And outdated as well.)
Kaj
21-Feb-2013
[1443]
Yes, they seem to be just Saphirion's builds
sqlab
22-Feb-2013
[1444]
Kai, the behavior that console-pro closes after reading a file is 
still present
Kaj
22-Feb-2013
[1445x3]
Local files?
Which file are you trying?
Do you get any messages?
sqlab
23-Feb-2013
[1448]
Just plain textfiles e.g. there is no message or error.
Endo
23-Feb-2013
[1449]
Android release: That is great Robert!
Ladislav
23-Feb-2013
[1450x3]
To AdrianS: you should have seen that the pull requests to the mainline 
source repository have started
(it is in the "Announce" group as well)
Also, please post related questions here, please, not to the "Announce" 
group
AdrianS
23-Feb-2013
[1453x2]
I have seen that, but what I was asking about is the actual source 
tree that Saphirion is using. I got the impression from Robert, some 
time ago, that it was somehow being 'cleaned up' and would be made 
public in some way.
For example it would be nice to see the actual Android work in progress.
Ladislav
23-Feb-2013
[1455x2]
Yes, that will happen soon, Adreas will probably find some time to 
help with that as well.
err. Andreas
Scot
25-Feb-2013
[1457]
Thank you Robert and Cyphre... Good news indeed.
Cyphre
25-Feb-2013
[1458x2]
You are welcome Scot ;-)
Some more Android port info. Since some people around were asking 
if it will be possible to 'encap' scripts with the Android R3 I've 
spent some time researching/prototyping in this area and I think 
I can now answer this question positively. It surely will be possible 
to make "encapper" for R3 on Android and my current prototype results 
show that we'll be able to do it without the need to install any 
SDK or other bloated instalations. It will be just one good-old "encapper 
exe" that will do the job for you.
Kaj
25-Feb-2013
[1460x3]
Sqlab, I have no problem loading files from the command line into 
console-pro on Windows XP
Are you sure you have downloaded the latest console-pro.exe?
Are you sure you are loading files that can be executed by the Red 
interpreter?
Endo
25-Feb-2013
[1463]
That is a great news Cyphre!
Bo
25-Feb-2013
[1464]
Awesome, Cyphre!
NickA
25-Feb-2013
[1465]
Rock n roll Cyphre
sqlab
26-Feb-2013
[1466]
Kaj, I deleted all files and subvols created by fossil and run download.r 
again.

The probem is not only with executable files, but with all files 
simple as containing just "Hello". 
write %test.txt "Hello" has the same effect.
Kaj
26-Feb-2013
[1467x7]
What problem with executable files do you mean?
What effect with write %test.txt "Hello" do you mean
I really need some more specific information to understand your problem
You haven't answered my question about what text files you use. For 
example, what happens when you do
console-pro test.red
while test.red contains
view ["test"]
Bo
26-Feb-2013
[1474]
From Announce regarding Carl's brief reappearance merging code changes: 
 Yes, the natural division where people are good at something and 
bad at others is usually drawn between dealing with people and dealing 
with everything else.  Delegation is a people task, probably not 
one of his strongest areas.
Arnold
26-Feb-2013
[1475]
He, Carl, is probably busy figuring out how these radio signals go 
from emitting as particle electrons into waves travelling into every 
direction and re-emerging as electrons in radioantennas, without 
referring to "and then the magic happens" kind of reasoning.
And the average hb is particularly excellent in procrastination.
sqlab
27-Feb-2013
[1476]
sorry wrong group
Kaj, 

the problem, that the console window closed, was caused by my wong 
assumption, that the convention for file names is the same as in 
Rebol.
i.e.
read   -> crash
read %test -- > crash
write %test -- > crash
read "test"   --> works
Kaj
27-Feb-2013
[1477x2]
That's why I wanted you to test with known good files :-)
The file! type hasn't been implemented in Red yet