Re: using ACM SIGGRAPH layout

2008-11-21 Thread Manveru
2008/11/21 Brian Guenter [EMAIL PROTECTED]: I have MikTeX 2.7. I added the siggraph package from MikTeX Package Manager and then I reconfigured Lyx (Tools-Reconfigure). Then I closed Lyx and restarted it. When I look at the list of available document classes I no longer see Unavailable:ACM

Re: Interrupted enumerations.

2008-11-21 Thread Jürgen Spitzmüller
rgheck wrote: It is supposed to be UI policy that things on context menus have to exist elsewhere, too. So we'd have to figure out where to put this. Yes. Furthermore, this is a file format change. Jürgen

Re: Patch for 3218, Allow user to disable Different Textclass warning.

2008-11-21 Thread Jürgen Spitzmüller
rgheck wrote: OK. If so, then someone else would need to implement it, as I don't know anything about that. I guess maybe we should bugzilla this Add a comment to bug 3218. BTW I think it's not very difficult. Have a look at how QSettings is used e.g. in GuiToolbars. Jürgen

Re: Interrupted enumerations.

2008-11-21 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn [EMAIL PROTECTED] writes: Is anybody willing to review and/or try this patch ? The biggest problem I have with this is that, since you add the suspend flag automatically, the mechanism is very fragile. What if you copy the second enumeration in front of the other? What if

Re: Layout and template files to be included with next version of LyX

2008-11-21 Thread Jürgen Spitzmüller
Andreas Karlsson wrote: Dear LyX developers,Please find attached layout and template files for the imsart article style, used for journals from the Institute of Mathematical Statistics (IMS). I also include a a short description for the file lib/doc/LaTeXConfig.lyx.in. I hope these can be

Re: Interrupted enumerations.

2008-11-21 Thread Vincent van Ravesteijn
rgheck schreef: Just some random thoughts looking quickly. Suppose resumeEnumeration is on, and then I change the layout to, say, LyX list. What happens? I guess, in the abstract, I have general worries about how this will behave under such changes. Yes, these are valid worries. See below.

Re: [Cvslog] r27623 - /lyx-devel/branches/personal/kuemmel/progress_me...

2008-11-21 Thread Pavel Sanda
Peter Kümmel wrote: Pavel Sanda wrote: i dont understand. does it work for path/filenames with spaces too? QProcess passes the whole string (with spaces) as one argument, so we don't need any quotes, see patch in branch. then we shouldn't use this function when calling QProcess. but to

Re: [PATCH 2 of 3] two fixes of RTL boundary calculation:

2008-11-21 Thread Dov Feldstern
Abdelrazak Younes wrote: Andre Poenitz wrote: On Wed, Nov 19, 2008 at 08:59:17PM +0100, Vincent van Ravesteijn wrote: Dov Feldstern schreef: 1) boundary should not be set to true at a (intra-paragraph) line break; fixes this: abc|\n- move right - abc\n (and not:abc\n|

Re: LyX 1.6.0 is released

2008-11-21 Thread Pavel Sanda
Konrad Hofbauer wrote: José Matos wrote: We are pleased to announce the release of LyX 1.6.0. Hi José, am I blind, or is the following table-toolbar icon missing in the official 1.6.0 tar-ball even though it is included in the svn tag ??? i fixed that. pavel

Re: LyX 1.6.0 is released

2008-11-21 Thread Pavel Sanda
Pavel Sanda wrote: Konrad Hofbauer wrote: José Matos wrote: We are pleased to announce the release of LyX 1.6.0. Hi José, am I blind, or is the following table-toolbar icon missing in the official 1.6.0 tar-ball even though it is included in the svn tag ??? i fixed that. pavel

Re: Spanish and Spanish (Mexico)

2008-11-21 Thread Jean-Marc Lasgouttes
Guenter Milde [EMAIL PROTECTED] writes: Where can I find out what the intended behaviour of these languages is (regarding the ~ character)? I think you give the answer yourself below (concerning ñ). Is there an intended difference? Do we need to keep it? The dictionaries for spellchecking

[patch] Re: can't use in hebrew under lyx

2008-11-21 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: When I use the (quote) in hebrew under lyx I get the following error: LaTeX Error: Command \textquotedbl unavailable in encoding LHE. I have to change language to english in order to insert the symbol. Is there a problem with my setup or is this a problem with

Re: [patch] Re: can't use in hebrew under lyx

2008-11-21 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller [EMAIL PROTECTED] writes: Jürgen Spitzmüller wrote: The attached patch does this. Cyrillic doesn't seem to need it. Objections? Looks good, but you could create a Font::fontencoding() method that encapsulates this (and maybe even return the right information if need be).

[Fwd: [Cvslog] r27656 - /lyx-devel/trunk/src/TextMetrics.cpp]

2008-11-21 Thread Dov Feldstern
Jürgen, OK for branch? Original Message Subject: [Cvslog] r27656 - /lyx-devel/trunk/src/TextMetrics.cpp Date: Fri, 21 Nov 2008 11:32:57 - From: [EMAIL PROTECTED] Reply-To: lyx-devel@lists.lyx.org To: [EMAIL PROTECTED] Author: dov Date: Fri Nov 21 12:32:56 2008 New

Spanish and Spanish (Mexico)

2008-11-21 Thread Guenter Milde
The languages: spanishspanish Spanish false iso8859-15 spanish-mexico spanish Spanish (Mexico) false iso8859-15 differ only in the country code and the preamble additions: es_ES\addto\shorthandsspanish{\spanishdeactivate{~}} es_MX

Re: Interrupted enumerations.

2008-11-21 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn [EMAIL PROTECTED] writes: Another possibility is to remove the suspend variable completely, making it more robust. But then, we should search for a resuming enumeration in the document everytime we generate the latex code, which won't be fun working on a large document

Re: LyX FindAndReplace dialog roadmap (was Re: FindAdv Wrap Option)

2008-11-21 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: IIUC, Paragraph would register itself in the passed DocIterator, right? We may also want to start from a given position inside the paragraph (0 by default). I assume you're talking about the Paragraph supplied as the search-text. Don't

Re: [Fwd: [Cvslog] r27656 - /lyx-devel/trunk/src/TextMetrics.cpp]

2008-11-21 Thread Jürgen Spitzmüller
Dov Feldstern wrote: Jürgen, OK for branch? OK. Jürgen

Re: [patch] Re: can't use in hebrew under lyx

2008-11-21 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Looks good, but you could create a Font::fontencoding() method that encapsulates this (and maybe even return the right information if need be). I'm not sure I understood you but don't think we can do this reliably. For instance, the Hebrew font encoding is LHE or

Error in Creating a DINletter

2008-11-21 Thread stefan
Everytime i want to fill the head of a dinletter i get the following error. D:\LyX\lyx-1.6.0\src\CoordCache.cpp(39): break on pointer: 03412818 hint: x size: 18 D:\LyX\lyx-1.6.0\src\support\lassert.cpp(21): ASSERTION false VIOLATED IN D:\LyX\lyx-1.6.0\src\CoordCache.cpp:40 Completed please tell

Re: rpm lyx-1.6.0 to Mandriva 2009

2008-11-21 Thread Olivier Ripoll
José Matos wrote: On Monday 17 November 2008 13:16:17 icebna wrote: Hi all : I have built and upload the binary lyx-1.6.0-1mdv2009.i586.rpm ( Mandriva 2009 ) to your \incoming directory. Can you move to mirrors ? Done. I have placed it in the master and it will be (automatically) propagated

Re: Interrupted enumerations.

2008-11-21 Thread Guenter Milde
Vincent van Ravesteijn schrieb: The biggest problem I have with this is that, since you add the suspend flag automatically, the mechanism is very fragile. ... Another possibility is to remove the suspend variable completely, making it more robust. But then, we should search for a resuming

Re: Interrupted enumerations.

2008-11-21 Thread rgheck
Guenter Milde wrote: Anyway, I could imagine the resume last option to be part of a selection list: Enumeration counter [*] start new [ ] continue previous [ ] start with [] With the * indicating the (backwards/LaTeX compatible) default

Re: Interrupted enumerations.

2008-11-21 Thread rgheck
Vincent van Ravesteijn wrote: rgheck schreef: Just some random thoughts looking quickly. Suppose resumeEnumeration is on, and then I change the layout to, say, LyX list. What happens? I guess, in the abstract, I have general worries about how this will behave under such changes. Yes, these

Re: Interrupted enumerations.

2008-11-21 Thread Jean-Marc Lasgouttes
Guenter Milde [EMAIL PROTECTED] writes: I wonder whether it would be better to put the intelligence into lyx: let lyx compute the start number of a resumed enumeration and use this to set the label and the correct `enum*' counter. I would not do that, since we are not sure enough that our

Re: [patch] Re: can't use in hebrew under lyx

2008-11-21 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller [EMAIL PROTECTED] writes: What we could do is a bool Font::has_internal_fontenc() that checks for the relevant languages. Is this what you have in mind? Yes, perhaps. My problem was to avoid sprinkling the code with explicit tests for language names. JMarc

RE: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Vincent van Ravesteijn - TNW
We should not wait too long with 1.6.1, since 1.6.0 has introduced some major issues (as expected). In general, I'd like to concentrate on ironing out the critical and major bugs (quite some work has already been done) and make 1.6.1 a bugfix-release only. I would like to backport the

Re: Interrupted enumerations.

2008-11-21 Thread rgheck
Vincent van Ravesteijn wrote: Currently I added the resume AND suspend bools to the first paragraph of an environment. In principle, all paragraphs within an environment should have these parameters set. Now, cutting an enumeration (that is resumed later) in half would result in the first one

Re: Error in Creating a DINletter

2008-11-21 Thread rgheck
stefan wrote: Everytime i want to fill the head of a dinletter i get the following error. D:\LyX\lyx-1.6.0\src\CoordCache.cpp(39): break on pointer: 03412818 hint: x size: 18 D:\LyX\lyx-1.6.0\src\support\lassert.cpp(21): ASSERTION false VIOLATED IN D:\LyX\lyx-1.6.0\src\CoordCache.cpp:40

Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Jürgen Spitzmüller
We should not wait too long with 1.6.1, since 1.6.0 has introduced some major issues (as expected). In general, I'd like to concentrate on ironing out the critical and major bugs (quite some work has already been done) and make 1.6.1 a bugfix-release only. Below a list of bugs that should be

Re: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread rgheck
Jürgen Spitzmüller wrote: We should not wait too long with 1.6.1, since 1.6.0 has introduced some major issues (as expected). In general, I'd like to concentrate on ironing out the critical and major bugs (quite some work has already been done) and make 1.6.1 a bugfix-release only. Below a

Re: rpm lyx-1.6.0 to Mandriva 2009

2008-11-21 Thread José Matos
On Friday 21 November 2008 12:34:38 Olivier Ripoll wrote: Hi, I wanted to install this rpm on my PC, but I noticed that the permissions on that file do not allow download. All files in ftp.lyx.org/pub/lyx/bin/1.6.0/ are r--r--r-- and the mandriva rpm is rw-rw (the write access should

Re: Interrupted enumerations.

2008-11-21 Thread G. Milde
On 21.11.08, Jean-Marc Lasgouttes wrote: Guenter Milde [EMAIL PROTECTED] writes: I wonder whether it would be better to put the intelligence into lyx: let lyx compute the start number of a resumed enumeration and use this to set the label and the correct `enum*' counter. I would not do

Tabs in listings

2008-11-21 Thread Pavel Sanda
hi Vincent, we have problem with the new tabs in listings. tab is not supposed to add fixed number of spaces, but instead jump to the next tabstop. this correctly adhered in tex output, but lyx gui shows it wrongly so // commetaries in C code done by tabs are not correctly aligned... pavel

Re: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Jürgen Spitzmüller
rgheck wrote: We basically need just to decide what to do here. This happens only when the child is corrupt or for some other reason not openable. Probably we should just mark it that way and ignore it henceforth, yes? Yes. Issue a warning and skip this file. Jürgen

Re: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: Must-fixes: - Changeset 27632: Fix tabular cursor movement   http://www.lyx.org/trac/changeset/27632 OK.   This solves a regression ('slik') caused by r27581   and a few other must-fixes. - Changeset 27626: Fix bug #5536.  

Re: Tabs in listings

2008-11-21 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: I know this. [quilty_smiley] Introducing tabstops would have complicated the general painting and cursor painting [unhappy_smiley]. At least I thought so at the time I did it. i trust your decision. pavel

RE: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Vincent van Ravesteijn - TNW
Less important fixes: - Changeset 27631   http://www.lyx.org/trac/changeset/27631   Do not paint an invisible cursor. could you explain why this is needed/what it does? I actually already asked you about this one : When the cursor is not visible on screen (probably caused by

Re: [patch] Re: can't use in hebrew under lyx

2008-11-21 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: What we could do is a bool Font::has_internal_fontenc() that checks for the relevant languages. Is this what you have in mind? Yes, perhaps. My problem was to avoid sprinkling the code with explicit tests for language names. Like the attached patch? I've put it

Re: [patch] Re: can't use in hebrew under lyx

2008-11-21 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller [EMAIL PROTECTED] writes: Like the attached patch? I've put it directly into Languages.cpp. In the long run, I'd rather read the info from the languages file instead of hardcoding a list of languages. Perfect. JMarc

Re: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: I actually already asked you about this one : Bear with me. I'm getting old. When the cursor is not visible on screen (probably caused by scrolling), the location where the cursor should be painted is set to (-1,-1). However, the cursor is painted anyways

Re: Spanish and Spanish (Mexico)

2008-11-21 Thread G. Milde
On 21.11.08, Jean-Marc Lasgouttes wrote: Guenter Milde [EMAIL PROTECTED] writes: Where can I find out what the intended behaviour of these languages is (regarding the ~ character)? The dictionaries for spellchecking are different. I am not sure there is another one. Your links below

Re: Spanish and Spanish (Mexico)

2008-11-21 Thread Jean-Marc Lasgouttes
G. Milde [EMAIL PROTECTED] writes: There remains a mystery, why Spanish (Mexico) uses \addto\extrasspanish{\renewcommand\shorthandsspanish{}} ? Using \renewcommand\shorthandsspanish{} instead would desactivate the spanish shorthands in a Mexican document even befor or without inclusion

Re: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Olivier Ripoll
Jürgen Spitzmüller wrote: We should not wait too long with 1.6.1, since 1.6.0 has introduced some major issues (as expected). In general, I'd like to concentrate on ironing out the critical and major bugs (quite some work has already been done) and make 1.6.1 a bugfix-release only. Below a

RE: Tabs in listings

2008-11-21 Thread Vincent van Ravesteijn - TNW
hi Vincent, we have problem with the new tabs in listings. tab is not supposed to add fixed number of spaces, but instead jump to the next tabstop. this correctly adhered in tex output, but lyx gui shows it wrongly so // commetaries in C code done by tabs are not correctly aligned...

Re: [patch] Re: can't use in hebrew under lyx

2008-11-21 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Like the attached patch? I've put it directly into Languages.cpp. In the long run, I'd rather read the info from the languages file instead of hardcoding a list of languages. Perfect. Committed. Jürgen

Re: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread José Matos
On Friday 21 November 2008 13:05:45 Jürgen Spitzmüller wrote: Finally, I'm not sure I completely parsed all Berlin activity. So please let me know if there are outstanding fixes that need to/could be backported. First I should note that the development at a meeting happens in a decentralized

Re: missing cmake files

2008-11-21 Thread José Matos
On Thursday 20 November 2008 21:45:49 Peter Kümmel wrote: The 1.6.0 release misses some cmake files. Where have I to add them? development/Makefile.am if you appreciate the irony. ;-) Peter -- José Abílio

