Re: changeset/29734

2009-05-20 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: What I can do right now, until I have a proper way to check for R, is to remove the condition on Sweave.sty. Would that seem better to you for now? Yes. regards Uwe

Re: possible [patch] for bug 5909

2009-05-20 Thread Uwe Stöhr
>> The only problem that remains is that I don't know where to call >> InsetPrintNomencl::latex >> so that this code appears in the LaTeX output before the command >> \printnomenclature. >> >> I thought I could do the same as for >> InsetPrintIndex::latex >> but I can't find out where this routine

Trac issue (Was): Contact me regarding write/commit permission to Subversion and Trac

2009-05-20 Thread Christian Ridderström
On Tue, 19 May 2009, Jean-Marc Lasgouttes wrote: Jürgen Spitzmüller writes: Jean-Marc Lasgouttes wrote: Could you set that only the developers can add/remove keywords and set the target milestone? People are frequently using the keyword field now, and in most cases, the keywords are not very

Re: Trying to compile 1.6.2 in Cygwin

2009-05-20 Thread Enrico Forestieri
On Wed, May 20, 2009 at 01:28:34PM +0200, Enrico Forestieri wrote: > On Wed, May 20, 2009 at 02:58:22AM -0400, Ben M. wrote: > > > I take back my claim that server-goto-file-row works in 2.0.0svn. > > Upon further testing, it seems to work only sporadically. I got it to > > work on Intro.lyx but

Re: Trying to compile 1.6.2 in Cygwin

2009-05-20 Thread Enrico Forestieri
On Wed, May 20, 2009 at 01:25:04PM +0200, Enrico Forestieri wrote: > On Wed, May 20, 2009 at 02:10:50AM -0400, Ben M. wrote: > > > Furthermore, under Vista you must execute > > autogen.sh from a shell that is "Run as Administrator." When run > > without administrative privileges, the following e

Re: r29746 - lyx-devel/trunk/src/mathed

2009-05-20 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > Fix bug #1435. Now Ctrl-m enters math mode when in text-in-math mode, > > instead of producing nested text boxes. > > Ok for branch? This is pretty safe and only allows entering an EnsureMath > inset by Ctrl-m instead of typing \ensuremath. Fine with me. Jürgen

Re: clipboard-paste vs paste needs better documentation?

2009-05-20 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > >But I don't know what the difference between "text" and > >"material" is in this case. material could be a single graphics >I can use both C-V and C-S-V to > >paste graphics from another LyX document, and neither allows > >me to copy graphics from a web page

Re: r29746 - lyx-devel/trunk/src/mathed

2009-05-20 Thread Enrico Forestieri
On Wed, May 20, 2009 at 04:52:04PM +0200, for...@lyx.org wrote: > Author: forenr > Date: Wed May 20 16:52:03 2009 > New Revision: 29746 > URL: http://www.lyx.org/trac/changeset/29746 > > Log: > Fix bug #1435. Now Ctrl-m enters math mode when in text-in-math mode, > instead of producing nested tex

Re: Download picture on http://www.lyx.org/

2009-05-20 Thread Pavel Sanda
Hartmut Haase wrote: > Hi, > who created the picture, Joost or Rex >and can it easily be translated? no unless you want to create some more beautiful logo ;) pavel

Re: xdg-open

2009-05-20 Thread rgheck
Jean-Marc Lasgouttes wrote: rgheck writes: Should we search for xdg-open as a pdf viewer, and use it if we find it? I have been manually setting my pdf viewer to xdg-open This has been discussed in the past, but I am not sure any more what the outcome has been. Normally, this stuf

Re: Trac access

2009-05-20 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes writes: > OK, Christian, can you do the following: > > 1/ update the setuptools, as explaiend here: > http://trac.edgewall.org/wiki/TracPlugins#Requirements > > 2/ install the account manager by > easy_install http://trac-hacks.org/svn/accountmanagerplugin/trunk > as e

Re: xdg-open

