Re: For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread Bo Peng
Lars, Thank you very much for your quick reply. My understanding is that you intent to generate a home-made XML format that is close to our current format, and you have mostly finished lyx.XML output, but not input and lyx2lyx, and no lyx.XML -> other.XML converter has been done. XML input and lyx

Re: Ignoring text in spell-check

2007-08-11 Thread Mael Hilléreau
Selon Mael Hilléreau <[EMAIL PROTECTED]>: > Selon Mael Hilléreau <[EMAIL PROTECTED]>: > > > If it's just _one_ instance that we want to ignore, then we can use a > > charstyle > > or a special inset having keyword "NoSpellcheck" (this is already possible > > with > > the patch). > > Please, read "

Re: Ignoring text in spell-check [updated patch]

2007-08-11 Thread Bo Peng
> Did you see my patch from last week, which starts solving these problems > in listings? Let's continue this issue in that thread... > (http://permalink.gmane.org/gmane.editors.lyx.devel/91323) I saw that. But I did not comment because I am not familiar with language handling. Bo

Re: Ignoring text in spell-check

2007-08-11 Thread Mael Hilléreau
Selon Mael Hilléreau <[EMAIL PROTECTED]>: > If it's just _one_ instance that we want to ignore, then we can use a > charstyle > or a special inset having keyword "NoSpellcheck" (this is already possible > with > the patch). Please, read "layout", not "special inset". I was mistaken... Mael.

Re: Ignoring text in spell-check

2007-08-11 Thread Mael Hilléreau
Selon [EMAIL PROTECTED]: > >> I like Helge's idea of having an easy way to mark a word/phrase as "do not > >> spellcheck e"... Maybe the word is a real word in some contexts, but not > >> in others, so I might not wan't it to be added to my personal dictionary. > > > > After all, why not... But i

Re: Ignoring text in spell-check

2007-08-11 Thread Mael Hilléreau
Selon Dov Feldstern <[EMAIL PROTECTED]>: > Mael Hilléreau wrote: > > Selon Helge Hafting <[EMAIL PROTECTED]>: > > > >> I want my disabled branches spellchecked. :-/ > >> I write a test with hidden answers. I want to spellcheck everything, > >> so I can print the answers later without further check

Re: Ignoring text in spell-check

2007-08-11 Thread christian . ridderstrom
On Sun, 12 Aug 2007, Mael Hilléreau wrote: I like Helge's idea of having an easy way to mark a word/phrase as "do not spellcheck e"... Maybe the word is a real word in some contexts, but not in others, so I might not wan't it to be added to my personal dictionary. After all, why not... But if

Re: spellchecker settings question

2007-08-11 Thread Uwe Stöhr
> Just guessing --- it probably has to do with how (in which encoding) the words are passed to the > spelling engine... > > But it's probably smarter to look in the code than to guess... ;) I had a look in the Ispell.cpp was didn't understand it. Now I found an explanation here: http://www.rpi.

Re: Ignoring text in spell-check [updated patch]

2007-08-11 Thread Dov Feldstern
Mael Hilléreau wrote: Selon Mael Hilléreau <[EMAIL PROTECTED]>: Selon Bo Peng <[EMAIL PROTECTED]>: IMHO it fixes this bug. Please let me know wether it has a chance to be applied. Sorry that I did not follow this thread closely. Does this related to the caption in listings bug? If this sol

Re: Ignoring text in spell-check

2007-08-11 Thread Dov Feldstern
Mael Hilléreau wrote: Selon Helge Hafting <[EMAIL PROTECTED]>: I want my disabled branches spellchecked. :-/ I write a test with hidden answers. I want to spellcheck everything, so I can print the answers later without further checking & editing. That's why there's a checkbox in the preferenc

Re: Ignoring text in spell-check

2007-08-11 Thread Mael Hilléreau
Selon [EMAIL PROTECTED]: > >> The spellcheck dialog could have another button for "don't spellcheck > >> this word again". (Surely with a shorter caption, but you get the > >> idea.) > >> > >> That button would mark the word as not spellchecked, and the next time > >> the spellchecker runs those

Re: spellchecker settings question

2007-08-11 Thread Dov Feldstern
Uwe Stöhr wrote: What exactly does the spellchecker option "Use input encoding" in LyX's preferences dialog? regards Uwe Just guessing --- it probably has to do with how (in which encoding) the words are passed to the spelling engine... But it's probably smarter to look in the code than t

