Re: Bugzilla cleanup - results - conclusions

2007-01-14 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > - I set some bugs to milestone 1.5, the ones that seem to be the most > annoying ones. Of course this selection is not objectively, so feel free to > drop the milestones. Currently we have 73 confirmed bugs that aren't marked > fixedintrunk with the milestone 1.5.0 (I have not ta

Re: Bug in export to DocBook

2007-01-14 Thread Harshula
On Sun, 2007-01-14 at 23:34 +, [EMAIL PROTECTED] wrote: > Quoting Harshula <[EMAIL PROTECTED]>: > > Hi, > > > > Problem > > === > > > > When exporting a DocBook LyX document to a DocBook SGML/XML file there's > > a problem with the generation of tags. When a sub list > > (embedded list) is

Session: cursor position not retrieved when loading from last session

2007-01-14 Thread Bennett Helm
Another minor session bug (or is this a feature?): When starting up LyX with the "Load opened files from last session" option selected, the files get loaded, but the cursor position is not restored; instead, the cursor is always at the top of the document. (This is with Mac, current svn.)

Re: LyX script

2007-01-14 Thread Bennett Helm
On Jan 13, 2007, at 1:36 AM, Angus Leeming wrote: Bennett Helm wrote: Bennett, if you define in words just what you want, I can whip up the script for you. I thought I did! But let me try to be clearer Sorry, I thought that Ronald was suggesting an alternative strategy. He was, bu

Re: r16622 [1/3] - in /lyx-devel/branches/BRANCH_1_4_X/lib: d...

2007-01-14 Thread Bo Peng
> Otherwise > you need to build them manually by executing the commands in > Makefile.depend, or add the capability to build them to scons. OK, I'll ask Bo how to build them via Scons. I will have a look later. Bo

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Bo Peng
That's the problem, for me it always worked without the MSCV-manifest file. Maybe there is some .manifest file in your $PATH that works like this .crt.manifest file. A search with extension .manifest? Bo

Re: r16622 [1/3] - in /lyx-devel/branches/BRANCH_1_4_X/lib: d...

2007-01-14 Thread Uwe Stöhr
Georg wrote: >> When I compile LyX using SCons the TOC-files aren't created, so how could this be done? > If you compile from the source package they are already there. Where? I don't se them in SVN. > Otherwise > you need to build them manually by executing the commands in > Makefile.depend,

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Uwe Stöhr
Bo Peng schrieb: >> frontend_env['LINKCOM'] = [frontend_env['LINKCOM'], 'mt.exe /MANIFEST %s >> ..\Win32\packaging\Microsoft.VC80.CRT.manifest /outputresource:$TARGET;1' % manifest] >> >> This runs through but I can then not open the lyx.exe. Putting the command > This way, you only have vc80.c

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Bo Peng
> mt.exe /MANIFEST /path/to/this.manifest /outputresource:lyx.exe:1 > > on your lyx.exe file, and > > mt.exe /MANIFEST /path/to/this.manifest /path/to/qtcore.dll.manifest > /outputresource:lyx.exe:1 > > and see if you can embed two manifest files at the same time. I modified line 1374 in /develop

Re: Bug in export to DocBook

2007-01-14 Thread jamatos
Quoting Harshula <[EMAIL PROTECTED]>: Hi, Problem === When exporting a DocBook LyX document to a DocBook SGML/XML file there's a problem with the generation of tags. When a sub list (embedded list) is present, Lyx opens a new tag for the sub list after closing the already open tag instead

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Uwe Stöhr
Bo Peng schrieb: I do not know whether or not I can embed this manifest file with lyx.exe, since it has already been embedded with QtCore.dll.manifest. I can only see that we embed the QtGui4.dll.manifest, not the Qtcore.dll.manifest. Please try: mt.exe /MANIFEST /path/to/this.manifest /ou

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Enrico Forestieri
On Sun, Jan 14, 2007 at 09:04:26PM +0100, Georg Baum wrote: > Am Sonntag, 14. Januar 2007 19:26 schrieb Enrico Forestieri: > > > This means that when none of the LC_* or LANG variables are set, we are > > allowed to do how we please. So, the proposal by Abdel could be > implemented > > but only