Re: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Richard Heck
Jürgen Spitzmüller wrote: rgheck wrote: We basically need just to decide what to do here. This happens only when the child is corrupt or for some other reason not openable. Probably we should just mark it that way and ignore it henceforth, yes? Yes. Issue a warning and skip this file.

Re: [Cvslog] r27623 - /lyx-devel/branches/personal/kuemmel/progress_me...

2008-11-21 Thread Peter Kümmel
Pavel Sanda wrote: Peter Kümmel wrote: Pavel Sanda wrote: i dont understand. does it work for path/filenames with spaces too? QProcess passes the whole string (with spaces) as one argument, so we don't need any quotes, see patch in branch. I mean this commit:

ForkedCall

2008-11-21 Thread Peter Kümmel
Doesn't ForkedCall do in principle the same as SystemCall? Seems this external tool execution is a big redundant hack which anybody fears to touch. Peter

trunk is asserting on shutdown

2008-11-21 Thread Richard Heck
#0 0x00606de8 in lyx::emergencyCleanup () at LyX.cpp:799 #1 0x00607115 in lyx::lyx_exit (exit_code=1) at LyX.cpp:196 #2 0x0076b80e in boost::assertion_failed (expr=0xe191b6 false, function=0xf6bfe0 void lyx::doAssert(const char*, const char*, long int), file=0xf6bfa8

