Bugs in LyX 1.3.5

2005-02-07 Thread John Burgess
To: lyx-devel@lists.lyx.org Date: 7 February 2005 Re: (1) Lyx use (2) Two bugs Dear Developer(s), For whatever it's worth, I'm an emeritus professor of mechanical engineering at the University of Hawaii, and have just completed about five years as Associate Editor for Acoustic Signal

Re: Bug 1119: is LyX multithreaded after all?

2005-02-07 Thread Martin Vermeer
On Tue, 2005-02-08 at 02:30 +, John Levon wrote: > On Tue, Feb 08, 2005 at 01:41:55AM +0100, Andreas Vox wrote: > > > Why do I think LyX is multithreaded? Well, not strictly, but the method > > sync_events() can cause similar effects. What I haven't figured out yet > > One of the perils of e

Re: Bug 1119: is LyX multithreaded after all?

2005-02-07 Thread John Levon
On Tue, Feb 08, 2005 at 01:41:55AM +0100, Andreas Vox wrote: > Why do I think LyX is multithreaded? Well, not strictly, but the method > sync_events() can cause similar effects. What I haven't figured out yet One of the perils of event-based programming is that you suddenly find yourself dealing

Re: Bug 1119: is LyX multithreaded after all?

2005-02-07 Thread Martin Vermeer
On Tue, 2005-02-08 at 01:41 +0100, Andreas Vox wrote: > Hi! > > I had a look at bug 1119: double-clicking on citation reference causes > crash (Qt). > > Of course you shouldn't double-click on those insets, once is enough. > Still, a LyX crash is a severe punishment for this user-misbehaviour ;-

Bug 1119: is LyX multithreaded after all?

2005-02-07 Thread Andreas Vox
Hi! I had a look at bug 1119: double-clicking on citation reference causes crash (Qt). Of course you shouldn't double-click on those insets, once is enough. Still, a LyX crash is a severe punishment for this user-misbehaviour ;-) So I have a theory what causes this bug: frontends/Dialogs:

Patches to update AASTeX support

2005-02-07 Thread Mike Ressler
Hello, It's been a long time since I've been able to contribute anything to LyX, though I still scan through the mailing lists. I only get to use it once in a blue moon - my project dictates M$ Office for everything. However, I've been able to figure out how to force Word to behave a bit more like

Re: passing down buffer

2005-02-07 Thread Georg Baum
Am Montag, 7. Februar 2005 12:58 schrieb Jean-Marc Lasgouttes: > Another idea that I had recently was to pas a LCursor object the > various inset methods (like latex() or draw()) so that they can get > all the necessary information about where they live. I guess this > would make OutputParams mostl

RE: Windows build problem

2005-02-07 Thread Rob Bearman
> I am interested to a certain degree. However, it would help > me a lot to > have a quick look if the attachments were not declared as octet-stream > but as, say, application/x-bzip or similar. > > Andre' > Apologies for the delay. I guess my mailer defaults to octet-stream for types it doesn'

Re: BOOST_POSIX for Cygwin?

2005-02-07 Thread Kayvan A. Sylvan
Sounds good. Junk the change in config/cygwin.m4 and add the following three lines to configure.ac (right before the BOOST_USER_CONFIG define in the AH_BOTTOM call): #ifdef __CYGWIN__ #define BOOST_POSIX 1 #endif That is certainly clearer and does what I want. I am unable to use CVS right now du

Trolltech to Extend Dual Licensing to Qt for Windows

2005-02-07 Thread Jean-Marc Lasgouttes
Starting with Qt4, Qt will be GPL on windows! http://www.trolltech.com/newsroom/announcements/0192.html JMarc

Re: Partitioning lines in matrices

