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

World: r3wp

[Linux] group for linux REBOL users

Louis
26-Aug-2008
[2244x2]
Hi Anton! You have a good eye. I'll check that drive C:
I'll let you know what happens, but it will be a few hours. I'm taking 
my wife out to eat to celebrate our 41st wedding anniversary! She 
just let me know she is dressed and ready to go.
Pekr
26-Aug-2008
[2246x3]
I need assistance for my friend who tries to use REBOL on Linux - 
he says, that REBOL can't handle Czech characters - in console, he 
sees various characters like heart pictogram etc. instead of Czech 
chars. I think that Linux version should not have any problem with 
Czech language. Is there any guide how to check what to set on linux 
in order to get proper national character display? (not talking unicode 
here)
the system is Debian kernel 2.6.18, rebview 2.7.6 ....
I found following - http://www.compkarori.com/vanilla/display/AGG
... but strange thing is, that fonts are wrong even in console, not 
in view ...
btiffin
27-Aug-2008
[2249]
What console is he running?  Under Konsole the list of encodings 
is overwhelming.  (From the Settings menu).

If it's xterm, then ... I dunno, but regardless, if it is xterm or 
other, drop a note and we'll track down an appropriate place to tweak 
the default encoding used by his REBOL console (whatever terminal 
he uses) session.


It might be easier (some gui menu), but it could well look something 
like

XTerm*locale: true

XTerm*font:             -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1

in an X config file


From the root text console for REBOL/Core, we'd have to look into 
that as well; been there, kinda done that, too many details, forget 
all details, but keep foggy clue where to start looking ...  :)
Gabriele
27-Aug-2008
[2250]
Petr: "not talking unicode here" - that's where you are wrong. If 
he's not using UTF-8, then he'll have a huge load of problems in 
general. if he's using utf-8... then all should be fine, as long 
as he does not try to display the text in View.
Pekr
27-Aug-2008
[2251]
hmm, I just tried with my old fedora core1, and linux rebol console 
displays czech alphabet correctly, his debian one does not. So imo 
brian is right, it will be kind of improper system setting or so 
...
Louis
28-Aug-2008
[2252]
Anton, drive c: was the problem. Thank you very much!
Anton
28-Aug-2008
[2253]
Welcome, Louis.
Gabriele
28-Aug-2008
[2254x6]
Petr, one test you could do is:
[giesse-:-batou]:~$ hexdump -C
àòèúí

00000000  c3 a0 c3 b2 c3 a8 c3 ba  c3 ad 0a                 |...........|
0000000b
(type the chars you want to see the encoding for, then enter, then 
CTRL-D)
>> c: open/binary/no-wait console:// wait c copy c
== #{C3A0}
>> wait c copy c
== #{C3B2}
(type the char you want to see the encoding for, REBOL will give 
you the binary encoding)
if you get different output from the two tests then something is 
definitely wrong. also, if you're not getting UTF-8 like the above, 
things may get more complicated.
Pekr
28-Aug-2008
[2260]
thanks Gabriele!
shadwolf
29-Aug-2008
[2261x2]
someone on french forum reports that the ctrl key doesn't allow to 
select text in text-list like it does in the windows version
is it a known bug ?
Anton
30-Aug-2008
[2263x2]
Yes, text-list is very underpowered.
Ah wait. No, I can ctrl-click text-list here on Kubuntu 7.10.
shadwolf
30-Aug-2008
[2265]
okay thank you very much  anton ^^
Anton
30-Aug-2008
[2266x2]
Each item is added or removed from the selection as I ctrl+click 
on it..
Ask that person to provide a small code example showing the bug, 
and what platform / Rebol version they are using.
shadwolf
30-Aug-2008
[2268]
wich rebol version do you use the  2.7.6 ?
Anton
30-Aug-2008
[2269x3]
Yes, 2.7.6.4.2
But equally, 1.3.2.4.2 works as well.
view layout [text-list data ["hello" "bonjour"]]
shadwolf
30-Aug-2008
[2272x2]
ok perfect thank you very much anton i trasmited the reply in the 
french forum
that should be some keymaping weird lack of configuration
Pekr
4-Sep-2008
[2274]
Gabriele - something odd is happening on my friend's system. He claims, 
that characters are identical, but once he presses Czech "ì" #{EC), 
it returns 1B1B5BC5A1. The strange thing is, then when he presses 
that char I mentioned, then it influences return values even for 
another chars, e.g. 1B1B5BC4 .... I wonder what is happening here 
....
Gabriele
4-Sep-2008
[2275x3]
C5A1 smells like UTF-8 to me, but what's before that seems an escape 
sequence of some kind.
does he get the same even when using the hexdump command? could it 
be that that character "enables" something? the terminal will process 
the escape sequence but rebol will not.
(i guess we should look up somewhere what kind of sequence is that...)
Oldes
4-Sep-2008
[2278x3]
it's not utf-8, this char is #{C49B} in it
but it smells. as C5A1 is a regular czech "š"
1B1B5B smells like a color:)
Gabriele
5-Sep-2008
[2281]
yes, color or something like that is what i was thinking. maybe some 
kind of "mode". i need to look at some ansi esc sequence docs, i'll 
eventually do that if noone beats me to it.
Alan
14-Sep-2008
[2282]
.
Robert
22-Sep-2008
[2283]
Hi, I have Debian-4 running in a VMWare the only problem is, that 
I'm not able to get the network started. I can't get eth0 up and 
running.
Pekr
22-Sep-2008
[2284x2]
so you use Debian directly? Not Ubuntu server for e.g.? I was thinking 
amongst CentOS (Red Hat), Fedora, Suse and Ubuntu ...
just downloaded vmware ESXi, but dunno how to proceed with it. Need 
to study it a bit more :-)
Robert
22-Sep-2008
[2286x4]
Yes, just plain Debian4. Getting the messages I get.
So, the first strange thing is that I get a: "Bind socket to interface: 
No such device".
And, I get a bunch of "pcie_portdrv_probe ... has invalid IRQ.Check 
vendor BIOS". Whatever this means.
The strange thing is, I think I made a copy of the VM from an other 
one, where the network is working.
Kaj
22-Sep-2008
[2290x2]
Did you check the network settings in the config that VMware associates 
with an image?
There's some voodoo in there that needs to match the guest configuration
Robert
23-Sep-2008
[2292x2]
Yes, it's that same. Really strange.
I might just make a new copy of the running VM ;-)