Except that now I am getting structure comments appearing in my
tangled code even with the @silent directive before my @root directive

eg: I now see amongst my tangled code

# << Rebol Header >> (1 of 3)

I didn't see this with 4.5.1 final which is what I have been using.

On Wed, Jun 24, 2009 at 9:37 AM, Graham Chiu<compkar...@gmail.com> wrote:
> Thanks ... both Qt and tangling are now working.
>
> On Wed, Jun 24, 2009 at 1:06 AM, Edward K. Ream<edream...@gmail.com> wrote:
>>
>>
>> On Mon, Jun 22, 2009 at 4:02 PM, Graham Chiu <compkar...@gmail.com> wrote:
>>>
>>> Oh yeah .... still won't tangle for me.
>>
>> Fixed on the trunk at rev 2083.
>>
>> My apologies for letting this bug go for so long.  Somehow it slipped
>> through the cracks.
>>
>> The fix is apparent from the traceback:
>>
>>> File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 3393, in standardize_name
>>>    name = name.lower().name.replace('\t',' ').replace('  ',' ')
>>
>> Change this line to:
>>
>>     name = name.lower().replace('\t',' ').replace('  ',' ')
>
> --
> Graham Chiu
>



-- 
Graham Chiu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-editor@googlegroups.com
To unsubscribe from this group, send email to 
leo-editor+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to