Re: Crash with Gtk-ERROR on Linux RedHat EL 5

2009-04-21 Thread Pavel Sanda
Ulrich Hetmaniuk wrote: Qt 4 Frontend: Qt 4 version: 4.5.0 ... Do you know how can I fix this problem? i guess qt 4.5.0 makes it happen pavel

Re: Crash with Gtk-ERROR on Linux RedHat EL 5

2009-04-21 Thread Abdelrazak Younes
Ulrich Hetmaniuk wrote: Dear all, Thank you for developing LyX. I have compiled successfully LyX 1.6.2 on RedHat EL 5. However, at execution, the code crashes when changing the focus on a window. Here is the error == bash-3.2$ src/lyx (unknown:11732):

Re: r29346 - lyx-devel/trunk/src/tex2lyx

2009-04-21 Thread Jean-Marc Lasgouttes
Uwe Stöhr uwesto...@web.de writes: Jean-Marc Lasgouttes schrieb: Could you tell me whether you can import a document with only a few words but some accented? I want to check whether the problem is with the idocstream. It is more worse now. I checked out trunk, compiled it, and now LyX

Re: Note: www.lyx.org/~user no longer accessible

2009-04-21 Thread Stephan Witt
Christian Ridderström schrieb: On Thu, 2 Apr 2009, Pavel Sanda wrote: Pavel Sanda wrote: Christian Ridderström wrote: Maybe you could add the images to a sub-tree of www-user? Then I can just update the checked out tree on the server? i would put all the things which were under ~user/..

Re: r29346 - lyx-devel/trunk/src/tex2lyx

2009-04-21 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes lasgout...@lyx.org writes: And could you try with the updated trunk (where the other patch should not be necessary)? If trunk does not work (which is probably the case), please try the following debug patch. Note that it contains code that may cure your comment from an

Re: Note: www.lyx.org/~user no longer accessible

2009-04-21 Thread Pavel Sanda
Stephan Witt wrote: PS. I'm not sure about the images from Berlin, so I disabled 'rx' for others for that directory, so it's currently not world readable. Hi Christian, if the only thing you need is an OK from me... Here you are. You can publish them if you like. iirc the problem was the

Re: r29364 - lyx-devel/trunk/src

2009-04-21 Thread Jürgen Spitzmüller
lasgouttes wrote: - runparams.use_indices = buffer-params().use_indices; - - if (buffer) + if (buffer) { runparams.use_japanese = buffer-bufferFormat() == platex; + runparams.use_indices = buffer-params().use_indices; + } Oops. Thanks.

spellcheck typos

2009-04-21 Thread Edwin Leuven
the attached fixes some typos in the spellcheck code i can't seem to commit, perhaps someone can do it for me? thanks, edwin Index: GuiSpellchecker.h === --- GuiSpellchecker.h (revision 29364) +++ GuiSpellchecker.h (working copy)

Re: spellcheck typos

2009-04-21 Thread Pavel Sanda
Edwin Leuven wrote: the attached fixes some typos in the spellcheck code i can't seem to commit, perhaps someone can do it for me? you need to svn switch --relocate svn+ssh://lar...@svn.lyx.org/lyx/... svn://svn.lyx.org/lyx/... for your tree or checkout the fresh archive (now without the

RE: spellcheck typos

2009-04-21 Thread Edwin Leuven
pavel wrote: you need to svn switch --relocate svn+ssh://lar...@svn.lyx.org/lyx/... svn://svn.lyx.org/lyx/... for your tree or checkout the fresh archive (now without the '+ssh' prefix in protocol). first commit you will be asked for user and pass you had previsouly and from then svn

Re: spellcheck typos

2009-04-21 Thread Jean-Marc Lasgouttes
Edwin Leuven edwin.leu...@ensae.fr writes: doing svn commit gives me svn: Commit failed (details follow): svn: Authentication error from server: Username not found You should use as username tour @lyx.org login name. And you need to send a password to Lars so that he activates your account.

RE: spellcheck typos

2009-04-21 Thread Edwin Leuven
jmarc wrote: You should use as username tour @lyx.org login name. And you need to send a password to Lars so that he activates your account. mm, i think i did both ... but now i start to have some doubts lars can u confirm that my account is active? ed.

Re: r29342 - lyx-devel/trunk/src

2009-04-21 Thread Bernhard Roider
Jean-Marc Lasgouttes schrieb: Yes, but what if I keep a reference to the temporary variable that gets returned? Does my reference point to neverland? Yes it does. Or more precisely it points to somewhere on the stack because local variables in functions are allocated on the stack. When the

Re: r29342 - lyx-devel/trunk/src

