Re: [fpc-pascal] eof strangeness

2006-05-03 Thread Jonas Maebe


On 3 mei 2006, at 06:37, John Coppens wrote:


I see your reasoning, but I do not understand why eof doesn't return
always. The eof is not a 'wait for eof', but a test. If we're _not_ at
the end of the file, the program should return with false, at least  
how I

understand it.


It is not possible to know whether you are at the end of a file or  
device without (attempting to) read from it (unless you previously  
hit the eof marker).



Jonas
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] OO Delegation

2006-05-03 Thread Cesar Romero

Any updates in Delegation status?
Im porting a delphi app that uses delegation a lot,
is the the dailly dev snapshot news about this?

[]s


Cesar Romero

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] aterm won't run fp

2006-05-03 Thread Micha Nelissen
On Wed, 3 May 2006 01:42:23 -0300
John Coppens [EMAIL PROTECTED] wrote:

 aterm -tn xterm -e fp
 
 Surprisingly 'aterm -tn rxvt -e fp' does not work (but rxvt -e fp does
 work!)

That's a bug in aterm then. Either it should implement all of the rxvt
terminal escapes, or use it's own terminal type.

Micha
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal