Re: [patch] 6534: fix unicode issues in bibitem

2010-02-13 Thread Jürgen Spitzmüller
Guenter Milde wrote: should be adressed in a generic way as well (not only iconv but any helper application) (as this can happen also with unknown glyphs). You get a warning now with unknown glyphs in bibitems (as you get in most other contexts) Jürgen

Re: [Patch] Rats and Unsafe use of fixed width arrays.

2010-02-13 Thread Andre Poenitz
On Sat, Feb 13, 2010 at 01:53:40PM +0800, John McCabe-Dansted wrote: I thought I'd run the LyX code base through the RATS static analysis tool. All it did was report every single occurrence of a fixed width array in LyX. Never-the-less, in some cases the use of the fixed array seemed dangerous

Re: Shortcuts

2010-02-13 Thread Abdelrazak Younes
On 12/02/2010 16:30, Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: And indeed the list of words appears even when continuous spellchecking is on. I suspect this was intentional, but nevertheless I propose the following patch. Abdel? Please apply. I'm sure this was an

Wiki request

2010-02-13 Thread Pavel Sanda
Christian, can you protect by paswword this page: http://wiki.lyx.org/Layouts.SongbookInstall its under chronical spamming. pavel

Re: Wiki request

2010-02-13 Thread Christian Ridderström
It's done now. In order to protect a page from editing with a password, you do as follows: * Go to the page, with '?action=attr' appended to the URL, e.g. http://wiki.lyx.org/Layouts.SongbookInstall?action=attr Then you'll see fields where you can set a password, and in this case we

Re: r33462 - lyx-devel/trunk/src/insets

2010-02-13 Thread Abdelrazak Younes
On 13/02/2010 14:24, sp...@lyx.org wrote: Author: spitz Date: Sat Feb 13 14:23:59 2010 New Revision: 33462 URL: http://www.lyx.org/trac/changeset/33462 Log: * InsetNomenclature.cpp: - handle unicode gracefully. Modified: lyx-devel/trunk/src/insets/InsetNomencl.cpp Modified:

Re: r33461 - in lyx-devel/trunk/src: insets mathed

2010-02-13 Thread rgheck
On 02/13/2010 08:08 AM, sp...@lyx.org wrote: Author: spitz Date: Sat Feb 13 14:08:32 2010 New Revision: 33461 URL: http://www.lyx.org/trac/changeset/33461 Log: generalize special handling of command inset parameters on LaTeX output (escaping, etc.). Great stuff, Jurgen. rh

system(...) LFUN considered harmful/useful?

2010-02-13 Thread John McCabe-Dansted
I have a rough patch to add the ability activate system(...) via a LFUN. I use this to paste '\Axmath-macro' via xvkbd, but I can imagine other users, for example rot13'ing your current selection. Would there be interest in accepting a polished version of this patch? One concern may be that a

Re: Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-13 Thread Frank Thieme
Hi! I found the problem - I have to use -library=stlport4 because of the use of boost. But now there are some more problems: 1. Trailing commas in enums - this is part of C99, but not of C++ standard 2. src/support/debug.h: DEBUG is defined as DEBUG = (1 31) what is out of range for enum

Re: Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-13 Thread Andre Poenitz
On Sat, Feb 13, 2010 at 11:21:01PM +0100, Frank Thieme wrote: Hi! I found the problem - I have to use -library=stlport4 because of the use of boost. But now there are some more problems: 1. Trailing commas in enums - this is part of C99, but not of C++ standard Right. 2.

Re: [patch] 6534: fix unicode issues in bibitem

2010-02-13 Thread Jürgen Spitzmüller
Guenter Milde wrote: > should be adressed in a generic way as well (not only iconv but any helper > application) (as this can happen also with unknown glyphs). You get a warning now with unknown glyphs in bibitems (as you get in most other contexts) Jürgen

Re: [Patch] Rats and Unsafe use of fixed width arrays.

2010-02-13 Thread Andre Poenitz
On Sat, Feb 13, 2010 at 01:53:40PM +0800, John McCabe-Dansted wrote: > I thought I'd run the LyX code base through the RATS static analysis > tool. All it did was report every single occurrence of a fixed width > array in LyX. Never-the-less, in some cases the use of the fixed array > seemed

Re: Shortcuts

2010-02-13 Thread Abdelrazak Younes
On 12/02/2010 16:30, Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: And indeed the list of words appears even when continuous spellchecking is on. I suspect this was intentional, but nevertheless I propose the following patch. Abdel? Please apply. I'm sure this was an

Wiki request

2010-02-13 Thread Pavel Sanda
Christian, can you protect by paswword this page: http://wiki.lyx.org/Layouts.SongbookInstall its under chronical spamming. pavel

Re: Wiki request

2010-02-13 Thread Christian Ridderström
It's done now. In order to protect a page from editing with a password, you do as follows: * Go to the page, with '?action=attr' appended to the URL, e.g. http://wiki.lyx.org/Layouts.SongbookInstall?action=attr Then you'll see fields where you can set a password, and in this case we

Re: r33462 - lyx-devel/trunk/src/insets

2010-02-13 Thread Abdelrazak Younes
On 13/02/2010 14:24, sp...@lyx.org wrote: Author: spitz Date: Sat Feb 13 14:23:59 2010 New Revision: 33462 URL: http://www.lyx.org/trac/changeset/33462 Log: * InsetNomenclature.cpp: - handle unicode gracefully. Modified: lyx-devel/trunk/src/insets/InsetNomencl.cpp Modified:

Re: r33461 - in lyx-devel/trunk/src: insets mathed

2010-02-13 Thread rgheck
On 02/13/2010 08:08 AM, sp...@lyx.org wrote: Author: spitz Date: Sat Feb 13 14:08:32 2010 New Revision: 33461 URL: http://www.lyx.org/trac/changeset/33461 Log: generalize special handling of command inset parameters on LaTeX output (escaping, etc.). Great stuff, Jurgen. rh

system("...") LFUN considered harmful/useful?

2010-02-13 Thread John McCabe-Dansted
I have a rough patch to add the ability activate system("...") via a LFUN. I use this to paste '\Axmath-macro' via xvkbd, but I can imagine other users, for example rot13'ing your current selection. Would there be interest in accepting a polished version of this patch? One concern may be that a

Re: Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-13 Thread Frank Thieme
Hi! I found the problem - I have to use "-library=stlport4" because of the use of boost. But now there are some more problems: 1. Trailing commas in enums - this is part of C99, but not of C++ standard 2. src/support/debug.h: DEBUG is defined as DEBUG = (1 << 31) what is out of range for

Re: Can't build lyx 1.6.5 on OpenSolaris using Sun Studio 12u1

2010-02-13 Thread Andre Poenitz
On Sat, Feb 13, 2010 at 11:21:01PM +0100, Frank Thieme wrote: > Hi! > > I found the problem - I have to use "-library=stlport4" because of the > use of boost. But now there are some more problems: > > 1. Trailing commas in enums - this is part of C99, but not of C++ standard Right. > 2.