RE: trunk is asserting on shutdown

2008-11-21 Thread Vincent van Ravesteijn - TNW
-Original Message- From: Richard Heck [mailto:[EMAIL PROTECTED] #0 0x00606de8 in lyx::emergencyCleanup () at LyX.cpp:799 #1 0x00607115 in lyx::lyx_exit (exit_code=1) at LyX.cpp:196 #2 0x0076b80e in boost::assertion_failed (expr=0xe191b6 false,

RE: Re: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Vincent van Ravesteijn - TNW
5472, although still unconfirmed is at least seen by 4 users(*). Thanks to Jean-Marc Lasgouttes, I have provided a way to reproduce it (cf. comment 11 of the bug, at the referred user ML thread). At last, I can confirm this too. I had to switch to some older PC to get the crash. Olivier,

Re: ForkedCall

2008-11-21 Thread Peter Kümmel
Peter Kümmel corrects: Doesn't ForkedCall do in principle the same as SystemCall? Seems this external tool execution is a big redundant hack which everybody fears to touch.

FYI: Translation of web site

2008-11-21 Thread Christian Ridderström
Hi, I've been talking to two persons (Alex and Max) about translations of the web site. The original reason for Alex was to set up a Hungarian site, which is why he wanted to be able to mirror the main site. It's now possible to actually mirror our site, but Alex also intends to translate it

Re: trunk is asserting on shutdown

2008-11-21 Thread Richard Heck
Vincent van Ravesteijn - TNW wrote: -Original Message- From: Richard Heck [mailto:[EMAIL PROTECTED] #0 0x00606de8 in lyx::emergencyCleanup () at LyX.cpp:799 #1 0x00607115 in lyx::lyx_exit (exit_code=1) at LyX.cpp:196 #2 0x0076b80e in

Re: trunk is asserting on shutdown

2008-11-21 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: #0  0x00606de8 in lyx::emergencyCleanup () at LyX.cpp:799 #1  0x00607115 in lyx::lyx_exit (exit_code=1) at LyX.cpp:196 #2  0x0076b80e in boost::assertion_failed (expr=0xe191b6 false, function=0xf6bfe0 void lyx::doAssert(const char*,

Re: [Cvslog] r27623 - /lyx-devel/branches/personal/kuemmel/progress_me...

2008-11-21 Thread Andre Poenitz
On Fri, Nov 21, 2008 at 12:02:37PM +0100, Pavel Sanda wrote: Peter Kümmel wrote: Pavel Sanda wrote: i dont understand. does it work for path/filenames with spaces too? QProcess passes the whole string (with spaces) as one argument, so we don't need any quotes, see patch in branch.

Re: trunk is asserting on shutdown

2008-11-21 Thread rgheck
Jürgen Spitzmüller wrote: Vincent van Ravesteijn - TNW wrote: #0 0x00606de8 in lyx::emergencyCleanup () at LyX.cpp:799 #1 0x00607115 in lyx::lyx_exit (exit_code=1) at LyX.cpp:196 #2 0x0076b80e in boost::assertion_failed (expr=0xe191b6 false,

Trunk does not compile

2008-11-21 Thread Kornel Benko
Hi, this is on ubuntu 8.10 with gcc 4.3.2. ... make[4]: Entering directory `/usr/BUILD/BuildLyxConfigure/src' g++ -g -O -o lyx main.o ASpell.o SpellBase.o BiblioInfo.o Box.o Dimension.o PrinterParams.o Thesaurus.o liblyxcore.a liblyxmathed.a liblyxinsets.a frontends/liblyxfrontends.a

Re: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Olivier Ripoll
Vincent van Ravesteijn - TNW wrote: 5472, although still unconfirmed is at least seen by 4 users(*). Thanks to Jean-Marc Lasgouttes, I have provided a way to reproduce it (cf. comment 11 of the bug, at the referred user ML thread). At last, I can confirm this too. I had to switch to some

Re: Trunk does not compile

2008-11-21 Thread Pavel Sanda
Kornel Benko wrote: Hi, this is on ubuntu 8.10 with gcc 4.3.2. ... make[4]: Entering directory `/usr/BUILD/BuildLyxConfigure/src' g++ -g -O -o lyx main.o ASpell.o SpellBase.o BiblioInfo.o Box.o Dimension.o PrinterParams.o Thesaurus.o liblyxcore.a liblyxmathed.a liblyxinsets.a

Re: ForkedCall

2008-11-21 Thread Peter Kümmel
Peter Kümmel wrote: Peter Kümmel corrects: Doesn't ForkedCall do in principle the same as SystemCall? Seems this external tool execution is a big redundant hack which everybody fears to touch. Looking at ForkedCall more detailed, it becomes clear that I also have to replace this class with

Re: Trunk does not compile

2008-11-21 Thread Kornel Benko
Am Freitag 21 November 2008 schrieb Pavel Sanda: this is a linker problem and i think it will diappear if you make distclean your tree or do a build from fresh sources. pavel Thanks Pavel. This is not the first time I had to make distclean. I should have had remembered. Kornel --

Small typo in branch1.6

2008-11-21 Thread Kornel Benko
In lib/Makefile.am. As it is now, it is not installable. regards Kornel -- Kornel Benko [EMAIL PROTECTED] Index: lib/Makefile.am === --- lib/Makefile.am (Revision 27660) +++ lib/Makefile.am (Arbeitskopie) @@

Re: FYI: Translation of web site

2008-11-21 Thread Jean-Marc Lasgouttes
If people have good reasons for why we should discourage translations of the web pages, now is good time to give them. The only good reason would be that they are not enough kept to date. What if there is a download page in german, but it does not have the latest versions? JMarc

Re: ForkedCall

2008-11-21 Thread LyX
On 21/11/2008 22:03, Peter Kümmel wrote: Peter Kümmel wrote: Peter Kümmel corrects: Doesn't ForkedCall do in principle the same as SystemCall? Seems this external tool execution is a big redundant hack which everybody fears to touch. Looking at ForkedCall more detailed, it becomes clear

Re: [Cvslog] r27623 - /lyx-devel/branches/personal/kuemmel/progress_me...

2008-11-21 Thread Pavel Sanda
Peter Kümmel wrote: Pavel Sanda wrote: Peter Kümmel wrote: Pavel Sanda wrote: i dont understand. does it work for path/filenames with spaces too? QProcess passes the whole string (with spaces) as one argument, so we don't need any quotes, see patch in branch. I mean this commit:

Modules Bug?

2008-11-21 Thread Bennett Helm
In 1.6.1svn, I'm trying to create a couple of very simple modules that basically load a single package. Here they are: #\DeclareLyXModule{Show Labels} #DescriptionBegin #Displays all LaTeX labels in the margins. #DescriptionEnd Format 11 Preamble \RequirePackage{showlabels} EndPreamble

Modules loading preamble lines unnecessarily

2008-11-21 Thread Bennett Helm
Another possible module bug ... though perhaps one not worth fixing. Create a document and add a module like Endnotes. Checking the latex source, merely adding the endnotes module doesn't change anything yet: you have to add an endnote, and only then does the \usepackage{endnotes} line get added

Re: using ACM SIGGRAPH layout

2008-11-21 Thread Manveru
2008/11/21 Brian Guenter <[EMAIL PROTECTED]>: > I have MikTeX 2.7. I added the siggraph package from MikTeX Package Manager > and then I reconfigured Lyx (Tools-Reconfigure). Then I closed Lyx and > restarted it. When I look at the list of available document classes I no > longer see

Re: Interrupted enumerations.

2008-11-21 Thread Jürgen Spitzmüller
rgheck wrote: > It is supposed to be UI policy that things on context menus have to > exist elsewhere, too. So we'd have to figure out where to put this. Yes. Furthermore, this is a file format change. Jürgen

Re: Patch for 3218, Allow user to disable Different Textclass warning.

2008-11-21 Thread Jürgen Spitzmüller
rgheck wrote: > OK. If so, then someone else would need to implement it, as I don't know > anything about that. I guess maybe we should bugzilla this Add a comment to bug 3218. BTW I think it's not very difficult. Have a look at how QSettings is used e.g. in GuiToolbars. Jürgen

Re: Interrupted enumerations.

2008-11-21 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn <[EMAIL PROTECTED]> writes: > Is anybody willing to review and/or try this patch ? The biggest problem I have with this is that, since you add the suspend flag automatically, the mechanism is very fragile. What if you copy the second enumeration in front of the other? What

Re: Layout and template files to be included with next version of LyX

2008-11-21 Thread Jürgen Spitzmüller
Andreas Karlsson wrote: > Dear LyX developers,Please find attached layout and template files for the > imsart article style, used for journals from the Institute of Mathematical > Statistics (IMS). I also include a a short description for the file > lib/doc/LaTeXConfig.lyx.in. I hope these can be

Re: Interrupted enumerations.

2008-11-21 Thread Vincent van Ravesteijn
rgheck schreef: Just some random thoughts looking quickly. Suppose resumeEnumeration is on, and then I change the layout to, say, LyX list. What happens? I guess, in the abstract, I have general worries about how this will behave under such changes. Yes, these are valid worries. See below.

Re: [Cvslog] r27623 - /lyx-devel/branches/personal/kuemmel/progress_me...

2008-11-21 Thread Pavel Sanda
Peter Kümmel wrote: > Pavel Sanda wrote: >> i dont understand. does it work for path/filenames with spaces too? > > QProcess passes the whole string (with spaces) as one argument, so we > don't need any quotes, see patch in branch. then we shouldn't use this function when calling QProcess. but to

Re: [PATCH 2 of 3] two fixes of RTL boundary calculation:

2008-11-21 Thread Dov Feldstern
Abdelrazak Younes wrote: Andre Poenitz wrote: On Wed, Nov 19, 2008 at 08:59:17PM +0100, Vincent van Ravesteijn wrote: Dov Feldstern schreef: 1) boundary should not be set to true at a (intra-paragraph) line break; fixes this: abc|\n-> move right -> abc\n (and not:

Re: LyX 1.6.0 is released

2008-11-21 Thread Pavel Sanda
Konrad Hofbauer wrote: > José Matos wrote: >> We are pleased to announce the release of LyX 1.6.0. > > Hi José, > > am I blind, or is the following table-toolbar icon missing in the official > 1.6.0 tar-ball even though it is included in the svn tag ??? i fixed that. pavel

Re: LyX 1.6.0 is released

2008-11-21 Thread Pavel Sanda
Pavel Sanda wrote: > Konrad Hofbauer wrote: > > José Matos wrote: > >> We are pleased to announce the release of LyX 1.6.0. > > > > Hi José, > > > > am I blind, or is the following table-toolbar icon missing in the official > > 1.6.0 tar-ball even though it is included in the svn tag ??? > > i

Re: Spanish and Spanish (Mexico)

2008-11-21 Thread Jean-Marc Lasgouttes
Guenter Milde <[EMAIL PROTECTED]> writes: > Where can I find out what the intended behaviour of these languages is > (regarding the ~ character)? I think you give the answer yourself below (concerning ñ). > Is there an intended difference? Do we need to keep it? The dictionaries for

[patch] Re: can't use " in hebrew under lyx

2008-11-21 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > >> When I use the " (quote) in hebrew under lyx I get the following error: > >> LaTeX Error: Command \textquotedbl unavailable in encoding LHE. > >> I have to change language to english in order to insert the symbol. > >> Is there a problem with my setup or is this a

Re: [patch] Re: can't use " in hebrew under lyx

2008-11-21 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > Jürgen Spitzmüller wrote: > The attached patch does this. Cyrillic doesn't seem to need it. > > Objections? Looks good, but you could create a Font::fontencoding() method that encapsulates this (and maybe even return the right information if need

[Fwd: [Cvslog] r27656 - /lyx-devel/trunk/src/TextMetrics.cpp]

2008-11-21 Thread Dov Feldstern
Jürgen, OK for branch? Original Message Subject: [Cvslog] r27656 - /lyx-devel/trunk/src/TextMetrics.cpp Date: Fri, 21 Nov 2008 11:32:57 - From: [EMAIL PROTECTED] Reply-To: lyx-devel@lists.lyx.org To: [EMAIL PROTECTED] Author: dov Date: Fri Nov 21 12:32:56 2008 New

Spanish and Spanish (Mexico)

2008-11-21 Thread Guenter Milde
The languages: spanishspanish "Spanish" false iso8859-15 spanish-mexico spanish "Spanish (Mexico)" false iso8859-15 differ only in the country code and the preamble additions: es_ES"\addto\shorthandsspanish{\spanishdeactivate{~<>}}"

Re: Interrupted enumerations.

2008-11-21 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn <[EMAIL PROTECTED]> writes: > Another possibility is to remove the suspend variable completely, > making it more robust. But then, we should search for a resuming > enumeration in the document everytime we generate the latex code, > which won't be fun working on a large

Re: LyX FindAndReplace dialog roadmap (was Re: FindAdv Wrap Option)

2008-11-21 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: IIUC, Paragraph would register itself in the passed DocIterator, right? We may also want to start from a given position inside the paragraph (0 by default). I assume you're talking about the Paragraph supplied as the search-text. Don't

Re: [Fwd: [Cvslog] r27656 - /lyx-devel/trunk/src/TextMetrics.cpp]

2008-11-21 Thread Jürgen Spitzmüller
Dov Feldstern wrote: > Jürgen, OK for branch? OK. Jürgen

Re: [patch] Re: can't use " in hebrew under lyx

2008-11-21 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Looks good, but you could create a Font::fontencoding() method that > encapsulates this (and maybe even return the right information if need > be). I'm not sure I understood you but don't think we can do this reliably. For instance, the Hebrew font encoding is LHE

Error in Creating a DINletter

2008-11-21 Thread stefan
Everytime i want to fill the head of a dinletter i get the following error. D:\LyX\lyx-1.6.0\src\CoordCache.cpp(39): break on pointer: 03412818 hint: x size: 18 D:\LyX\lyx-1.6.0\src\support\lassert.cpp(21): ASSERTION false VIOLATED IN D:\LyX\lyx-1.6.0\src\CoordCache.cpp:40 Completed please tell

Re: rpm lyx-1.6.0 to Mandriva 2009

2008-11-21 Thread Olivier Ripoll
José Matos wrote: On Monday 17 November 2008 13:16:17 icebna wrote: Hi all : I have built and upload the binary lyx-1.6.0-1mdv2009.i586.rpm ( Mandriva 2009 ) to your \incoming directory. Can you move to mirrors ? Done. I have placed it in the master and it will be (automatically) propagated

Re: Interrupted enumerations.

2008-11-21 Thread Guenter Milde
Vincent van Ravesteijn schrieb: >> The biggest problem I have with this is that, since you add the suspend >> flag automatically, the mechanism is very fragile. ... > Another possibility is to remove the suspend variable completely, making > it more robust. But then, we should search for a

Re: Interrupted enumerations.

2008-11-21 Thread rgheck
Guenter Milde wrote: Anyway, I could imagine the "resume last" option to be part of a selection list: Enumeration counter [*] start new [ ] continue previous [ ] start with [] With the * indicating the (backwards/LaTeX compatible) default

Re: Interrupted enumerations.

2008-11-21 Thread rgheck
Vincent van Ravesteijn wrote: rgheck schreef: Just some random thoughts looking quickly. Suppose resumeEnumeration is on, and then I change the layout to, say, LyX list. What happens? I guess, in the abstract, I have general worries about how this will behave under such changes. Yes, these

Re: Interrupted enumerations.

2008-11-21 Thread Jean-Marc Lasgouttes
Guenter Milde <[EMAIL PROTECTED]> writes: > I wonder whether it would be better to put the "intelligence" into lyx: > > let lyx compute the start number of a resumed enumeration and use this to > set the label and the correct `enum*' counter. I would not do that, since we are not sure enough that

Re: [patch] Re: can't use " in hebrew under lyx

2008-11-21 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > What we could do is a bool Font::has_internal_fontenc() that checks for the > relevant languages. Is this what you have in mind? Yes, perhaps. My problem was to avoid sprinkling the code with explicit tests for language names. JMarc

RE: Approaching LyX 1.6.1 [status update #1]

2008-11-21 Thread Vincent van Ravesteijn - TNW
> We should not wait too long with 1.6.1, since 1.6.0 has > introduced some major issues (as expected). In general, > I'd like to concentrate on ironing out the critical and > major bugs (quite some work has already been done) and > make 1.6.1 a bugfix-release only. I would like to backport

Re: Interrupted enumerations.

2008-11-21 Thread rgheck
Vincent van Ravesteijn wrote: Currently I added the resume AND suspend bools to the first paragraph of an environment. In principle, all paragraphs within an environment should have these parameters set. Now, cutting an enumeration (that is resumed later) in half would result in the first one

Re: Error in Creating a DINletter

2008-11-21 Thread rgheck
stefan wrote: Everytime i want to fill the head of a dinletter i get the following error. D:\LyX\lyx-1.6.0\src\CoordCache.cpp(39): break on pointer: 03412818 hint: x size: 18 D:\LyX\lyx-1.6.0\src\support\lassert.cpp(21): ASSERTION false VIOLATED IN D:\LyX\lyx-1.6.0\src\CoordCache.cpp:40

  1   2   >