Re: [patch] bug 3218: Do not show this warning again

2009-06-04 Thread Jürgen Spitzmüller
José Matos wrote: > > It drove me nuts a long time ago, so please! > > > > rh > > +\infty OK. It's in. Jürgen

Re: Broken reverse search

2009-06-04 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > When you launch SumatraPDF through the following script: BTW could we include the respective scripts for win32, cygwin and unix to the distribution? I take it that there is already a script for Mac. Jürgen

Re: Spelling in trunk: can't find dictionaries

2009-06-04 Thread BH
On Thu, Jun 4, 2009 at 2:49 PM, Anders Ekberg wrote: > I think it is some regression. Spellchecker is blanked in my Tools-menu too > with a compilation from yesterday. This sounds like a different problem: I can launch the spellchecker; it's just that the spellchecker can't find the dictionaries.

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-04 Thread BH
On Thu, Jun 4, 2009 at 4:53 PM, Jean-Marc Lasgouttes wrote: > Le 4 juin 09 à 16:16, BH a écrit : >> >> ... I'm just confused. ... > > There is something you did not tell me, it seems ;) Oh, believe me, there's lot's I don't tell you! In this case, ignorance is the explanation. > configure:20617:

Re: r29927 - in lyx-devel/branches/personal/rgheck/trunk/src: . insets

2009-06-04 Thread rgheck
Jean-Marc Lasgouttes wrote: Le 4 juin 09 à 20:01, rgheck a écrit : Jean-Marc Lasgouttes wrote: Why the name lyxhtml and not just html() ? I don't know. I was going to call it xhtml(), and can still do that, if you prefer. Is it really xhtml that you export? What DTD do you target BTW? I'm

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-04 Thread Jean-Marc Lasgouttes
Le 4 juin 09 à 16:16, BH a écrit : ... I'm just confused. ... There is something you did not tell me, it seems ;) configure:20617: checking aspell.h usability configure:20634: g++ -c -g -O -isysroot /Developer/SDKs/MacOSX10.5.sdk conftest.cpp >&5 conftest.cpp:157:20: error: aspell.h: No suc

Re: r29927 - in lyx-devel/branches/personal/rgheck/trunk/src: . insets

2009-06-04 Thread Jean-Marc Lasgouttes
Le 4 juin 09 à 20:01, rgheck a écrit : Jean-Marc Lasgouttes wrote: Why the name lyxhtml and not just html() ? I don't know. I was going to call it xhtml(), and can still do that, if you prefer. Is it really xhtml that you export? What DTD do you target BTW? JMarc

Re: [Patch] Use xdg-open to open files in default applications

2009-06-04 Thread Sven Hoexter
On Thu, Jun 04, 2009 at 06:28:21PM +, Frederik Himpe wrote: > Mandriva includes this patch to open files in the default applications in > the user's desktop with xdg-open. Maybe you want to include this patch in > the official sources. Debian and Fedora too. See this thread for the discussio

Re: Broken reverse search

2009-06-04 Thread Enrico Forestieri
On Thu, Jun 04, 2009 at 12:37:37PM -0400, Ben M. wrote: > > A much simpler workaroud is using the SumatraPDF.sh wrapper and simply > > changing "file=`cygpath $1`" to "file=`cygpath -a $1`" in lyxeditor.sh. > > The -a flag doesn't seem to do anything on my computer. Only my sed > hack produces a

Re: Spelling in trunk: can't find dictionaries

2009-06-04 Thread Anders Ekberg
I think it is some regression. Spellchecker is blanked in my Tools- menu too with a compilation from yesterday. /Anders On 4 jun 2009, at 16.29, BH wrote: Spelling in trunk is not finding my installed dictionaries: I get the "No word lists can be found for the language 'en_US'" warning. Yet s

[Patch] Use xdg-open to open files in default applications

2009-06-04 Thread Frederik Himpe
Mandriva includes this patch to open files in the default applications in the user's desktop with xdg-open. Maybe you want to include this patch in the official sources. --- lyx-1.6.3/lib/configure.py 2009-06-02 17:37:29.0 +0200 +++ lyx-1.6.3.new/lib/configure.py 2009-06-04 19:27:2

