Re: Shell script reLyX relicts

2006-08-13 Thread Georg Baum
Am Samstag, 12. August 2006 22:32 schrieb Jean-Marc Lasgouttes:
  Michael == Michael Gerz [EMAIL PROTECTED] writes:
 
 Michael 4. lyx-1.4.X/lib/syntax.default: We have a lot of references
 Michael to reLyX in this file. What shall we do with them?
 
 You could change them to references to tex2lyx.

Not without checking please. For example, some of the comments of the form

%reLyX will get confused if \end is found in this file!

should be changed to

%hardcoded in tex2lyx

I personally don't care too much about these comments, but if they are 
changed then they should be correct.

 Michael 6. lyx-1.4.X/lib/configure.py: We check for noweb2lyx which
 Michael is supposed to be in path ./reLyX but I can't find such a
 Michael file. Is this yet another relict that we can ditch?
 
 This is related to http://bugzilla.lyx.org/show_bug.cgi?id=2289
 
 We have code to replace noweb2lyx, but Kayvan never told us whether it
 works... I suggest that we just include it.

I will do that.


Georg



Re: Shell script reLyX relicts

2006-08-13 Thread Michael Gerz

Georg Baum wrote:


Michael 4. lyx-1.4.X/lib/syntax.default: We have a lot of references
Michael to reLyX in this file. What shall we do with them?

You could change them to references to tex2lyx.
   


Not without checking please. For example, some of the comments of the form

%reLyX will get confused if \end is found in this file!

should be changed to

%hardcoded in tex2lyx

I personally don't care too much about these comments, but if they are 
changed then they should be correct.
 


That was also my feeling. I have added a bugzilla report:

http://bugzilla.lyx.org/show_bug.cgi?id=2769


Michael


Re: Shell script reLyX relicts

2006-08-13 Thread Michael Gerz

Joost Verburg wrote:

Go ahead and remove development/Win32/fakeconfig as well as all files 
in the main development/Win32 directory. Only the directories 
packaging and patches should stay.


Ok, I removed all files in trunk and 1.4.X branch.

 [EMAIL PROTECTED]:~/lyx-1.4.X/development/Win32 ls -l
 insgesamt 0
 drwxr-xr-x  6 software users 184 2006-08-12 19:12 packaging
 drwxr-xr-x  3 software users 264 2006-08-12 19:12 patches

 [EMAIL PROTECTED]:~/lyx-trunk/development/Win32 ls -l
 insgesamt 8
 -rw-r--r--  1 software users 5074 2006-08-12 21:54 hidecmd.c
 drwxr-xr-x  6 software users  280 2006-08-12 21:54 packaging

There is one file in the trunk (hidecmd.c) which has been added
recently. I kept it in the repository.

Joost, after updating the installer to 1.4.3, we should also sync with
trunk! (Typically, trunk comes first but this is a special situation)

Please let me know if there are any other files that may be deleted/updated.

Michael



Re: Shell script reLyX relicts

2006-08-13 Thread Joost Verburg

Michael Gerz wrote:

Joost, after updating the installer to 1.4.3, we should also sync with
trunk! (Typically, trunk comes first but this is a special situation)


I know. When everything is ready for 1.4.3 / MiKTeX 2.5 and Uwe has made 
his updates, it will go to the trunk.


Joost


Re: Shell script & reLyX relicts

2006-08-13 Thread Georg Baum
Am Samstag, 12. August 2006 22:32 schrieb Jean-Marc Lasgouttes:
> > "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
> 
> Michael> 4. lyx-1.4.X/lib/syntax.default: We have a lot of references
> Michael> to reLyX in this file. What shall we do with them?
> 
> You could change them to references to tex2lyx.

Not without checking please. For example, some of the comments of the form

%reLyX will get confused if \end is found in this file!

should be changed to

%hardcoded in tex2lyx

I personally don't care too much about these comments, but if they are 
changed then they should be correct.

> Michael> 6. lyx-1.4.X/lib/configure.py: We check for "noweb2lyx" which
> Michael> is supposed to be in path ./reLyX but I can't find such a
> Michael> file. Is this yet another relict that we can ditch?
> 
> This is related to http://bugzilla.lyx.org/show_bug.cgi?id=2289
> 
> We have code to replace noweb2lyx, but Kayvan never told us whether it
> works... I suggest that we just include it.

I will do that.


Georg



Re: Shell script & reLyX relicts

2006-08-13 Thread Michael Gerz

Georg Baum wrote:


Michael> 4. lyx-1.4.X/lib/syntax.default: We have a lot of references
Michael> to reLyX in this file. What shall we do with them?

You could change them to references to tex2lyx.
   


Not without checking please. For example, some of the comments of the form

%reLyX will get confused if \end is found in this file!

should be changed to

%hardcoded in tex2lyx

I personally don't care too much about these comments, but if they are 
changed then they should be correct.
 


That was also my feeling. I have added a bugzilla report:

http://bugzilla.lyx.org/show_bug.cgi?id=2769


Michael


Re: Shell script & reLyX relicts

2006-08-13 Thread Michael Gerz

Joost Verburg wrote:

Go ahead and remove development/Win32/fakeconfig as well as all files 
in the main development/Win32 directory. Only the directories 
packaging and patches should stay.


Ok, I removed all files in trunk and 1.4.X branch.

 [EMAIL PROTECTED]:~/lyx-1.4.X/development/Win32> ls -l
 insgesamt 0
 drwxr-xr-x  6 software users 184 2006-08-12 19:12 packaging
 drwxr-xr-x  3 software users 264 2006-08-12 19:12 patches

 [EMAIL PROTECTED]:~/lyx-trunk/development/Win32> ls -l
 insgesamt 8
 -rw-r--r--  1 software users 5074 2006-08-12 21:54 hidecmd.c
 drwxr-xr-x  6 software users  280 2006-08-12 21:54 packaging

There is one file in the trunk (hidecmd.c) which has been added
recently. I kept it in the repository.

Joost, after updating the installer to 1.4.3, we should also sync with
trunk! (Typically, trunk comes first but this is a special situation)

Please let me know if there are any other files that may be deleted/updated.

Michael



Re: Shell script & reLyX relicts

2006-08-13 Thread Joost Verburg

Michael Gerz wrote:

Joost, after updating the installer to 1.4.3, we should also sync with
trunk! (Typically, trunk comes first but this is a special situation)


I know. When everything is ready for 1.4.3 / MiKTeX 2.5 and Uwe has made 
his updates, it will go to the trunk.


Joost


Shell script reLyX relicts

2006-08-12 Thread Michael Gerz

Jean-Marc, Joost, Georg:

when doing a grep over the 1.4.X branch, I noticed a couple of 
relicts/problems:


1. src/lyxrc.C: We refer to a script called makeindex.sh? Where does 
it come from? On my machine, makeindex is a binary.


2. development/Win32/fakeconfig/lyxrc.defaults: This file refers to some 
shell scripts as well as to reLyX. Joost, do we still need the files in 
fakeconfig for the 1.4.X installer? Otherwise, I would like to remove 
the complete directory.


3. development/tools/makeLyXsigc.sh: This file looks obsolete. The same 
holds for development/tools/mkdoclinks.sh,  
development/tools/README.bin.example, and development/tools/scgen.pl. 
Shall we remove them?


4. lyx-1.4.X/lib/syntax.default: We have a lot of references to reLyX in 
this file. What shall we do with them?


5. lyx-1.4.X/src/tex2lyx/tex2lyx.man: Also contains some references to 
reLyX.


6. lyx-1.4.X/lib/configure.py: We check for noweb2lyx which is 
supposed to be in path ./reLyX but I can't find such a file. Is this yet 
another relict that we can ditch?


Please tell me what to do on the 1.4 side. I will fix the trunk at the 
same time.


Have a nice weekend,

Michael



Re: Shell script reLyX relicts

2006-08-12 Thread Joost Verburg