2009-04-21 Thread Jean-Marc Lasgouttes
Bernhard Roider bernhard.roi...@sonnenkinder.org writes: Jean-Marc Lasgouttes schrieb: Yes, but what if I keep a reference to the temporary variable that gets returned? Does my reference point to neverland? Yes it does. Or more precisely it points to somewhere on the stack because local

Re: r29342 - lyx-devel/trunk/src

2009-04-21 Thread Andre Poenitz
On Tue, Apr 21, 2009 at 08:48:50PM +0200, Jean-Marc Lasgouttes wrote: Bernhard Roider bernhard.roi...@sonnenkinder.org writes: Jean-Marc Lasgouttes schrieb: Yes, but what if I keep a reference to the temporary variable that gets returned? Does my reference point to neverland? Yes it

Re: spellcheck typos

2009-04-21 Thread Pavel Sanda
Edwin Leuven wrote: You should use as username tour @lyx.org login name. And you need to send a password to Lars so that he activates your account. mm, i think i did both ... but now i start to have some doubts lars can u confirm that my account is active? for the time being i have

Re: r29346 - lyx-devel/trunk/src/tex2lyx

2009-04-21 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: It is more worse now. I checked out trunk, compiled it, and now LyX crashes immediately whenever I want to import a LaTeX file, even when the LaTeX file contains only a single ASCII word like Hello. This crash is just an oversight in the new multi-index support.

Re: How does the Navigate Back feature work?

2009-04-21 Thread Uwe Stöhr
i described it in doxy: Thanks for the explanation. I open for example the Tutorial manual. Via the menu Navigate I go to chapter 2 and then to chapter 3. I expect that I can now go back to chapter 2 by pressing the Navigate Back button, no, the intention was to go the place of last

LyX 1.6.2 -- does it provide inverse search via Yap ?

2009-04-21 Thread sykes
hi, I'm running LyX 1.6.2 on Windows XP. I would like to perform inverse searches from Yap back to the actual line in LyX. Is this possible? Also, is there a better viewer than Yap that people could suggest? Thanks, Ed Sykes -- View this message in context:

LyX 1.6.2 -- svn on Windows

2009-04-21 Thread sykes
hi, I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for subversion. I'm getting an error when I try to commit from within LyX: Some problem occured while running the command: 'svn commit -m ... I'm assuming I need a command line client for svn to execute... is there

Re: Crash with Gtk-ERROR on Linux RedHat EL 5

2009-04-21 Thread Pavel Sanda
Ulrich Hetmaniuk wrote: > Qt 4 Frontend: > Qt 4 version: 4.5.0 ... > Do you know how can I fix this problem? i guess qt 4.5.0 makes it happen pavel

Re: Crash with Gtk-ERROR on Linux RedHat EL 5

2009-04-21 Thread Abdelrazak Younes
Ulrich Hetmaniuk wrote: Dear all, Thank you for developing LyX. I have compiled successfully LyX 1.6.2 on RedHat EL 5. However, at execution, the code crashes when changing the focus on a window. Here is the error == bash-3.2$ src/lyx (:11732): Gtk-WARNING **:

Re: r29346 - lyx-devel/trunk/src/tex2lyx

2009-04-21 Thread Jean-Marc Lasgouttes
Uwe Stöhr writes: > Jean-Marc Lasgouttes schrieb: > >>> Could you tell me whether you can import a document with only a few >>> words but some accented? I want to check whether the problem is with the >>> idocstream. > > It is more worse now. I checked out trunk, compiled it,

Re: Note: www.lyx.org/~ no longer accessible

2009-04-21 Thread Stephan Witt
Christian Ridderström schrieb: On Thu, 2 Apr 2009, Pavel Sanda wrote: Pavel Sanda wrote: Christian Ridderström wrote: Maybe you could add the images to a sub-tree of www-user? Then I can just update the checked out tree on the server? i would put all the things which were under ~user/..

Re: r29346 - lyx-devel/trunk/src/tex2lyx

2009-04-21 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes writes: > And could you try with the updated trunk (where the other patch should > not be necessary)? If trunk does not work (which is probably the case), please try the following debug patch. Note that it contains code that may cure your comment from an

Re: Note: www.lyx.org/~ no longer accessible

2009-04-21 Thread Pavel Sanda
Stephan Witt wrote: >> PS. I'm not sure about the images from Berlin, so I disabled 'rx' for >> others for that directory, so it's currently not world readable. > > Hi Christian, > > if the only thing you need is an OK from me... Here you are. > You can publish them if you like. iirc the problem

Re: r29364 - lyx-devel/trunk/src

