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

World: r3wp

[!AltME] Discussion about AltME

RobertS
14-Jan-2011
[5249]
footnote: the Griswold papers on SNOBOL and ICON ended up in the 
library at UMN - his collaborators may never have thought of posterity 
taking an interest.
BrianH
14-Jan-2011
[5250x2]
Only when they're used. Many of the people in the community don't 
really use email anymore (including Carl and me).
I'm not opposed to having the mailing list continue, but really dread 
having to use it, which I will have to if it starts being used.
GrahamC
14-Jan-2011
[5252]
I must be subscribed to over 10 mailing lists
Robert
16-Jan-2011
[5253]
Why are special chars like: ä ö ü ß totally screwed up when posted 
from OSX and read from a Windows version an vice versa? Is there 
a solution to this?
Kaj
16-Jan-2011
[5254]
I think they're each interpreting text according to their own native 
character set. Windows in UTF-16, OS X and Linux probably in UTF-8. 
AltME doesn't compensate
PeterWood
16-Jan-2011
[5255x2]
Yes, AltME simply ignores character encoding.It simply regurgitates 
the text it receives from the client. I believe that REBOL/View uses 
the default codepage under Windows(not utf-16) and MacRoman under 
OS/X. I suspect it uses ISO-8859-1 under Linux but am not sure.
Any solutionw would require changes to AltME.
Ashley
16-Jan-2011
[5257]
From a previous discussion: Whenever I post something from the clipboard 
into AltME I make sure I run the following first:

cb: func [][
    write clipboard:// read clipboard://
]
PeterWood
16-Jan-2011
[5258]
Ashley that overcomes the 'newline" issue with pasting OS X text 
(\n newlines) into AltME which uses MacRoman (\r newlines) but I 
don't think that it overcomes the charcter encoding issues.
Ashley
16-Jan-2011
[5259]
You're right ... just tried it with some quoted text from a Pages 
document:

	ÒQuotes are the main culpritÓ
PeterWood
16-Jan-2011
[5260]
Most of accented characters are affected - it makes the messages 
in FRANCE unreadable.
Maxim
16-Jan-2011
[5261]
I don't have trouble with accents in  Altme... its more the germanic/scandinavian 
chars which skrew up.
PeterWood
16-Jan-2011
[5262x2]
That's probably because you're using Windows and the people who wrote 
the messages are also using Windows.
Try these 
a acute ˆ
e grave Ž
c circumflex 
Maxim
16-Jan-2011
[5264]
ah yes.. its not just region its also the os that's the problem.
PeterWood
16-Jan-2011
[5265]
It's not really a problem if you remember that AttME is designed 
to support 7-bit ASCII across operating systems.


It's just these users that wan't to write some fancy characters ;-)
Maxim
16-Jan-2011
[5266]
yeah damn frenchies  ;-)
PeterWood
16-Jan-2011
[5267]
In fact AltME works pretty well for WIndows users as long as they 
stick to Windows Codepage 1252.
Maxim
1-Feb-2011
[5268x2]
I've finally broken the secret of how to get reliable message copying 
to clipboard from altme !!!!
just make sure to click in the message posting text area before right 
clicking on the post you want to copy !
GrahamC
2-Feb-2011
[5270]
interesting ..!
Maxim
2-Feb-2011
[5271x2]
in the last year, I've been noticing that the message copying worked 
somehow and there was a pattern... I just coudn't figure it out.
then, today I did 11 copy/pastes in a row and was typing at the same 
time (and they all worked!)...

that's when I realized that going from typing to copying was the 
secret!
Kaj
2-Feb-2011
[5273]
Is that on Windows? I've been reporting the procedure for Linux here 
for years
Maxim
2-Feb-2011
[5274]
yep on windows.  strange, maybe I just forgot or didn't notice your 
post(s) about it.
Kaj
2-Feb-2011
[5275]
I didn't know it was that problematic on Windows as well - or maybe 
I also forgot :-)
BrianH
11-Feb-2011
[5276x2]
Public group request (probably not web-public yet): WebOS
Description: Development for WebOS with REBOL
Similar to the Android group.
Ladislav
25-Feb-2011
[5278]
Reposting Robert's request: How about creating an RMA group?
Sunanda
25-Feb-2011
[5279]
Done!
Ladislav
25-Feb-2011
[5280]
Thanks, Sunanda.
Robking
28-Feb-2011
[5281x2]
Hi everyone. For the record, logging into REBOL-gate as guest/guest 
doesn't work.
Ends up giving an incorrect password error.
Kaj
28-Feb-2011
[5283]
Welcome, Rob
Sunanda
28-Feb-2011
[5284]
Thanks Rob.
I've fixed that.....Next step is to find out what broke it :)
Sunanda
12-Mar-2011
[5285x2]
The SQLite group is broken ... I suspect a corrupt file on the server.
Symptoms: if you've recently re-installed AltME, then the program 
runs continuously, endlessly resyncing that group.


This happened before, and the workaround was to copy over a good 
copy of the 439.set file (thanks to Peter Wood for the good copy). 
But that no longer seems to work.


I am going to delete the group and set up a new one with the same 
name. The archive  of past postings will remain available here:
    http://www.rebol.org/aga-display-posts.r?post=r3wp439x1
Janko
15-Mar-2011
[5287]
Is anyone using AltMe from linux (like a recent Ubuntu)? I moved 
to linux for 90% of things but I can't run altme there, and rebol 
view crashes also. I didn't look into depth of why..
jocko
15-Mar-2011
[5288]
works here with ubuntu 10.10
Kaj
15-Mar-2011
[5289x4]
Been using the Linux versions as much as possible (which isn't always 
the case) since they exist
It works fairly well on recent Ubuntu, although the fonts are better 
on some other distros
File sharing still suffers greatly from the daylight savings bug, 
though
To work around that, you can run AltME on WINE, although that is 
slower
Andreas
15-Mar-2011
[5293]
altme 1.2.25 works ok with debian 6 and ubuntu 10.10 for me. fonts 
are so-so, but at least usable
Izkata
15-Mar-2011
[5294x3]
Been using it on Ubuntu 8.04 and now 10.04 (AltMe versions 1.1.29 
and currently 1.2.21)
I had to install libstdc++5_3.3.6-18_i386.deb for rebol to work
(At least, I think it was that one.  I still have it sitting in my 
home directory)
Kaj
15-Mar-2011
[5297]
That was for the ancient 1.1.29
Oldes
16-Mar-2011
[5298]
The font issue could be fixed easily if AltME would allow to specify 
font name or path to font in its settings.