Michael Gerz wrote:
2. development/Win32/fakeconfig/lyxrc.defaults: This file refers to some 
shell scripts as well as to reLyX. Joost, do we still need the files in 
fakeconfig for the 1.4.X installer? Otherwise, I would like to remove 
the complete directory.


All these things related to the old and broken MSVC files should be 
removed from branch and trunk. Jean-Marc already agreed with that.


Go ahead and remove development/Win32/fakeconfig as well as all files in 
the main development/Win32 directory. Only the directories packaging and 
patches should stay.


Joost


Re: Shell script reLyX relicts

2006-08-12 Thread Jean-Marc Lasgouttes
 Joost == Joost Verburg [EMAIL PROTECTED] writes:

Joost All these things related to the old and broken MSVC files
Joost should be removed from branch and trunk. Jean-Marc already
Joost agreed with that.

Joost Go ahead and remove development/Win32/fakeconfig as well as all
Joost files in the main development/Win32 directory. Only the
Joost directories packaging and patches should stay.

You can also remove the lyxsocket/ directory.

JMarc


Re: Shell script reLyX relicts

2006-08-12 Thread Jean-Marc Lasgouttes
 Michael == Michael Gerz [EMAIL PROTECTED] writes:

Michael Jean-Marc, Joost, Georg: when doing a grep over the 1.4.X
Michael branch, I noticed a couple of relicts/problems:

Michael 1. src/lyxrc.C: We refer to a script called makeindex.sh?
Michael Where does it come from? On my machine, makeindex is a
Michael binary.

As I read it, it seems to be part of xindy.

Michael 2. development/Win32/fakeconfig/lyxrc.defaults: This file
Michael refers to some shell scripts as well as to reLyX. Joost, do
Michael we still need the files in fakeconfig for the 1.4.X
Michael installer? Otherwise, I would like to remove the complete
Michael directory.

remove, as Joost said.

Michael 3. development/tools/makeLyXsigc.sh: This file looks
Michael obsolete. The same holds for development/tools/mkdoclinks.sh,
Michael development/tools/README.bin.example, and
Michael development/tools/scgen.pl. Shall we remove them?

Keep README.bin.example for now, since it is used by the 'bindist'
make target. However, I think we should kill this target.

Michael 4. lyx-1.4.X/lib/syntax.default: We have a lot of references
Michael to reLyX in this file. What shall we do with them?

You could change them to references to tex2lyx.

Michael 5. lyx-1.4.X/src/tex2lyx/tex2lyx.man: Also contains some
Michael references to reLyX.

Should be completely rewritten, actually.

Michael 6. lyx-1.4.X/lib/configure.py: We check for noweb2lyx which
Michael is supposed to be in path ./reLyX but I can't find such a
Michael file. Is this yet another relict that we can ditch?

This is related to http://bugzilla.lyx.org/show_bug.cgi?id=2289

We have code to replace noweb2lyx, but Kayvan never told us whether it
works... I suggest that we just include it.

Michael Please tell me what to do on the 1.4 side. I will fix the
Michael trunk at the same time.

I think we can do the cleanup in both trees.

JMarc


Re: Shell script reLyX relicts

2006-08-12 Thread Michael Gerz

Jean-Marc Lasgouttes wrote:


You can also remove the lyxsocket/ directory.
 


I removed it...

Michael



Shell script & reLyX relicts

2006-08-12 Thread Michael Gerz

Jean-Marc, Joost, Georg:

when doing a grep over the 1.4.X branch, I noticed a couple of 
relicts/problems:


1. src/lyxrc.C: We refer to a script called "makeindex.sh"? Where does 
it come from? On my machine, "makeindex" is a binary.


2. development/Win32/fakeconfig/lyxrc.defaults: This file refers to some 
shell scripts as well as to reLyX. Joost, do we still need the files in 
fakeconfig for the 1.4.X installer? Otherwise, I would like to remove 
the complete directory.


