Search the web
Sign In
New User? Sign Up
win32forth
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5451 - 5480 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5451
... slightly ... with ... for ... big ... I like the idea of using EDI instead of EDX for the user area. EAX as TOS is a slightly bigger change. You should...
Alex McDonald
alextangent
Offline Send Email
Jan 1, 2004
2:37 pm
5452
I'm glad the old libs folder was still there. I need my old PNG converter and some other stuff. I got linux installed. But it didn't like the boot loader on...
rainbowsally2001
rainbowsally...
Offline Send Email
Jan 1, 2004
8:56 pm
5453
... Also, as Jim noted some time back, EAX would have to be juggled more, actually, in Windows calls too. EAX for TOS would make us a little more C compatible...
rainbowsally2001
rainbowsally...
Offline Send Email
Jan 1, 2004
8:59 pm
5454
Hi, It is good that you are here for the stat of the year. I wonder if you use or know about vim? I am researching folding editors for use with documenting...
John A. Peters
japeters1939
Online Now Send Email
Jan 1, 2004
9:03 pm
5455
Extras\args.f; locals support; has been in the kernel for some time Extras\clasdbg.f; missing files testdlg.h and .res Extras\dlgtest.f; appears to be a test...
Alex McDonald
alextangent
Offline Send Email
Jan 2, 2004
12:22 am
5456
Alex I believe you use vim as your editor. Is there a forth syntax script? Can you help me configure vim with set foldmethod=indent or some other way to fold...
John A. Peters
japeters1939
Online Now Send Email
Jan 2, 2004
12:57 am
5457
... That's me, I think. ... Yes, there is. ... other way ... the Forth ... Well; if you do manual folding, you should be able to set exactly what you want....
ronaharon
Offline Send Email
Jan 2, 2004
3:05 am
5458
... From: "Alex McDonald" <alex@...> To: <win32forth@yahoogroups.com> Sent: Thursday, January 01, 2004 4:25 PM Subject: [win32forth] Obsoleted files in...
John A. Peters
japeters1939
Online Now Send Email
Jan 2, 2004
4:36 am
5459
... From: "ronaharon" <ron.aaron@...> To: <win32forth@yahoogroups.com> Sent: Thursday, January 01, 2004 7:05 PM Subject: [win32forth] Re: a vim and forth...
John A. Peters
japeters1939
Online Now Send Email
Jan 2, 2004
4:40 am
5460
... From: "ronaharon" <ron.aaron@...> To: <win32forth@yahoogroups.com> Sent: Thursday, January 01, 2004 7:05 PM Subject: [win32forth] Re: a vim and forth...
John A. Peters
japeters1939
Online Now Send Email
Jan 2, 2004
8:26 am
5461
... I'll take a look at this. by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jan 2, 2004
8:44 am
5462
No, Ron does... ... From: John A. Peters [mailto:japeters@...] Sent: 02 January 2004 00:52 To: win32forth@yahoogroups.com Subject: [win32forth] a vim...
Alex McDonald
alextangent
Offline Send Email
Jan 2, 2004
1:12 pm
5463
This word is from wined.f line 9,546 Use Ctrl+enter to go there. Any one care to help me document? It is just an experiment on how we could work as a group. ...
John A. Peters
japeters1939
Online Now Send Email
Jan 2, 2004
4:32 pm
5464
... Ah. I don't use that script. Personally, I find automatic folding a bit of a pain. Using 'plain vim', e.g. not that script, you can do something like ......
ronaharon
Offline Send Email
Jan 2, 2004
5:02 pm
5465
... What is 'colons-only', and what are you trying to do? There might be a much easier way to accomplish the task....
ronaharon
Offline Send Email
Jan 2, 2004
5:03 pm
5466
... calculate cursor position from actual position of the mouse-cursor ... by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jan 2, 2004
5:16 pm
5467
Has any one kept track of a stack comment checker? JP...
John A. Peters
japeters1939
Online Now Send Email
Jan 2, 2004
5:16 pm
5468
This is about all I find by googling JP ... MPE put out a call for quotation in 1994 for a checker called Flint. I'll put the draft specification on the...
John A. Peters
japeters1939
Online Now Send Email
Jan 2, 2004
5:18 pm
5469
John XREF.F -- can you provide me with a copy (email directly if you wish) and I'll add to the source tree. -- Regards Alex McDonald ==snipped...
Alex McDonald
alextangent
Offline Send Email
Jan 2, 2004
7:24 pm
5470
W32F'ers EDI now points to the USER area, and EDX is free. I've made no attempt to remove yet any of the saves of EDX used in many words; that will come over ...
Alex McDonald
alextangent
Offline Send Email
Jan 2, 2004
7:59 pm
5471
Hi Dirk, CVS check in 269, I get this EXCEPTION 0xC0000005 ACCESS_VIOLATION Version: 6.09.02 Registers: Eax: 00404288 Ebx: TOS 0044A5F8 top of...
Andrew Stephenson
andstep4
Offline Send Email
Jan 3, 2004
11:27 am
5472
... Hi Alex, since I didn't change anything for some time now, I think this one is for you. by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jan 3, 2004
11:42 am
5473
... Sorry, I fixed it? I removed [edi] from code nadr@ in STRUCT.F line 31 and from code FRESULT in OPENGL.F line 186 and from cfa-code BEGIN-TASK in TASK.F...
Andrew Stephenson
andstep4
Offline Send Email
Jan 3, 2004
12:14 pm
5474
... I think that it is almost impossible to keep these programs running in the way Win32Forth is developing. It is quite a daring way, which have too many...
Jos van de Ven
josven2001
Offline Send Email
Jan 3, 2004
12:20 pm
5475
... Hi Alex, sorry but I don't like this. The changeing of the registers can brake lot of existing code. I think the new problem's with Jos chess and 4thcolock...
Dirk Busch
dirkbuschde
Offline Send Email
Jan 3, 2004
12:37 pm
5476
re: installers 1. For folks out grabbing a bunch of downloads all at once, it's hard to tell what 6.08.exe might be. We should keep the Win32For prefix for ...
rainbowsally
rainbowsally...
Offline Send Email
Jan 3, 2004
2:24 pm
5477
Hyper may still need the following mod in order to allow hyperlinking on backslashed words like \n->crlf. ... \ found in hyper.f for wined.exe ... ...
rainbowsally
rainbowsally...
Offline Send Email
Jan 3, 2004
2:52 pm
5478
We need a word that will tell us if a file is loaded when we pass it a string or a counted string. "loaded? used to perform this function but it has been...
rainbowsally
rainbowsally...
Offline Send Email
Jan 3, 2004
4:02 pm
5479
... No The problem is there hasn't been any time for code to be changed. Since V6.08 is the current production release people will still be writng code using...
George Hubert
georgeahubert
Offline Send Email
Jan 3, 2004
4:10 pm
5480
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the win32forth group. File :...
win32forth@yahoogroup...
Send Email
Jan 3, 2004
5:28 pm
Messages 5451 - 5480 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help