José Matos wrote:
> > It drove me nuts a long time ago, so please!
> >
> > rh
>
> +\infty
OK. It's in.
Jürgen
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
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.
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:
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
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
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
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
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
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
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
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
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");
+
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
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
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
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
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
> 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
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
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
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 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
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
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
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
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
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
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
rgheck wrote:
> Log:
> Word-wrapping for footnotes. Backports some earlier commits to trunk.
And status.16x, please.
Jürgen
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
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
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
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
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
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
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
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
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
> > 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
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
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
"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
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
> > It's done.
>
> Thanks.
I t seems the new file is still missing:
http://www.lyx.org/announce/1_6_3.txt
Jürgen
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
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
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
48 matches
Mail list logo