Re: [Patch] Hebrew counter labels

2005-08-30 Thread Martin Vermeer
On Tue, Aug 30, 2005 at 04:28:29PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Heck yes, you're right. These strings are in the po files. > Martin> Yippee!!! > > Could you update the patch accordingly? > > Martin> (BTW I checked s

Re: [Patch] Hebrew counter labels

2005-08-30 Thread Martin Vermeer
As bugzilla is down, attached the summary of my hebrew-related changes as a patch. - Martin On Tue, 2005-08-30 at 18:55, Martin Vermeer wrote: > On Tue, 2005-08-30 at 17:28, Jean-Marc Lasgouttes wrote: > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > > Martin> Heck yes, yo

Re: Dr. Schmitt is dead!

2005-08-30 Thread Michael Gerz
Jean-Marc Lasgouttes wrote: Michael> Long live Mr. Gerz! Michael> I am married, finally :-) Michael> Michael Gerz (formerly known as Michael Schmitt) That is what I was going to ask. Congratulations! JMarc PS: is it common for a man to change name when marrying? Not really ... But in Germa

Re: Dr. Schmitt is dead!

2005-08-30 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Long live Mr. Gerz! Michael> I am married, finally :-) Michael> Michael Gerz (formerly known as Michael Schmitt) That is what I was going to ask. Congratulations! JMarc PS: is it common for a man to change name when marrying

Dr. Schmitt is dead!

2005-08-30 Thread Michael Gerz
Long live Mr. Gerz! I am married, finally :-) Michael Gerz (formerly known as Michael Schmitt)

Re: [PATCH] Binding for paste-primary-selection

2005-08-30 Thread Michael Gerz
Jean-Marc Lasgouttes wrote: Michael> Therefore, the attached patch (for LyX 1.4) adds bindings for Michael> command "paste-primary-selection" (BTW: What does "primary Michael> selection" mean in this context?) +\bind "M-S-v""primary-selection-paste" +\bind "C-S-v"

Re: [Patch] Hebrew counter labels

2005-08-30 Thread Martin Vermeer
On Tue, 2005-08-30 at 17:28, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Heck yes, you're right. These strings are in the po files. > Martin> Yippee!!! > > Could you update the patch accordingly? Was already done, see bugzilla. I'll leav

bugzilla down?

2005-08-30 Thread Juergen Spitzmueller
It says: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused

Re: [patch] bug 2003

2005-08-30 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> OK to apply? > > As Andre pointed out, adding a virtual method to InsetBase looks like > a better (and safe) solution, if Lars agrees with this. So I'm awaiting Lars' comment before going further. Jürgen

Re: LyX/Mac Spotlight importer

2005-08-30 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Aug 30, 2005, at 9:26 AM, Jean-Marc Lasgouttes wrote: >> Wow! 1.7Mb of sources? Bennett> I suppose I should have looked at that a bit more closely. Bennett> Almost all of it is Xcode's indexing of the entire project, Bennett>

Re: LyX/Mac Spotlight importer

2005-08-30 Thread Bennett Helm
On Aug 30, 2005, at 9:26 AM, Jean-Marc Lasgouttes wrote: Wow! 1.7Mb of sources? I suppose I should have looked at that a bit more closely. Almost all of it is Xcode's indexing of the entire project, including external frameworks. I've deleted that index, and it's now 20KB. Is that better?

Re: [Patch] Hebrew counter labels

2005-08-30 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Heck yes, you're right. These strings are in the po files. Martin> Yippee!!! Could you update the patch accordingly? Martin> (BTW I checked some po files including the French, and the Martin> localizers apparently didn't grok i

Re: [Patch] Hebrew counter labels

2005-08-30 Thread Martin Vermeer
On Tue, 2005-08-30 at 15:52, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Here is a patch to make counter labels work again as they are > Martin> supposed to in Hebrew, i.e., right to left. At least I assume > Martin> so, not knowing any He

Re: Broken \lyxline{} in 1.4cvs, and a suggested fix

2005-08-30 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Should it use it with the new inset version? I think the idea was >> to make sure that the spacing is correct in large titles, for >> example. Georg> I don't know. André, why did you remove the argument in the Georg> inset? Probably the

Re: Broken \lyxline{} in 1.4cvs, and a suggested fix

2005-08-30 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > >>> Second - why the #1 parameter? lyx just inserts \lyxline{} with no >>> parameter anyway. > > Georg> It used a parameter in older versions. > > Should it use it with the new inset version? I

