Re: Python warnings from lyx2lyx

2003-12-02 Thread Jose' Matos
On Tuesday 02 December 2003 11:40, Michael Schmitt wrote:
> >
> >   True, that is fixed in 1.4 and probably 1.3.4 (if ever) will have the
> > 1.4 lyx2lyx so that will fix the bug in 1.3.x
>
> I don't think it is fixed in 1.4...

  Does this fix it?

Index: lyx2lyx
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/lyx2lyx/lyx2lyx,v
retrieving revision 1.15
diff -u -p -r1.15 lyx2lyx
--- lyx2lyx 13 Oct 2003 09:50:10 -  1.15
+++ lyx2lyx 2 Dec 2003 13:47:37 -
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: iso8859-1 -*-
 # Copyright (C) 2002 José Matos <[EMAIL PROTECTED]>
 #
 # This program is free software; you can redistribute it and/or

> Michael

-- 
José Abílio



Re: Python warnings from lyx2lyx

2003-12-02 Thread Michael Schmitt
On Saturday 29 November 2003 10:04, Ronald Florence wrote:

I am seeing warnings from the lyx2lyx scripts:

[ python error/warning ]
If I understand the web page recommended in the warnings, they want lines
like
# -*- coding: iso-latin-1-unix -*-

inserted at the top of the Python files because of José Matos' name.
  True, that is fixed in 1.4 and probably 1.3.4 (if ever) will have the 1.4 
lyx2lyx so that will fix the bug in 1.3.x
I don't think it is fixed in 1.4...

Michael




Re: Python warnings from lyx2lyx

2003-12-02 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes:

Jose'> On Tuesday 02 December 2003 09:41, Jean-Marc Lasgouttes wrote:
>>  What about submitting patches, then ;)

Jose'>   I will add the missing convertions to 1.4.x and then prepare
Jose'> a patch for 1.3. :-)

Thanks.

JMarc


Re: Python warnings from lyx2lyx

2003-12-02 Thread Jose' Matos
On Tuesday 02 December 2003 09:41, Jean-Marc Lasgouttes wrote:
>
> What about submitting patches, then ;)

  I will add the missing convertions to 1.4.x and then prepare a patch for 
1.3. :-)
> JMarc

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Python warnings from lyx2lyx

2003-12-02 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes:

Jose'> On Saturday 29 November 2003 10:04, Ronald Florence wrote:
>> I am seeing warnings from the lyx2lyx scripts:
>> 
Jose'> [ python error/warning ]
>>  If I understand the web page recommended in the warnings, they
>> want lines like
>> 
>> # -*- coding: iso-latin-1-unix -*-
>> 
>> inserted at the top of the Python files because of José Matos'
>> name.

Jose'>   True, that is fixed in 1.4 and probably 1.3.4 (if ever) will
Jose'> have the 1.4 lyx2lyx so that will fix the bug in 1.3.x

What about submitting patches, then ;)

JMarc



Re: Python warnings from lyx2lyx

2003-12-02 Thread Jose' Matos
On Saturday 29 November 2003 10:04, Ronald Florence wrote:
> I am seeing warnings from the lyx2lyx scripts:
>
[ python error/warning ]
>
> If I understand the web page recommended in the warnings, they want lines
> like
>
> # -*- coding: iso-latin-1-unix -*-
>
> inserted at the top of the Python files because of José Matos' name.

  True, that is fixed in 1.4 and probably 1.3.4 (if ever) will have the 1.4 
lyx2lyx so that will fix the bug in 1.3.x

> This is with LyX/Mac-1.3.3 on MacOS-10.3.1.

  In this case that happens everywhere. :-)
-- 
José Abílio

LyX and docbook, a perfect match. :-)