2009-04-21 Thread Jürgen Spitzmüller
lasgouttes wrote: > - runparams.use_indices = buffer->params().use_indices; > - > - if (buffer) > + if (buffer) { > runparams.use_japanese = buffer->bufferFormat() == > "platex"; + runparams.use_indices = > buffer->params().use_indices; + }

spellcheck typos

2009-04-21 Thread Edwin Leuven
the attached fixes some typos in the spellcheck code i can't seem to commit, perhaps someone can do it for me? thanks, edwin Index: GuiSpellchecker.h === --- GuiSpellchecker.h (revision 29364) +++ GuiSpellchecker.h (working copy)

Re: spellcheck typos

2009-04-21 Thread Pavel Sanda
Edwin Leuven wrote: > the attached fixes some typos in the spellcheck code > > i can't seem to commit, perhaps someone can do it for me? you need to svn switch --relocate svn+ssh://lar...@svn.lyx.org/lyx/... svn://svn.lyx.org/lyx/... for your tree or checkout the fresh archive (now without

RE: spellcheck typos

2009-04-21 Thread Edwin Leuven
pavel wrote: > you need to > svn switch --relocate svn+ssh://lar...@svn.lyx.org/lyx/... > svn://svn.lyx.org/lyx/... > > for your tree or checkout the fresh archive (now without the '+ssh' prefix > in protocol). first commit you will be asked for user and pass you had > previsouly and from then

Re: spellcheck typos

2009-04-21 Thread Jean-Marc Lasgouttes
Edwin Leuven writes: > doing svn commit gives me > > svn: Commit failed (details follow): > svn: Authentication error from server: Username not found You should use as username tour @lyx.org login name. And you need to send a password to Lars so that he activates your

RE: spellcheck typos

2009-04-21 Thread Edwin Leuven
jmarc wrote: > You should use as username tour @lyx.org login name. And you need to > send a password to Lars so that he activates your account. mm, i think i did both ... but now i start to have some doubts lars can u confirm that my account is active? ed.

Re: r29342 - lyx-devel/trunk/src

2009-04-21 Thread Bernhard Roider
Jean-Marc Lasgouttes schrieb: Yes, but what if I keep a reference to the temporary variable that gets returned? Does my reference point to neverland? Yes it does. Or more precisely it points to somewhere on the stack because local variables in functions are allocated on the stack. When the

Re: r29342 - lyx-devel/trunk/src

2009-04-21 Thread Jean-Marc Lasgouttes
Bernhard Roider writes: > Jean-Marc Lasgouttes schrieb: > >> Yes, but what if I keep a reference to the temporary variable that >> gets returned? Does my reference point to neverland? > > Yes it does. Or more precisely it points to somewhere on the stack >

Re: r29342 - lyx-devel/trunk/src

2009-04-21 Thread Andre Poenitz
On Tue, Apr 21, 2009 at 08:48:50PM +0200, Jean-Marc Lasgouttes wrote: > Bernhard Roider writes: > > > Jean-Marc Lasgouttes schrieb: > > > >> Yes, but what if I keep a reference to the temporary variable that > >> gets returned? Does my reference point to

Re: spellcheck typos

2009-04-21 Thread Pavel Sanda
Edwin Leuven wrote: > You should use as username tour @lyx.org login name. And you need to > > send a password to Lars so that he activates your account. > > mm, i think i did both ... but now i start to have some doubts > > lars can u confirm that my account is active? for the time being i

Re: r29346 - lyx-devel/trunk/src/tex2lyx

2009-04-21 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: It is more worse now. I checked out trunk, compiled it, and now LyX crashes immediately whenever I want to import a LaTeX file, even when the LaTeX file contains only a single ASCII word like "Hello". This crash is just an oversight in the new multi-index

Re: How does the Navigate Back feature work?

2009-04-21 Thread Uwe Stöhr
> i described it in doxy: Thanks for the explanation. >> I open for example the Tutorial manual. Via the menu Navigate I go to >> chapter 2 and then to chapter 3. I expect that I can now go back to chapter >> 2 by pressing the Navigate Back button, > no, the intention was to go the place of

LyX 1.6.2 -- does it provide inverse search via Yap ?

2009-04-21 Thread sykes
hi, I'm running LyX 1.6.2 on Windows XP. I would like to perform inverse searches from Yap back to the actual line in LyX. Is this possible? Also, is there a better viewer than Yap that people could suggest? Thanks, Ed Sykes -- View this message in context:

LyX 1.6.2 -- svn on Windows

2009-04-21 Thread sykes
hi, I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for subversion. I'm getting an error when I try to commit from within LyX: "Some problem occured while running the command: 'svn commit -m " ... " I'm assuming I need a command line client for svn to execute... is