chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] Fix for #568


From: Jim Ursetto
Subject: Re: [Chicken-hackers] [PATCH] Fix for #568
Date: Sun, 3 Feb 2013 18:38:10 -0600

Gotcha.  I was using read-char exclusively.
I imagine that read-line should zero out the column, at least.
That shouldn't be hard.

On Feb 3, 2013, at 14:58, Peter Bex <address@hidden> wrote:

> On Sun, Feb 03, 2013 at 02:54:04PM -0600, Jim Ursetto wrote:
>> On Feb 3, 2013, at 2:05 PM, Peter Bex wrote:
>>> Now the million dollar question is why other ports don't seem to be
>>> using this anymore.
>> 
>> They had better be using it, since it is relied on in
>> port-position, which worked when I tried it on a string
>> port and a file port yesterday...
> 
> Only read-char advances both markers consistently.  Try opening a file,
> reading a few characters from it, then reading a line.  The column will
> not be 0.
> 
> Cheers,
> Peter
> -- 
> http://sjamaan.ath.cx
> 
> _______________________________________________
> Chicken-hackers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-hackers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]