2005-02-07 Thread Martin Vermeer
On Mon, 2005-02-07 at 17:50, Martin Vermeer wrote: > On Sun, 2005-02-06 at 13:01, Martin Vermeer wrote: > > Something I was very happy discovering, as I was already mentally > > prepared to install the 'pmat' package and engage in ERT :-/ > > > > In the matrix set-up dialogue on the math panel, yo

Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-07 Thread Andreas Vox
Hi Helge! Thanks for your comments. Am 07.02.2005 um 13:37 schrieb Helge Hafting: This seems useful for several purposes, but perhaps a warning about automatic index generation. The frequency is a useful statistic, but high frequency have no impact on wether to index the word. The obvious example

Re: Partitioning lines in matrices

2005-02-07 Thread Martin Vermeer
On Sun, 2005-02-06 at 13:01, Martin Vermeer wrote: > Something I was very happy discovering, as I was already mentally > prepared to install the 'pmat' package and engage in ERT :-/ > > In the matrix set-up dialogue on the math panel, you can add pipe > characters to the "c" alignment string,

Re: [PATCH] Remove indirection in BufferView::Pimpl

2005-02-07 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I cannot see anything at a quick glance. And I guess if it works Lars> it works. Should be pretty low-risk anyway. Yes. I committed it. JMarc

Re: [PATCH] Remove indirection in BufferView::Pimpl

2005-02-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: I cannot see anything at a quick glance. And I guess if it works it works. Should be pretty low-risk anyway. -- Lgb

Re: [PATCH] Remove indirection in BufferView::Pimpl

2005-02-07 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> OK. So here is an expanded version, where I replaced all Jean-Marc> the easy things. Hmm, empty patch. Try this one instead. JMarc Index: src/ChangeLog ==

Re: [PATCH] Remove indirection in BufferView::Pimpl

2005-02-07 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I like it. We should reduce these up-calls as much as possible. OK. So here is an expanded version, where I replaced all the easy things. Lars> Would be brilliant if we came to the point where the pimpl owner Lars> did not ha

Re: [patch] fix bug 1776

2005-02-07 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Bug 1776 is not a bug of LyX in the strict sense (latex2html Georg> cannot cope with Georg> \includegraphics[% width=0.36\paperwidth]{immagini/tc1} Georg> ). But this attempt of pretty-printing does not improve the Georg> output IMO,

[patch] fix bug 1776

2005-02-07 Thread Georg Baum
Bug 1776 is not a bug of LyX in the strict sense (latex2html cannot cope with \includegraphics[% width=0.36\paperwidth]{immagini/tc1} ). But this attempt of pretty-printing does not improve the output IMO, and since it confuses latex2html I propose to make no attempt to pretty-print includegrap

Re: [PATCH] Remove indirection in BufferView::Pimpl

2005-02-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | The following patch is the result of a simple s/bv_->cursor()/cursor_/ | on BufferView_pimpl.C. Indeed, BufferView::cursor() is defined as: > | LCursor & BufferView::cursor() | { | return pimpl_->cursor_; | } > > | LCursor const & BufferView

Re: Sun Studio...

2005-02-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Feb 02, 2005 at 06:15:02PM +, John Levon wrote: >> I'm doing a make -k and will report any others I see. John> BTW, we now require GNU Make. We should document this in John> INSTALL. Or we should get rid of this ?= constru

Re: BOOST_POSIX for Cygwin?

2005-02-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Yeah... if this is only for cygwin then AH_BOTTOM is ok, but if | Lars> we see that we need this for other platforms as well, then a | Lars> "full-fledged" autoconf macro is

Re: Comments on LyX 1.3 on Windows

2005-02-07 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> 1. The fact that paths to documents are not allowed to Michael> contain spaces is a big problem on the Windows platform. This Michael> restriction implies that all Non-Administrators (i.e., users Michael> that cannot escape fr

Re: Yet another update to de.po for LyX 1.3

2005-02-07 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Jean-Marc, here comes yet another update to de.po for LyX Michael> 1.3. Sorry, I am a perfectionist who hates fuzzy messages :-) I applied it. JMarc

