Am 29.05.2006 um 16:49 schrieb David Shaffer:
> stéphane ducasse wrote:
>
>> The block character now may simply means that you have a method with
>> invisible character.
>> It happens. But this will not prevent the method to run (at least in
>> the case I encountered).
>>
>> Stef
>>
> I see. Then perhaps this should be a bug report? Attached is one of
> many examples.
Looks like the Chronology package has CRLF line endings. What you see
as a block character is the linefeed (LF) character following the
carriage return (CR) character causing the jump to the next line.
- Bert -