Re: Ignoring text in spell-check [updated patch]

2007-08-11 Thread Dov Feldstern
Mael Hilléreau wrote: Selon Mael Hilléreau <[EMAIL PROTECTED]>: Selon Dov Feldstern : Jean-Marc Lasgouttes wrote: Mael Hilléreau <[EMAIL PROTECTED]> writes: No, in fact it wasn't the case with LyX-Code. I updated the patch so that LyX-Code paragraphs are no more spellchecked (see attache

Re: Ignoring text in spell-check

2007-08-11 Thread christian . ridderstrom
On Sun, 12 Aug 2007, Mael Hilléreau wrote: The spellcheck dialog could have another button for "don't spellcheck this word again". (Surely with a shorter caption, but you get the idea.) That button would mark the word as not spellchecked, and the next time the spellchecker runs those words

LyX Trac question

2007-08-11 Thread Uwe Stöhr
I've seen that you updated LyX's Trac to version 10.2. Stupid question, why not to version 10.4?: http://trac.edgewall.org/wiki/ChangeLog While you are working in this field: for me as extensive Bugzilla user, updating to Bugzilla 3 would be a big thing. But OK, there are more important things

Re: Bug that 'lyx file.lyx' the first thing just shows the welcome text?

2007-08-11 Thread christian . ridderstrom
On Sun, 12 Aug 2007, Helge Hafting wrote: I'd say it's (minor) bug... should I bugzilla it? Please do. Reported as 4131. /Christian -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Mac: LyX menu in French

2007-08-11 Thread Bennett Helm
I just opened up the LyX menu (on Mac) to discover that all Mac standard menu items appear in French (and not English). For example, I have Préférences, Masquer LyX, Masquer les autres, Quitter Lyx, etc. I suspect Jean-Marc's imperialist hand here. Bennett

Re: For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > Feel free to ask questions, and start some discussion... | | What are your design goals? To change the lyx document format into well-formed and valid (according to some dtd) XML. | What are the benefits? We get a well documented format that we can vali

spellchecker settings question

2007-08-11 Thread Uwe Stöhr
What exactly does the spellchecker option "Use input encoding" in LyX's preferences dialog? regards Uwe

Re: Ignoring text in spell-check