Re: LyX/Mac Spotlight importer

2005-08-30 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I've posted the importer (LyX-Metadata.mdimporter.zip -- < Bennett> 8KB) as well as the source files for Apple's Xcode Bennett> development platform (LyX- Metadata.zip -- ~ 1.7MB) Wow! 1.7Mb of sources? Bennett> I can provide

Re: Tabular fixed-/non-fixed-width switch (bugs 1296, 1840)

2005-08-30 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Two old bugs. But since it is a multiple reported bug and an Juergen> obvious fix I don't see why it should be postponed. I'd even Juergen> strongly propose this for 1.3.7. I would even accept it for 1.3.7 (I'd have to s

Re: support/lstrings.C subst() stuck in a loop

2005-08-30 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > 1/ make subst(str, from, to) directly return when from is empty. This > seems to be very reasonable semantics. > > 2/ make subst assert on this case (since the code does not work in > this case) and fix MakeDisplayPath. > > What would you prefer? I'd prefer 2/, sin

Re: [patch] bug 2003

2005-08-30 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> http://bugzilla.lyx.org/show_bug.cgi?id=2003 Do not indent Juergen> optarg insets. The fix is trivial. For the future, we might Juergen> consider a bool neverindent in InsetBase rather than putting Juergen> each inset to

Re: [PATCH] Binding for paste-primary-selection

2005-08-30 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hello, copying and pasting from external applications is a Michael> real PITA (especially on Windows) because there are no key Michael> bindings available. Michael> Therefore, the attached patch (for LyX 1.4) adds bindings fo

Re: [PATCH] Support tex4ht converter

2005-08-30 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hello, I have added support for the great tex4ht converter Michael> (which generates HTML especially well-suited for MS Word). Michael> Enclosed please find a patch against 1.4.0. It also polishes Michael> some comments (pure

Re: Spell checker patch

2005-08-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Michael Schmitt wrote: >> Hi Angus, what happened to the "spell checker" patch? Angus> Jean-Marc has it. He's on holiday... It is always my fault... Angus> Ok, Ok, I'll apply it. Modulo the "history" changes that Lars Angus> didn

Re: Broken \lyxline{} in 1.4cvs, and a suggested fix

2005-08-30 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Second - why the #1 parameter? lyx just inserts \lyxline{} with no >> parameter anyway. Georg> It used a parameter in older versions. Should it use it with the new inset version? I think the idea was to make sure that the spacing is corr

Re: support/lstrings.C subst() stuck in a loop

2005-08-30 Thread Jean-Marc Lasgouttes
> "Eric" == Eric Wilhelm <[EMAIL PROTECTED]> writes: Eric> Hi again. I've traced this cgi export bug into filetools.C Eric> (MakeDisplayPath) and from there to lstrings.C and it is stuck Eric> in this loop. Eric> while ((i = lstr.find(oldstr, i)) != string::npos) { lyxerr << Eric> "while su

Re: [PATCH] 1.4 no.po update - with changelog, newer version of the patch

2005-08-30 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> Please use this version instead, it contains the same stuff as Helge> well as a translated graphichs inset dialog. Lars, did you apply that before remerging? Otherwise, I'll need a new patch. JMarc

Re: [Patch] Hebrew counter labels

2005-08-30 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Here is a patch to make counter labels work again as they are Martin> supposed to in Hebrew, i.e., right to left. At least I assume Martin> so, not knowing any Hebrew. Please comment, especially if you Martin> do. What is the st

CVS problems

2005-08-30 Thread Kayvan A. Sylvan
Hi everyone. I upgraded sylvan.com over the weekend and have been having some trouble with getting the anonymous CVS set up again. I have followed all the instructions, and I am getting messages like these: [EMAIL PROTECTED] lyx]$ cvs update cvs update: cannot open /home/lyx/.cvsignore: P

[patch] fix bug 2004

2005-08-30 Thread Georg Baum
http://bugzilla.lyx.org/show_bug.cgi?id=2004 Since the fix is trivial and José confirmed that it is right I am committing this patch right now. GeorgIndex: lib/lyx2lyx/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/lyx

Re: LyX/Mac Spotlight importer

2005-08-30 Thread Asger Alstrup
Bennett Helm wrote: I have written a basic Spotlight importer for LyX/Mac. One simple thing to try to improve it is to export the LyX document as ASCII, and then index that. Regards, Asger