[PATCH] Remove indirection in BufferView::Pimpl

2005-02-07 Thread Jean-Marc Lasgouttes
The following patch is the result of a simple s/bv_->cursor()/cursor_/ on BufferView_pimpl.C. Indeed, BufferView::cursor() is defined as: LCursor & BufferView::cursor() { return pimpl_->cursor_; } LCursor const & BufferView::cursor() const { return pimpl_->cursor_; } Therefore

Re: BOOST_POSIX for Cygwin?

2005-02-07 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Yeah... if this is only for cygwin then AH_BOTTOM is ok, but if Lars> we see that we need this for other platforms as well, then a Lars> "full-fledged" autoconf macro is more approp. Yes. Lars> And the other info we pass to bo

Re: BOOST_POSIX for Cygwin?

2005-02-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: >>> | Lars> | Kayvan> I have now installed a fresh cygwin in

Re: BOOST_POSIX for Cygwin?

2005-02-07 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: >> Lars> | Kayvan> I have now installed a fresh cygwin install on a new Lars> Win32 | Kayvan> computer, and ran int

Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-07 Thread Helge Hafting
Andreas Vox wrote: Hi! The attached patch realizes a function to display a sorted word list of the current document in a new buffer. It is based on the code for Tools->Count Words and my first experiments with DocIterator & Co. :-) Why? Well, for LyX1.5 I'd like to contribute some functions for ind

Re: BOOST_POSIX for Cygwin?

2005-02-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > | Kayvan> I have now installed a fresh cygwin install on a new Win32 | Kayvan> computer, and ran into the same "cannot find binary" issue | Kayvan> upon a fresh checkout and compile of

Re: passing down buffer

2005-02-07 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> mbox needs access to a buffer pretty much the same way as Andre> LyXText does. So do some preparation. Where is this information needed? Can't it be added to OutputParams if only latex() needs it? I really do not like the idea of a

Re: BOOST_POSIX for Cygwin?

2005-02-07 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> I have now installed a fresh cygwin install on a new Win32 Kayvan> computer, and ran into the same "cannot find binary" issue Kayvan> upon a fresh checkout and compile of lyx. Kayvan> The following patch fixes this by ensuring

Re: [patch] fix frameless box -> parbox conversion in lyx2lyx

2005-02-07 Thread Georg Baum
Lars Gullik Bjønnes wrote: > If this is lyx 1.3 you have to wait for JMarc. Of course. Bit it is not - the lyx2lyx of 1.3 can't handle anything later than format 221, and this conversion is from 225 -> 224. Georg

Re: [patch] fix frameless box -> parbox conversion in lyx2lyx

2005-02-07 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> If this is lyx 1.3 you have to wait for JMarc. This is not really for 1.3, since it is due to problems with the use of tex2lyx with newish features like parbox. We don't distribute tex2lyx with 1.3.x anyway. OTOH, I guess the

Re: [patch] fix frameless box -> parbox conversion in lyx2lyx

2005-02-07 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | The lyx 1.3 -> tex -> lyx 1.3 roundtrip for the userguide is currently | broken because some parboxes with itemize environments inside are not | handled correctly. tex2lyx converts them to frameless box insets, and | lyx2lyx converts the beginning and end o

[patch] fix frameless box -> parbox conversion in lyx2lyx

2005-02-07 Thread Georg Baum
The lyx 1.3 -> tex -> lyx 1.3 roundtrip for the userguide is currently broken because some parboxes with itemize environments inside are not handled correctly. tex2lyx converts them to frameless box insets, and lyx2lyx converts the beginning and end of the frameless box inset to ERT. This does not

[patch] fix cut and paste crash

2005-02-07 Thread Georg Baum
This fixes a cut and paste crash that I introduced recently. GeorgIndex: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.2110 diff -u -p -r1.2110 ChangeLog --- src/ChangeLog 3 Feb 20