2007-08-11 Thread Mael Hilléreau
Selon Helge Hafting <[EMAIL PROTECTED]>: > I want my disabled branches spellchecked. :-/ > I write a test with hidden answers. I want to spellcheck everything, > so I can print the answers later without further checking & editing. That's why there's a checkbox in the preference pane :) (see the p

Re: For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread Bo Peng
> Oh, bull. I cannot feel guilty of not discussing this with you when > the discussion happend before you emerged on this list. OK. I apologize. > Feel free to ask questions, and start some discussion... What are your design goals? What are the benefits? Where is your format specification? How d

Re: Missing screen update after leaving a note/branch inset

2007-08-11 Thread Mael Hilléreau
Selon Richard Heck <[EMAIL PROTECTED]>: > > Can anyone confirm the bug on other platforms? > > > Yes, I see this on Linux, too. I think the solution is to override > notifyCursorLeaves() in InsetText, and then require an update on wide(). If I follow you (not completely sure), what you propose is

Re: Ignoring text in spell-check

2007-08-11 Thread Helge Hafting
On Thu, Aug 09, 2007 at 01:24:03AM +0200, Mael Hilléreau wrote: > Selon Mael Hilléreau <[EMAIL PROTECTED]>: > > > ... On the other hand, there could be a much more simple solution: > > > > 1. Disable spellcheck for any code-inset (LyX code, listings...) -- perhaps > > it's already the case; > > I

Re: Bug that 'lyx file.lyx' the first thing just shows the welcome text?

2007-08-11 Thread Helge Hafting
On Sat, Aug 11, 2007 at 10:06:29PM +0200, [EMAIL PROTECTED] wrote: > If you do: > > rm ~/.lyx -r > lyx some_existing_file.lyx > > the file 'some_exsting_file.lyx' is not shown, instead the welcome text is > shown. The file isn't opened in the background either. > > I'd say it's (minor)

Re: For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > I don't believe this. Last time they put everything upside down .-) | | I just notice this, and I am not happy about it. I know Lars has been | working on XML for a long time, but he had never discussed this | feature with others. Oh, bull. I cannot feel

Re: For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread Bo Peng
> I don't believe this. Last time they put everything upside down .-) I just notice this, and I am not happy about it. I know Lars has been working on XML for a long time, but he had never discussed this feature with others. Maybe I have missed his emails, maybe I should have kept an eye on his br

Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 08:00:25PM +0200, Enrico Forestieri wrote: > On Sat, Aug 11, 2007 at 07:00:23PM +0200, Jean-Marc Lasgouttes wrote: > > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > > The attached patch adds icons and version information (which shows up > > > when opening the 'p

Bug that 'lyx file.lyx' the first thing just shows the welcome text?

2007-08-11 Thread christian . ridderstrom
If you do: rm ~/.lyx -r lyx some_existing_file.lyx the file 'some_exsting_file.lyx' is not shown, instead the welcome text is shown. The file isn't opened in the background either. I'd say it's (minor) bug... should I bugzilla it? /Christian -- Christian Ridderström, +46-8-7

Re: For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread Bo Peng
> It z*works really well and fixes a bunch of bugs > related to loading of child documents. Try it! Sorry that I do not know what you have done in this branch and I can not merge it just because 'it fixes a bunch of bugs'. To test it out, I have to at least know the bug numbers. Anyway, there has

For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread younes . a
Hello, I am still in Tunisia and do not have the time to read the list but as I remember there should be a meeting these days I would like to ask that you guys merge that my MVC branch. Please? I am affraid that big cleanups will make the merge too difficult afterwards. The branch is only missin

For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread younes
Hello, I am still in Tunisia and do not have the time to read the list but as I remember there should be a meeting these days I would like to ask that you guys merge that my MVC branch. Please? The branch is only missing the splash pixmap. Hopefully Andre will find a nice solution for that. It z*w

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 08:03:27PM +0200, Enrico Forestieri wrote: > On Sat, Aug 11, 2007 at 07:15:13PM +0200, Lars Gullik Bjønnes wrote: > > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > | Yes, very well. I'm still compiling after the last changes to trunk, > > | but until now it seem

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 07:15:13PM +0200, Lars Gullik Bjønnes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > | Yes, very well. I'm still compiling after the last changes to trunk, > | but until now it seems working. I get some warnings from libtool: > | > | libtool: link: warning: un

Re: Missing screen update after leaving a note/branch inset

2007-08-11 Thread Richard Heck
Mael Hilléreau wrote: Selon Bennett Helm <[EMAIL PROTECTED]>: On Aug 10, 2007, at 2:08 PM, Mael Hilléreau wrote: I'm on Intel Mac OS X.4.10. 1. Open the attached file. 2. Go inside the first note. The inset expands to the available width. 3. Press the up/down keys. The inset area isn

Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 07:00:23PM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > The attached patch adds icons and version information (which shows up > > when opening the 'properties' tab) to the lyx executable on Windows > > when building with autotool

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 05:56:51PM +0200, [EMAIL PROTECTED] wrote: > On Sat, 11 Aug 2007, Joost Verburg wrote: > > > [EMAIL PROTECTED] wrote: > >> What's the status of builing LyX with autotool on Windows? Does it work? > >> Well? > > > > For the Windows releases, LyX is compiled with MSVC usi

Re: Mouse Selection Bug Again

2007-08-11 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: Does it make any sense that selecting with the RIGHT mouse button seems OK? Not to me. If you put all debug on, do you see something interesting when the selection disappears? No, just a slew of "X requested select

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Lars Gullik Bjønnes
Enrico Forestieri <[EMAIL PROTECTED]> writes: | Yes, very well. I'm still compiling after the last changes to trunk, | but until now it seems working. I get some warnings from libtool: | | libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries --disable-shared

Re: [patch] add version info to the lyx executable

2007-08-11 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > The attached patch adds icons and version information (which shows up > when opening the 'properties' tab) to the lyx executable on Windows > when building with autotools. > > It is intended for branch, as after the earthquake it doesn't apply > anym

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread christian . ridderstrom
On Sat, 11 Aug 2007, Joost Verburg wrote: [EMAIL PROTECTED] wrote: What's the status of builing LyX with autotool on Windows? Does it work? Well? For the Windows releases, LyX is compiled with MSVC using the SCons build system. MSVC projects are also used to compile all the dependencies.

List of LyX meetings

2007-08-11 Thread christian . ridderstrom
In case you know where/when a LyX meeting occured, you can add such information to this page. http://wiki.lyx.org/Devel/LyXMeetings /Christian -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: [PATCH-updated-again] Bug 2714: paragraph-params LFUN

2007-08-11 Thread Pavel Sanda
> Here is the latest version of this patch. It does not currently have any i have tested the patch in and it works for me. thanks, pavel

Re: Ignoring text in spell-check [updated patch]

2007-08-11 Thread Mael Hilléreau
Selon Mael Hilléreau <[EMAIL PROTECTED]>: > Selon Bo Peng <[EMAIL PROTECTED]>: > > > > IMHO it fixes this bug. Please let me know wether it has a chance to be > > applied. > > > > > > Sorry that I did not follow this thread closely. Does this related to > > the caption in listings bug? If this sol

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
On Sat, Aug 11, 2007 at 04:48:01PM +0200, [EMAIL PROTECTED] wrote: > On Sat, 11 Aug 2007, [EMAIL PROTECTED] wrote: > > > On Sat, 11 Aug 2007, Enrico Forestieri wrote: > > > >> The attached patch adds icons and version information (which shows up > >> when opening the 'properties' tab) to the ly

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread Joost Verburg
[EMAIL PROTECTED] wrote: What's the status of builing LyX with autotool on Windows? Does it work? Well? For the Windows releases, LyX is compiled with MSVC using the SCons build system. MSVC projects are also used to compile all the dependencies. Joost

Re: [O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread christian . ridderstrom
On Sat, 11 Aug 2007, [EMAIL PROTECTED] wrote: On Sat, 11 Aug 2007, Enrico Forestieri wrote: The attached patch adds icons and version information (which shows up when opening the 'properties' tab) to the lyx executable on Windows when building with autotools. What's the status of builing

[O-T] Re: [patch] add version info to the lyx executable

2007-08-11 Thread christian . ridderstrom
On Sat, 11 Aug 2007, Enrico Forestieri wrote: The attached patch adds icons and version information (which shows up when opening the 'properties' tab) to the lyx executable on Windows when building with autotools. What's the status of builing LyX with autotool on Windows? Does it work? Well?

[patch] add version info to the lyx executable

2007-08-11 Thread Enrico Forestieri
The attached patch adds icons and version information (which shows up when opening the 'properties' tab) to the lyx executable on Windows when building with autotools. It is intended for branch, as after the earthquake it doesn't apply anymore to trunk. I'll wait for the aftershocks before adaptin

Re: Missing screen update after leaving a note/branch inset

2007-08-11 Thread Mael Hilléreau
Selon Bennett Helm <[EMAIL PROTECTED]>: > On Aug 10, 2007, at 2:08 PM, Mael Hilléreau wrote: > > > I'm on Intel Mac OS X.4.10. > > > > 1. Open the attached file. > > 2. Go inside the first note. The inset expands to the available width. > > 3. Press the up/down keys. The inset area isn't updated.

Re: [Cvslog] r19056 - in /lyx-devel/trunk: INSTALL.MacOSX config/qt4.m...

2007-08-11 Thread Jean-Marc Lasgouttes
Michael Gerz <[EMAIL PROTECTED]> writes: > Interestingly, > >scons update_po > > kicks them out again. Yes, because it uses the file list. JMarc

Re: [Cvslog] r19056 - in /lyx-devel/trunk: INSTALL.MacOSX config/qt4.m...

2007-08-11 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: Michael Gerz <[EMAIL PROTECTED]> writes: Why are these file back? AFAIK they are unused and thus their messages should not appear in the po files. Well, po/Makefile.in.in does sees them, and thus they appear. There is not much I can do about it. If the fil

Re: make error

2007-08-11 Thread christian . ridderstrom
On Fri, 10 Aug 2007, Richard Heck wrote: Richard Heck wrote: Richard Heck wrote: > > [EMAIL PROTECTED] boost]$ pwd > /cvs/lyx-devel/trunk/boost > [EMAIL PROTECTED] boost]$ make > make: *** No rule to make target `pch.h', needed by `pch.h.gch'. Stop. > > I did make clean and make distc

Re: Mouse Selection Bug Again

2007-08-11 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Does it make any sense that selecting with the RIGHT mouse button seems OK? Not to me. If you put all debug on, do you see something interesting when the selection disappears? JMarc