2009-05-20 Thread Jean-Marc Lasgouttes
rgheck writes: > Should we search for xdg-open as a pdf viewer, and use it if we find > it? I have been manually setting my pdf viewer to xdg-open This has been discussed in the past, but I am not sure any more what the outcome has been. Normally, this stuff should go in os_unix.cpp:canAutoOp

xdg-open

2009-05-20 Thread rgheck
Should we search for xdg-open as a pdf viewer, and use it if we find it? I have been manually setting my pdf viewer to xdg-open rh

Re: changeset/29734

2009-05-20 Thread Jean-Marc Lasgouttes
Uwe Stöhr writes: > This hack is indeed a bit unusual but will work, and this way the > license of the used files is at least clear. But how do you check for > R? Currently we search for Sweave.sty via chkconfig.ltx which is not > sensible in my opinion. What I can do right now, until I have a pr

Re: changeset/29734

2009-05-20 Thread Uwe Stöhr
> Yes, but the right solution is to test for R itself. When Sweave.sty is in a place where LaTeX > does not search, the Sweave R function actually outputs > \usepackage{/path/to/Sweave.sty} > which is kind of ugly but does the trick. This is transparent for us, since we do not add the > \usepac

Re: Trying to compile 1.6.2 in Cygwin

2009-05-20 Thread Enrico Forestieri
On Wed, May 20, 2009 at 02:58:22AM -0400, Ben M. wrote: > I wrote: > > working with LyX.  For me, it works in 1.6.1 and 2.0.0svn(=trunk). > > However, in 1.6.2 and 1.6.3svn(=BRANCH_1_6_X), this command reliably > > sends me to the first line.  This seems odd since Pavel seems to > > confirm that y

Re: Trying to compile 1.6.2 in Cygwin

2009-05-20 Thread Enrico Forestieri
On Wed, May 20, 2009 at 02:10:50AM -0400, Ben M. wrote: > Thanks for all your help Enrico! I'm now a proud user of 1.6.3svn and > 2.0.0svn! =) > > (The only thing I'd add to complete your instructions is that for > development versions, you must run autogen.sh before running > lyxconfig-cygwin.

Re: trunk and branch no longer compilable

2009-05-20 Thread Uwe Stöhr
Uwe, can you try the attached patch? It works for me when I replace all occurrences of data, see attached. regards Uwe Index: unicode.cpp === --- unicode.cpp (revision 29738) +++ unicode.cpp (working copy) @@ -230,13 +230,13 @@ if

Re: possible [patch] for bug 5909

2009-05-20 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Attached is a patch that calculates the nomenclature width automatically > and exactly. > > The only problem that remains is that I don't know where to call > InsetPrintNomencl::latex > so that this code appears in the LaTeX output before the command > \printnomenclature. > > I t

Re: r29734 - in lyx-devel/trunk: development/scons lib lib/examples

2009-05-20 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > it may be worth to add it to the specific manuals in our help menu. Yes, this is the next thing I plan to ask Gregor about :) JMarc

Re: trunk and branch no longer compilable

2009-05-20 Thread Georg Baum
Andre Poenitz wrote: > On Tue, May 19, 2009 at 08:20:49PM +0200, Jürgen Spitzmüller wrote: >> Index: src/support/unicode.cpp >> === >> --- src/support/unicode.cpp (Revision 29736) >> +++ src/support/unicode.cpp (Arbeitskopie) >> @@

Re: www.lyx.org is down

2009-05-20 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn writes: > It seems to work just now Yes. I do not know what happened. JMarc

Re: trunk and branch no longer compilable

2009-05-20 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > What's the difference between > &vect[0] > and > &outbuf[0] Nothing. André was just referring to the thing as a whole (a vector), while Enrico referred to the actual name of that vector in the code (outbuf). Jürgen

possible [patch] for bug 5909

2009-05-20 Thread Uwe Stöhr
Attached is a patch that calculates the nomenclature width automatically and exactly. The only problem that remains is that I don't know where to call InsetPrintNomencl::latex so that this code appears in the LaTeX output before the command \printnomenclature. I thought I could do the same as f