Re: Bugzilla cleanup - results - conclusions

2007-01-14 Thread Michael Gerz
Uwe Stöhr schrieb: We either introduced in LyX 1.4.0 much more bugs than in previous releases or our user base has grown and so we get more bug reports. I assume the latter is the case. 1.4.0 wasn't ready when it was released. Many bugs in 1.4.X cannot even be fixed today because the code base

Re: Bugzilla cleanup - results - conclusions

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 21:27 schrieb Uwe Stöhr: > Conclusions: > (Don't beat me for the following.) > > We either introduced in LyX 1.4.0 much more bugs than in previous releases or our user base has > grown and so we get more bug reports. I assume the latter is the case. It is probably a

Re: Last step in compiling with Scons - location of .exe file?

2007-01-14 Thread Peter Kümmel
[EMAIL PROTECTED] wrote: > On Sun, 14 Jan 2007, Michael Gerz wrote: > >>> To start the just compiled lyx.exe, it is necessary to copy the >>> following files to the folder where the just compiled "lyx.exe" >>> is: >>> >>> Aiksaurus.dll >>> aspell.dll >>> iconv.dll >>>

Re: Last step in compiling with Scons - location of .exe file?

2007-01-14 Thread christian . ridderstrom
On Sun, 14 Jan 2007, Michael Gerz wrote: [EMAIL PROTECTED] schrieb: Unfortunately no success quite yet. The file LyXWinBuildDLLs.zip doesn't contain all the required DLLs. It contains: Aiksaurus.dll aspell.dll iconv.dll intl.dll but I'm missing 'QtCore4.dll' and

Bugzilla cleanup - results - conclusions

2007-01-14 Thread Uwe Stöhr
As Michael reported that we making progress concerning the open bugs I started a bugzilla cleanup: Results: - We had 103 UNCONFIRMED bugs and now 59, that means I was able to reproduce 40 new bugs. I didn't understand all bug reports, so if somebody has some time might have a look especially a

Re: Last step in compiling with Scons - location of .exe file?

2007-01-14 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Unfortunately no success quite yet. The file LyXWinBuildDLLs.zip doesn't contain all the required DLLs. It contains: Aiksaurus.dll aspell.dll iconv.dll intl.dll but I'm missing 'QtCore4.dll' and 'QtGui4.dll'. So I searched for them and found

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 19:26 schrieb Enrico Forestieri: > This means that when none of the LC_* or LANG variables are set, we are > allowed to do how we please. So, the proposal by Abdel could be implemented > but only used in this case. As Windows does not set any of the above > variables,

Re: Last step in compiling with Scons - location of .exe file?

2007-01-14 Thread christian . ridderstrom
On Sun, 14 Jan 2007, Michael Gerz wrote: To start the just compiled lyx.exe, it is necessary to copy the following files to the folder where the just compiled "lyx.exe" is: Aiksaurus.dll aspell.dll iconv.dll intl.dll QtCore4.dll QtGui4.dll (If t

Re: r16622 [1/3] - in /lyx-devel/branches/BRANCH_1_4_X/lib: d...

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 20:00 schrieb Uwe Stöhr: > Georg wrote: > > > These files are in the source package, so it looks like Joost or you forgot > > to package them for windows. > > When I compile LyX using SCons the TOC-files aren't created, so how could this be done? If you compile fr

Re: Last step in compiling with Scons - location of .exe file?

2007-01-14 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: The last step according to INSTALL.Win32 is the 'First start of LyX' and the instructions are as follows: To start the just compiled lyx.exe, it is necessary to copy the following files to the folder where the just compiled "lyx.exe" is: Aiksaurus.dll

Re: r16622 [1/3] - in /lyx-devel/branches/BRANCH_1_4_X/lib: d...

2007-01-14 Thread Uwe Stöhr
Georg wrote: > These files are in the source package, so it looks like Joost or you forgot > to package them for windows. When I compile LyX using SCons the TOC-files aren't created, so how could this be done? > You have to run it like this: > python lib/doc/depend.py > lib/doc/Makefile.depend

Last step in compiling with Scons - location of .exe file?

2007-01-14 Thread christian . ridderstrom
The last step according to INSTALL.Win32 is the 'First start of LyX' and the instructions are as follows: To start the just compiled lyx.exe, it is necessary to copy the following files to the folder where the just compiled "lyx.exe" is: Aiksaurus.dll asp

Re: Compiling with Scons - where is the command prompt?

2007-01-14 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: On Sun, 14 Jan 2007, [EMAIL PROTECTED] wrote: I forgot... if I tried to execute 'build_msvc.bat' from for instance c:\lyx-devel\, I got an error message about being unable to change to ..\..\scons\. Apparently the script assumes it starts in the directory developmen

Re: Compiling with Scons - where is the command prompt?

2007-01-14 Thread christian . ridderstrom
On Sun, 14 Jan 2007, [EMAIL PROTECTED] wrote: I forgot... if I tried to execute 'build_msvc.bat' from for instance c:\lyx-devel\, I got an error message about being unable to change to ..\..\scons\. Apparently the script assumes it starts in the directory development\Win32\packaging\. Not su

Re: Problem stripLeadingSpaces()

2007-01-14 Thread Michael Gerz
Abdelrazak Younes schrieb: Yes, this is exactly it. The problem is that the first (and unique) row of the first ParagraphMetrics has one more character than what is in the Paragraph. The Paragraph content does not seem to reflect the deleted characters. In the following loop, the position of t

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Enrico Forestieri
On Sun, Jan 14, 2007 at 06:36:52PM +0100, Georg Baum wrote: > What for some users is fiddling is a useful feature for others. I do agree > that the LANG variable is not convenient for most windows users, so an > alternative should be implemented, but the LANG variable should not be > dropped at

Re: Compiling with Scons - where is the command prompt?

2007-01-14 Thread christian . ridderstrom
On Sun, 14 Jan 2007, Michael Gerz wrote: which gives me a prompt at the bottom of the IDE. Do not open the Visual Studio IDE. It is not needed at all unless you want to debug. Go to the Windows start menu (left bottom) > Programs > Visual C++ 2005 Express Edition > Visual Studio Tools >...

Extended-Insets.lyx

2007-01-14 Thread Michael Gerz
Uwe, I am sorry but I have to step on your toes :-( Your recent Extended-Inset commit has some minor problems: - Extended-Insets.lyx violates our document naming conventions. (I renamed it to ExtendedInsets.lyx) - es_ExtendedInsets.lyx was missing in some build scripts - Menu entry "Extended-

boost update

2007-01-14 Thread Georg Baum
Lars, could you please update the boost in trunk again? What we currently have does not compile with gcc 4.0.2, but the current boost 1.34 branch does. Thanks, Georg

Re: inputencoding "default" again

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 13:18 schrieb Dov Feldstern: > One strange thing that I'm seeing, though, is that the dvi output when > using "auto" and "default" is not identical: I tried this out on a file > which fits really tightly on the page --- when using "default" it all > fits on one page,

Re: Compiling with Scons - where is the command prompt?

2007-01-14 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: I'll probably switch to CMAKE, but I thought I'd follow the instructions in INSTALL.Win32 to see if it works first. I'm now at step 7 (Compile) which says: From MS Visual Studio command prompt (not the regular cmd.exe), run development\Win32\packaging

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Enrico Forestieri
On Sun, Jan 14, 2007 at 05:22:26PM +0100, Michael Gerz wrote: > Lars Gullik Bjønnes schrieb: > > Yes. > > > > I think this will result in surprising behaviour. > > > > 1. Set languag inside lyx to "swedish" (why not?) > >- save and exit > > 2. run lyx with LANG=no_NO ./lyx > >- get a nice

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 17:57 schrieb Uwe Stöhr: > In my opinion the setting in LyX's preferences should be taken and the LANG setting ignored. Not ignored. This is standard on unix as Lars wrote, and I don't want to learn a new way of doing this for every program. > This > implies that

Re: Problem stripLeadingSpaces()

2007-01-14 Thread Michael Gerz
Abdelrazak Younes schrieb: Michael Gerz wrote: Abdelrazak Younes schrieb: I don't understand, why the space in the first line should be deleted? means a space that was marked as deleted. Use the attached lyx file. Press return after "hello". The leading spaces are marked as deleted but the

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 15:13 schrieb Abdelrazak Younes: > The Gui elements uses messages_["GUI"] and the translatable element > inside a document (mainly layout items) are using messages_[language] > where language is given by the Buffer language. We can change that to > use the Paragraph

Re: r16622 [1/3] - in /lyx-devel/branches/BRANCH_1_4_X/lib: d...

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 17:48 schrieb Uwe Stöhr: > OK, I'll do this for the next time. I didn't commit the Extended-Insets manual to trunk because it > is not yet actualized for LyX 1.5. It's in now but I'm still working on it. This is exactly the reason why it is a good idea to have it in

Re: FS Encoding error

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 10:52 schrieb Michael Gerz: > Georg, does it work on Linux? I can't see any reason why it should not. Just put it in, I'll test later. Georg

Compiling with Scons - where is the command prompt?

2007-01-14 Thread christian . ridderstrom
I'll probably switch to CMAKE, but I thought I'd follow the instructions in INSTALL.Win32 to see if it works first. I'm now at step 7 (Compile) which says: From MS Visual Studio command prompt (not the regular cmd.exe), run development\Win32\packaging\build_msvc.bat So I looked

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Uwe Stöhr
Michael Gerz schrieb: Lars Gullik Bjønnes schrieb: I think this will result in surprising behaviour. 1. Set languag inside lyx to "swedish" (why not?) - save and exit 2. run lyx with LANG=no_NO ./lyx - get a nice swedish lyx I think that the ui language should not be settable from insi

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes schrieb: | > Yes. | > | > I think this will result in surprising behaviour. | > | > 1. Set languag inside lyx to "swedish" (why not?) | >- save and exit | > 2. run lyx with LANG=no_NO ./lyx | >- get a nice swedish lyx | > | > I

Re: r16622 [1/3] - in /lyx-devel/branches/BRANCH_1_4_X/lib: d...

2007-01-14 Thread Uwe Stöhr
Sorry, I missed this thread. Yes my commit was really incomplete, I also forget to commit the images. > - Never ever commit stuff to 1.4 only, unless that is a fix for a bug not > present in 1.5. We always need to have current documentation in 1.5, too. > Then there is a chance that somebody who

Re: Problem stripLeadingSpaces()

2007-01-14 Thread Abdelrazak Younes
Michael Gerz wrote: Abdelrazak Younes schrieb: I don't understand, why the space in the first line should be deleted? means a space that was marked as deleted. Use the attached lyx file. Press return after "hello". The leading spaces are marked as deleted but the screen is not updated. We

Re: SCONS or CMAKE? (Was: What is needed to develop LyX 1.5 on Windows)

2007-01-14 Thread Bo Peng
Should I go for SCONS or CMAKE? Does it matter? scons/win32 provides more features like packaging and cygwin/mingw supports, but its VS project is slower than cmake's native msvs/nmake project. Generally speaking, scons is used for packaging and general debugging and cmake is used for developmen

Re: Problem stripLeadingSpaces()

2007-01-14 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Michael Gerz wrote: I think that you have to distinguish the document model from what is on screen. On screen, the row representation does not care if one char is a or a , seven chars are seven chars. I guess this is the problem and you have to skip deleted char in

Re: Problem stripLeadingSpaces()

2007-01-14 Thread Michael Gerz
Abdelrazak Younes schrieb: I don't understand, why the space in the first line should be deleted? means a space that was marked as deleted. Use the attached lyx file. Press return after "hello". The leading spaces are marked as deleted but the screen is not updated. Michael strip.lyx Des

Re: lyx-1.5.x target date?

2007-01-14 Thread jamatos
Quoting Rex Dieter <[EMAIL PROTECTED]>: Is there any inkling of a target date for a lyx-1.5.x release? http://www.lyx.org/devel/roadmap.php doesn't mention it yet. Or is it too far tell atm? It is too tempting to answer that question. The svn version has improved a lot in recent times. So muc

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Michael Gerz
Lars Gullik Bjønnes schrieb: Yes. I think this will result in surprising behaviour. 1. Set languag inside lyx to "swedish" (why not?) - save and exit 2. run lyx with LANG=no_NO ./lyx - get a nice swedish lyx I think that the ui language should not be settable from inside lyx. Well, w

Re: Problem stripLeadingSpaces()

2007-01-14 Thread Abdelrazak Younes
Michael Gerz wrote: Hi, I rethought the logic of stripLeadingSpaces() and came to the conclusion that it is not a good idea to remove the spaces in change tracking mode: imagine that your co-author inserts a par break that you don't like. If you revert his par break (revert = reject change, n

Re: FS Encoding error

2007-01-14 Thread Michael Gerz
Enrico Forestieri schrieb: On Sat, Jan 13, 2007 at 07:25:51PM +0100, Michael Gerz wrote: this patch fixes the encoding problem in the same way as Georg's patch. However, I also fixed a potential problem that may occur if no backup can be made successfully and I used proper variable names.

SCONS or CMAKE? (Was: What is needed to develop LyX 1.5 on Windows)

2007-01-14 Thread christian . ridderstrom
I started down the dual boot path and changed the partition size. Unfortunately the laptop doesn't have a floppy, so I couldn't figure out how to make the equivalent of rescue disks, i.e. I chickened out. (It's truly amazing you can't burn a rescue CD from Windows though!) Anyway, I've install

Re: FS Encoding error

2007-01-14 Thread Enrico Forestieri
On Sat, Jan 13, 2007 at 07:25:51PM +0100, Michael Gerz wrote: > this patch fixes the encoding problem in the same way as Georg's patch. > However, I also fixed a potential problem that may occur if no backup > can be made successfully and I used proper variable names. > > Folks, could someone p

Re: session: save/restore window position bug

2007-01-14 Thread Bennett Helm
On Jan 14, 2007, at 9:13 AM, Peter Kümmel wrote: Bo Peng wrote: On 1/13/07, Bennett Helm <[EMAIL PROTECTED]> wrote: On Mac with the "save/restore window position" option checked, every time I quit LyX, the number stored in the session file for WindowPosY is decremented by 20, causing the Ly

Re: r16657 - in /lyx-devel/trunk/src: counters.C counters.h

2007-01-14 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: younes | Date: Thu Jan 11 23:38:37 2007 | New Revision: 16657 | | URL: http://www.lyx.org/trac/changeset/16657 | Log: | tiny optimization. "Return by reference instead of by value" -- Lgb

Re: r16670 - /lyx-devel/trunk/src/messages.C

2007-01-14 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: younes | Date: Sat Jan 13 21:05:48 2007 | New Revision: 16670 | | URL: http://www.lyx.org/trac/changeset/16670 | Log: | fix completely stupid commit. What commit? Feel free to point to the changeset with the stupid stuff. (Preferaby in the form rX) --

Re: r16656 - /lyx-devel/trunk/src/TextMetrics.C

2007-01-14 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: younes | Date: Thu Jan 11 23:38:00 2007 | New Revision: 16656 | | URL: http://www.lyx.org/trac/changeset/16656 | Log: | tiny optimisation. I think you should stop calling these kind of changes "optimizations", thay are cleanups and use of temporary variables i

Re: r16646 - /lyx-devel/trunk/src/buffer_funcs.C

2007-01-14 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: younes | Date: Thu Jan 11 16:58:26 2007 | New Revision: 16646 | | URL: http://www.lyx.org/trac/changeset/16646 | Log: | optimization. I don't belive you. Please provide numbers. -- Lgb

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Hello, | | The attached patch allow to set the language used in the GUI via the | the lyxrc mechanism. If the new 'gui_language' setting is empty or non | present, the language will be taken from the environment variables as | usual. | | With this

Re: session: save/restore window position bug

2007-01-14 Thread Peter Kümmel
Bo Peng wrote: > On 1/13/07, Bennett Helm <[EMAIL PROTECTED]> wrote: >> On Mac with the "save/restore window position" option checked, every >> time I quit LyX, the number stored in the session file for WindowPosY >> is decremented by 20, causing the LyX window to open higher and >> higher on the s

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Abdelrazak Younes
Michael Gerz wrote: Abdelrazak Younes schrieb: Hello, The attached patch allow to set the language used in the GUI via the the lyxrc mechanism. If the new 'gui_language' setting is empty or non present, the language will be taken from the environment variables as usual. With this patch it

Re: [PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Michael Gerz
Abdelrazak Younes schrieb: Hello, The attached patch allow to set the language used in the GUI via the the lyxrc mechanism. If the new 'gui_language' setting is empty or non present, the language will be taken from the environment variables as usual. With this patch it is now possible the G

Re: inputencoding "default" again

2007-01-14 Thread Dov Feldstern
Georg Baum wrote: Dov Feldstern wrote: Georg Baum wrote: I propose to change the conversion of files with "default" inputencoding to be the same as with "auto", together with the corresponding changes in LyX itself. The only difference between "auto" and "default" in LyX 1.5 would then be t

Re: [PATCH] caching translated string

2007-01-14 Thread Edwin Leuven
i tried a new compile again and still get the crash with the patch... Edwin Leuven wrote: i compiled clean from scratch. have to run now... Abdelrazak Younes wrote: Edwin Leuven wrote: Abdelrazak Younes wrote: This is weird, I did not touch this part and it works fine on my platform. Maybe t

[PATCH] put Gui language definition in lyxrc

2007-01-14 Thread Abdelrazak Younes
Hello, The attached patch allow to set the language used in the GUI via the the lyxrc mechanism. If the new 'gui_language' setting is empty or non present, the language will be taken from the environment variables as usual. With this patch it is now possible the GUI language at run time and w

Problem stripLeadingSpaces()

2007-01-14 Thread Michael Gerz
Hi, I rethought the logic of stripLeadingSpaces() and came to the conclusion that it is not a good idea to remove the spaces in change tracking mode: imagine that your co-author inserts a par break that you don't like. If you revert his par break (revert = reject change, not undo!), you would

Re: FS Encoding error

2007-01-14 Thread Michael Gerz
Michael Gerz schrieb: Hi, this patch fixes the encoding problem in the same way as Georg's patch. However, I also fixed a potential problem that may occur if no backup can be made successfully and I used proper variable names. Folks, could someone please check this on Linux? A second Windows

Re: [patch] fix bug 2418

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 02:54 schrieb Uwe Stöhr: > What do you mean? What is broken or incorrect? I wrote that some days ago: http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg108584.html. Did you not see my message? Georg

Re: [patch] move OS dependent code to proper place

2007-01-14 Thread Georg Baum
Am Sonntag, 14. Januar 2007 03:02 schrieb Enrico Forestieri: > On Sat, Jan 13, 2007 at 12:36:11PM +0100, Georg Baum wrote: > > > No I don't mean that. I mean "useful for cygwin users in general". IIRC I > > was the only one besides you who had opinions on this patch. I stated two > > or three