3. development/tools/makeLyXsigc.sh: This file looks obsolete. The same 
holds for development/tools/mkdoclinks.sh,  
development/tools/README.bin.example, and development/tools/scgen.pl. 
Shall we remove them?


4. lyx-1.4.X/lib/syntax.default: We have a lot of references to reLyX in 
this file. What shall we do with them?


5. lyx-1.4.X/src/tex2lyx/tex2lyx.man: Also contains some references to 
reLyX.


6. lyx-1.4.X/lib/configure.py: We check for "noweb2lyx" which is 
supposed to be in path ./reLyX but I can't find such a file. Is this yet 
another relict that we can ditch?


Please tell me what to do on the 1.4 side. I will fix the trunk at the 
same time.


Have a nice weekend,

Michael



Re: Shell script & reLyX relicts

2006-08-12 Thread Joost Verburg

Michael Gerz wrote:
2. development/Win32/fakeconfig/lyxrc.defaults: This file refers to some 
shell scripts as well as to reLyX. Joost, do we still need the files in 
fakeconfig for the 1.4.X installer? Otherwise, I would like to remove 
the complete directory.


All these things related to the old and broken MSVC files should be 
removed from branch and trunk. Jean-Marc already agreed with that.


Go ahead and remove development/Win32/fakeconfig as well as all files in 
the main development/Win32 directory. Only the directories packaging and 
patches should stay.


Joost


Re: Shell script & reLyX relicts

2006-08-12 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes:

Joost> All these things related to the old and broken MSVC files
Joost> should be removed from branch and trunk. Jean-Marc already
Joost> agreed with that.

Joost> Go ahead and remove development/Win32/fakeconfig as well as all
Joost> files in the main development/Win32 directory. Only the
Joost> directories packaging and patches should stay.

You can also remove the lyxsocket/ directory.

JMarc


Re: Shell script & reLyX relicts

2006-08-12 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:

Michael> Jean-Marc, Joost, Georg: when doing a grep over the 1.4.X
Michael> branch, I noticed a couple of relicts/problems:

Michael> 1. src/lyxrc.C: We refer to a script called "makeindex.sh"?
Michael> Where does it come from? On my machine, "makeindex" is a
Michael> binary.

As I read it, it seems to be part of xindy.

Michael> 2. development/Win32/fakeconfig/lyxrc.defaults: This file
Michael> refers to some shell scripts as well as to reLyX. Joost, do
Michael> we still need the files in fakeconfig for the 1.4.X
Michael> installer? Otherwise, I would like to remove the complete
Michael> directory.

remove, as Joost said.

Michael> 3. development/tools/makeLyXsigc.sh: This file looks
Michael> obsolete. The same holds for development/tools/mkdoclinks.sh,
Michael> development/tools/README.bin.example, and
Michael> development/tools/scgen.pl. Shall we remove them?

Keep README.bin.example for now, since it is used by the 'bindist'
make target. However, I think we should kill this target.

Michael> 4. lyx-1.4.X/lib/syntax.default: We have a lot of references
Michael> to reLyX in this file. What shall we do with them?

You could change them to references to tex2lyx.

Michael> 5. lyx-1.4.X/src/tex2lyx/tex2lyx.man: Also contains some
Michael> references to reLyX.

Should be completely rewritten, actually.

Michael> 6. lyx-1.4.X/lib/configure.py: We check for "noweb2lyx" which
Michael> is supposed to be in path ./reLyX but I can't find such a
Michael> file. Is this yet another relict that we can ditch?

This is related to http://bugzilla.lyx.org/show_bug.cgi?id=2289

We have code to replace noweb2lyx, but Kayvan never told us whether it
works... I suggest that we just include it.

Michael> Please tell me what to do on the 1.4 side. I will fix the
Michael> trunk at the same time.

I think we can do the cleanup in both trees.

JMarc


Re: Shell script & reLyX relicts

2006-08-12 Thread Michael Gerz

Jean-Marc Lasgouttes wrote:


You can also remove the lyxsocket/ directory.
 


I removed it...

Michael