HTML Export Update

2009-06-04 Thread rgheck
rgh...@lyx.org wrote: Author: rgheck Date: Thu Jun 4 20:18:45 2009 New Revision: 29939 URL: http://www.lyx.org/trac/changeset/29939 This completes the major infrastructure for HTML output. Few of the insets work yet, but it handles everything else reasonably well, even tough files like dev

Re: r29927 - in lyx-devel/branches/personal/rgheck/trunk/src: . insets

2009-06-04 Thread rgheck
Jean-Marc Lasgouttes wrote: Le 4 juin 09 à 16:22, rgh...@lyx.org a écrit : +int InsetBox::lyxhtml(odocstream & os, OutputParams const & runparams) const +{ +// FIXME We also want to do something with the length info, etc, +// presumably as "style='...'". +os << from_ascii("\n"); +

Re: [patch] bug 3218: Do not show this warning again

2009-06-04 Thread José Matos
On Thursday 04 June 2009 18:21:50 rgheck wrote: > It drove me nuts a long time ago, so please! > > rh +\infty -- José Abílio

Re: r29927 - in lyx-devel/branches/personal/rgheck/trunk/src: . insets

2009-06-04 Thread Jean-Marc Lasgouttes
Le 4 juin 09 à 16:22, rgh...@lyx.org a écrit : +int InsetBox::lyxhtml(odocstream & os, OutputParams const & runparams) const +{ + // FIXME We also want to do something with the length info, etc, + // presumably as "style='...'". + os << from_ascii("\n"); + InsetText::lyx

Re: [patch] bug 3218: Do not show this warning again

2009-06-04 Thread rgheck
Jürgen Spitzmüller wrote: http://www.lyx.org/trac/ticket/3218 I propose to backport this (r29324) to branch (patch attached). The simple reason is that I'm using beamer-article with included beamer document regularly now, and the "Included document has different textclass" message is driving

[patch] bug 3218: Do not show this warning again

2009-06-04 Thread Jürgen Spitzmüller
http://www.lyx.org/trac/ticket/3218 I propose to backport this (r29324) to branch (patch attached). The simple reason is that I'm using beamer-article with included beamer document regularly now, and the "Included document has different textclass" message is driving me nuts. Objections? Jürge

Re: pdf font quality improvement after miktex update

2009-06-04 Thread Uwe Stöhr
asm23 schrieb: I just want to know why in my environment, the default setting is "T1", but in your system, the default seems to be "OT1"? No, it is also T1 here. regards Uwe

Re: Broken reverse search

2009-06-04 Thread Ben M.
> A much simpler workaroud is using the SumatraPDF.sh wrapper and simply > changing "file=`cygpath $1`" to "file=`cygpath -a $1`" in lyxeditor.sh. The -a flag doesn't seem to do anything on my computer. Only my sed hack produces a usable result. $ cygpath "C:\cygwin\tmp\lyx_tmpdir.jl8088\lyx_tmp

[ANNOUNCE] LyX 1.6.3 is released

2009-06-04 Thread Jürgen Spitzmüller
Public release of LyX version 1.6.3 === We are pleased to announce the release of LyX 1.6.3. This is the third maintenance release in the 1.6.x series. Besides the usual improvements of stability, the highlights of this release are: * tex2lyx is now able to read fi

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-04 Thread Jean-Marc Lasgouttes
BH writes: > So why isn't it finding aspell.h in /usr/local/include/ without my > explicitly telling it to look there? Could you send your config.log to me? JMarc

Re: [Patch] Corkboard

2009-06-04 Thread Pavel Sanda
Rob Oakes wrote: >1) the existing Outline/TOC widget (which I'll call the Document Map to >differentiate from the Outliner below), 2) > Corkboard, 3) Outliner. not good idea to rename it this way - it will cause many confusion in the future discussion. lets have 'outliner' meaning fixed to what i

Spelling in trunk: can't find dictionaries

2009-06-04 Thread BH
Spelling in trunk is not finding my installed dictionaries: I get the "No word lists can be found for the language 'en_US'" warning. Yet spelling works fine in branch, with identical settings in spellchecker preferences. Am I doing something wrong? BH

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-04 Thread BH
On Thu, Jun 4, 2009 at 9:54 AM, BH wrote: > Hmm. I get: > > Using built-in specs. > Target: i686-apple-darwin9 > Configured with: /var/tmp/gcc/gcc-5490~1/src/configure > --disable-checking -enable-werror --prefix=/usr --mandir=/share/man > --enable-languages=c,objc,c++,obj-c++ > --program-transfor

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-04 Thread BH
On Thu, Jun 4, 2009 at 9:33 AM, Jean-Marc Lasgouttes wrote: > BH writes: > >> When I configure trunk with the following: >> >> ./configure --prefix=/Applications/LyX-devel.app >> --with-version-suffix=-2.0 >> --with-qt4-dir=/Users/bennett/lyx/qt-4.5-install/ >> --with-included-gettext --with-aspe

Re: Configuring trunk on Mac: doesn't find aspell

2009-06-04 Thread Jean-Marc Lasgouttes
BH writes: > When I configure trunk with the following: > > ./configure --prefix=/Applications/LyX-devel.app > --with-version-suffix=-2.0 > --with-qt4-dir=/Users/bennett/lyx/qt-4.5-install/ > --with-included-gettext --with-aspell > > it says that it can't find aspell.h, which can be found at > /u

Re: r29920 - in lyx-devel/branches/BRANCH_1_6_X/src: insets support

2009-06-04 Thread Jürgen Spitzmüller
rgheck wrote: > Sorry, I meant to send you a note: That file is still 1.6.3ish. It should not be, as of r29919. Jürgen

Re: resoooooolve bugs

2009-06-04 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: >> http://trac-hacks.org/wiki/BatchModifyPlugin > > It does not (yet) help in the given case, but I agree it would be useful in > general. > >> Also, do we want this one? >> >> http://trac-hacks.org/wiki/KeywordSuggestPlugin > > Yes, this

Re: r29920 - in lyx-devel/branches/BRANCH_1_6_X/src: insets support

2009-06-04 Thread rgheck
Jürgen Spitzmüller wrote: rgheck wrote: Log: Word-wrapping for footnotes. Backports some earlier commits to trunk. And status.16x, please. Sorry, I meant to send you a note: That file is still 1.6.3ish. rh

Re: r29920 - in lyx-devel/branches/BRANCH_1_6_X/src: insets support

2009-06-04 Thread Jürgen Spitzmüller
rgheck wrote: > Log: > Word-wrapping for footnotes. Backports some earlier commits to trunk. And status.16x, please. Jürgen

Re: r29906 - in lyx-devel/trunk: lib/doc lib/layouts src

2009-06-04 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Yes, but there are less problems in 1.6 than in 2.0. So I wait for a revised patch. Jürgen

Re: r29906 - in lyx-devel/trunk: lib/doc lib/layouts src

2009-06-04 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > rgheck wrote: >> JMarc suggests that this should be OK for 1.6.4 > > I take it that there are still some issues to be resovled before this can be > backported, right? Yes, but there are less problems in 1.6 than in 2.0. JMarc

Re: branch frozen

2009-06-04 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Please keep branch frozen until 1.6.3 is tagged and 1.6.4svn is set up > (I'll post a message). The freeze is over, LyX 1.6.4svn is ready for commits. I have announced the release on the website in the meantime. I'll announce it on the lists this evening. Jürgen

Re: r29906 - in lyx-devel/trunk: lib/doc lib/layouts src

2009-06-04 Thread Jürgen Spitzmüller
rgheck wrote: > JMarc suggests that this should be OK for 1.6.4 I take it that there are still some issues to be resovled before this can be backported, right? Jürgen

Re: branch frozen

2009-06-04 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Jürgen, you can find a cygwin binary here: > http://file.webalice.it > Username: e.forestieri > Password: lyx Thanks, I have put it on the server. Jürgen

Re: branch frozen

2009-06-04 Thread Enrico Forestieri
On Wed, Jun 03, 2009 at 03:59:03PM +0200, Jürgen Spitzmüller wrote: > I've uploaded the tarballs to > ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-1.6.3.tar.gz > ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-1.6.3.tar.bz2 > > I'd welcome some testing on different platforms. Packagers can build the > b

Re: [The LyX Project] #5859: Crash when closing a master document after deleting includes

2009-06-04 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > Jean-Marc Lasgouttes wrote: >> While I can understand that fixedintrunk >> and fixedinbranch are not necessary anymore, they do not harm. > > i think we always did the removal of fixedin* keywords and imho it makes > sense. OK, I did not know we did it. JMarc

Re: [The LyX Project] #5859: Crash when closing a master document after deleting includes

2009-06-04 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > While I can understand that fixedintrunk > and fixedinbranch are not necessary anymore, they do not harm. i think we always did the removal of fixedin* keywords and imho it makes sense. pavel

Re: [Pkg-lyx-devel] Seaching for elyxer.py and elyxer in configure.py?

2009-06-04 Thread Jürgen Spitzmüller
Sven Hoexter wrote: > Maybe I missed something but just this morning it all seems to be a lot > easier. > > Attached is a patch to get the desired behaviour. Works here[tm]. ;) No objections from me (once 1.6.4svn is open again). Jürgen

Re: [The LyX Project] #5859: Crash when closing a master document after deleting includes

2009-06-04 Thread Jürgen Spitzmüller
> > No need to restore them of course, but next time I think it would be a > > good idea to leave the keywords alone. > > Except for the fixedin* keywords, that is. BTW thanks Uwe for helping out. Jürgen

Re: [The LyX Project] #5859: Crash when closing a master document after deleting includes

2009-06-04 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Why do you reset the keywords? While I can understand that fixedintrunk > and fixedinbranch are not necessary anymore, they do not harm. And > keeping "crash" is a good idea, I think. > > No need to restore them of course, but next time I think it would be a > good ide

Re: website update

2009-06-04 Thread Christian Ridderström
On Thu, 4 Jun 2009, Jürgen Spitzmüller wrote: It's done. Thanks. I t seems the new file is still missing: http://www.lyx.org/announce/1_6_3.txt Thanks for reminding me, I did an update in the wrong directory. Guess that's yet another reason to have automatic updates. /C -- Christian Ri

Re: [The LyX Project] #5859: Crash when closing a master document after deleting includes

2009-06-04 Thread Jean-Marc Lasgouttes
"LyX Ticket Tracker" writes: > Changes (by uwestoehr): > > * keywords: crash fixedintrunk fixedinbranch => > * status: reopened => closed > * resolution: => fixed Uwe, Why do you reset the keywords? While I can understand that fixedintrunk and fixedinbranch are not necessary anymore, t

Re: [Pkg-lyx-devel] Seaching for elyxer.py and elyxer in configure.py?

2009-06-04 Thread Sven Hoexter
On Wed, Jun 03, 2009 at 09:25:06PM +0200, Sven Hoexter wrote: > Hi, > would it be feasible to search for elyxer.py and elyxer in configure.py? Maybe I missed something but just this morning it all seems to be a lot easier. Attached is a patch to get the desired behaviour. Works here[tm]. ;) Sven

Re: website update

2009-06-04 Thread Jürgen Spitzmüller
> > It's done. > > Thanks. I t seems the new file is still missing: http://www.lyx.org/announce/1_6_3.txt Jürgen

Re: website update

2009-06-04 Thread Jürgen Spitzmüller
Christian Ridderström wrote: > > Christian, > > > > I've committed changes to news.inc and a new file to www-user in order to > > announce LyX 1.6.3. Could you please transfer those files to the server? > > It's done. Thanks. > > (I really think it's time for an automated solution now. I've commi

Re: website update

2009-06-04 Thread Christian Ridderström
On Thu, 4 Jun 2009, Jürgen Spitzmüller wrote: Christian, I've committed changes to news.inc and a new file to www-user in order to announce LyX 1.6.3. Could you please transfer those files to the server? It's done. (I really think it's time for an automated solution now. I've committed seve

Re: resoooooolve bugs

2009-06-04 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > http://trac-hacks.org/wiki/BatchModifyPlugin It does not (yet) help in the given case, but I agree it would be useful in general. > Also, do we want this one? > > http://trac-hacks.org/wiki/KeywordSuggestPlugin Yes, this would solve the keywords mess. Also this on