Andreas Vox wrote:
MacAqua crashes without user intervention when I open a file
with math previews. Appearently BufferView::pimpl::update()
calls itself indirectly between startUpdating() and doneUpdating().
Which propagates the imageReady()-events to RenderPreview
which in turn calls updateInset()
On Thu, Feb 03, 2005 at 03:40:55PM +, Angus Leeming wrote:
> Kayvan A. Sylvan wrote:
> > On Cygwin too:
> Try again.
Thanks. It works.
--
Kayvan A. Sylvan | Proud husband of | Father to my kids:
Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http
Hi all!
I tracked down the bug which let to the thread "lyxbreaker???".
When previewing is on and the user clicks on a previewed math inset,
the editXY() method of MathNestedInset gets called. This method
knows nothing about previews and searches among its cells for
an inset. Unfortunately these
Andreas Vox <[EMAIL PROTECTED]> writes:
>
> Hi!
>
> MacAqua crashes without user intervention when I open a file
> with math previews. Appearently BufferView::pimpl::update()
> calls itself indirectly between startUpdating() and doneUpdating().
Yep, here we go:
void LyXScreen::redraw(BufferVi
Hi!
MacAqua crashes without user intervention when I open a file
with math previews. Appearently BufferView::pimpl::update()
calls itself indirectly between startUpdating() and doneUpdating().
/Andreas
Assertion triggered in void CoordCache::doneUpdating() by failing check
"updating" in file coor
Angus Leeming wrote:
The following pair of patches should help, and cure the charset.alias
problem.
I'm glad that my ravings helped track down the problem. I may or may not
be able to test this out before I dissappear. I'll try and find some time.
I found time. Both patches work perfectly, Jean-M
Am Donnerstag, 3. Februar 2005 09:13 schrieb Jose' Matos:
> What we need is a more robust ert, is that it?
I think we need to figure out if we are in some special layout and place
the ert in its own standard layout if this is the case.
The ert itself is fine IMO.
Georg
Jose' Matos <[EMAIL PROTECTED]> writes:
>
> You (we) must first convince Lars about it now.
>
> Probably a well laid out argument why this patch is important for docbook
> users.
Hm, at least it's totally unimportant to non-Docbook users: the only common
code which is touched is the ref
Jean-Marc Lasgouttes wrote:
> Of course I forgot to invoke AC_CANONICAL_TARGET in reLyX/configure.
Of course. Why din't I think of that ;-)
> The following pair of patches should help, and cure the charset.alias
> problem.
I'm glad that my ravings helped track down the problem. I may or may not
Chipping away at Ruurd's patches again, I see that we should be using our
wrapper for the posix kill() function.
I'll commit these as they're trvial.
--
AngusIndex: src/support/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-dev
Georg Baum <[EMAIL PROTECTED]> writes:
>
> Am Dienstag, 1. Februar 2005 20:11 schrieb Andreas Vox:
>
> > Exportdata:
> >
> > Is it ok if I add another member "snippets" to this structure?
>
> What would this member do (and of what type would it be)?
lyx:graphics::SnippetConversion. Basica
Jean-Marc Lasgouttes wrote:
> leeming> Modified files: lyx-devel/src/tex2lyx/: ChangeLog Makefile.am
>
> leeming> Log message: It appears that tex2lyx no longer requires
> leeming> libz...
>
> Are you sure it does not? Here I get:
>
> ../../../lyx-devel/src/support/gzstream.C:61: undefined refer
I wrote:
> Here comes the patch. Because it was related, I also treated the
> reproducible part of bug 922: Layout and font attributes should not be
> pasted into ERT insets, we only want the plain text. I disabled a lot of
> LFUNs so that changing of these attributes is not possible anymore.
>
>
Jean-Marc Lasgouttes wrote:
> Jose'> Hi, using the latest cvs when I load the User's Guide I get
> Jose'> this:
>
> I cannot reproduce it with HEAD, probably because my gcc is not new
> enough to recognize all these things.
I use the same set up as José and have no problems either.
--
Angus
Jean-Marc Lasgouttes wrote:
>> "leeming" == leeming <[EMAIL PROTECTED]> writes:
>
> leeming> Log message: It appears that tex2lyx no longer requires
> leeming> libz...
>
> Are you sure it does not? Here I get:
Me too (gcc 3.3), therefore I readded -lz. tex2lyx does not need -lz, but
gcc 3.
Kayvan A. Sylvan wrote:
> On Cygwin too:
Try again.
--
Angus
On Cygwin too:
/bin/bash ../../libtool --mode=link --tag=CXX g++ -O2 -fno-exceptions
-mms-bitfields -L/usr/local/lib -Wl,--export-all-symbols -o tex2lyx.exe
FloatList.o Floating.o counters.o lyxlayout.o lyxtextclass.o lyxlex.o
lyxlex_pimpl.o boost.o context.o gettext.o lengthcommon.o lyxfon
/bin/sh ../../libtool --mode=link g++ -O2 -fno-exceptions -o tex2lyx FloatLi
st.o Floating.o counters.o lyxlayout.o lyxtextclass.o lyxlex.o lyxlex_pimpl.o bo
ost.o context.o gettext.o lengthcommon.o lyxfont.o texparser.o tex2lyx.o preambl
e.o math.o table.o text.o ../../src/support/libsupport.l
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes:
Jose'> Hi, using the latest cvs when I load the User's Guide I get
Jose'> this:
I cannot reproduce it with HEAD, probably because my gcc is not new
enough to recognize all these things.
JMarc
> "Daniel" == Daniel Zollinger <[EMAIL PROTECTED]> writes:
Daniel> I just thought I would take the time to thank everyone who has
Daniel> made Lyx such a great application. I have had nothing but
Daniel> delight while using it, and intend to continue using it for as
Daniel> long as I continue
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Angus Leeming wrote:
>> Jean-Marc Lasgouttes wrote:
Angus> Ok, I tried out the patch. In fact, it does not address the
Angus> problem above.
>>> Did you run autogen.sh? I am surprised that this problem is still
>>> present (note th
> "Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes:
Andreas> Angus writes:
>> So all that is good. However, we still have the spurious LyX/man
>> and LyX/share directories containing reLyX stuff.
Andreas> So maybe this is the time I should complain about the place
Andreas> of "/Application
> "leeming" == leeming <[EMAIL PROTECTED]> writes:
leeming> CVSROOT: /usr/local/lyx/cvsroot Module name: lyx-devel
leeming> Repository: lyx-devel/src/tex2lyx/ Changes by:
leeming> [EMAIL PROTECTED] 05/02/02 19:39:59
leeming> Modified files: lyx-devel/src/tex2lyx/: ChangeLog Makefile.am
leem
On Sun, Jan 23, 2005 at 09:57:26PM +0200, Martin Vermeer wrote:
>
> (This also reminded me how VERY VERY VERY unhappy I am about Math not
> having its own top-level menu entry anymore. It is such a separate and
> special part of both LyX and LaTeX, that this old practice was more than
> justified.
On Wednesday 02 February 2005 19:54, Georg Baum wrote:
> Am Mittwoch, 2. Februar 2005 19:50 schrieb Angus Leeming:
> > Better. Now it falls over when running latex.
>
> This is a lyx2lyx probelm. lyx2lyx tries to revert unsupported boxes (in
> this case parboxes) to ERT. This fails unfortunately if
25 matches
Mail list logo