On Thu, Jan 26, 2006 at 09:11:25AM +0100, Helge Hafting wrote:
> Martin Vermeer wrote:
>
> >
> >So here it is, the complete patch, still a bit further polished.
> >
> >
> Sorry, this does not compile.
> Changes to paragraph.h seems to break other stuff:
...
> ../../src/paragraph.h:276: error:
Attached two cursor movement patches (were posted already earlier).
One of them makes motion within a math inset sensible again (by
converting relative to absolute coordinates; fixes a bug), the other
makes going up/down into a math inset more reasonable esp. for display
style insets.
Please give
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "John" == John C Spray <[EMAIL PROTECTED]> writes:
|
| John> I think I left some time down the back of my sofa... come on
| John> JMarc, is now not the best time for you to learn gtkmm? ;-)
|
| I have to admit I have not tried very hard ye
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| | Lars, are you sure it works for you to login as larsbj?
|
| Lars> I'll test again.
|
| Lars> No... I get "530 Login incorrect"
|
| I am relieved somehow.
|
| Lars> I'll try
Title: RE: Renaming macros
OK, here is a better formatted patch, preserving encoding etc. Thanks
for the feedback. The update is still being done in metrics() in the
same way that the macro expansion was being done previously. I have
changed it to cast away the const-ness rather than make cel
yet another (very small) one. this time no screenie attached.
Bernhard
GBranch.tgz
Description: application/compressed-tar
On Wed, Jan 25, 2006 at 09:33:10PM +0100, Georg Baum wrote:
> Am Mittwoch, 25. Januar 2006 15:50 schrieb Andre Poenitz:
> > On Mon, Jan 23, 2006 at 10:56:55PM +0100, Georg Baum wrote:
> > > Unfortunately André removed xymatrix support in 1.4cvs (I don't know
> why).
> >
> > Because it was broken
On Thu, Jan 26, 2006 at 07:10:00AM +1030, Beck, Andrew Thomas - BECAT001 wrote:
> > Not in metrics. metrics is only there to compute and cache the size of
> > an inset.
> >
> > Provide some 'changeArgs' function or something like that.
> >
> > Andre'
>
> I agree metrics is not the place. However
Remember this was the bug you sort-of-promised to sort-of think about
fixing in a better way than just disable font changes insite charstyle
insets?
Well, here is that fix. A fringe benefit of having to study the LyX font
architecture in all its byzantine glory to help out with Helge's blue
under
Jean-Marc Lasgouttes wrote:
> OK. So we have to find at which point the dociterator enters the
> inset.
I think I found it: bruteFind in cursor.C. Consider this loop:
for ( ; it != et; it.forwardPos()) {
// avoid invalid nesting when selecting
if (b
On Thu, Jan 26, 2006 at 01:25:05PM -0500, Bennett Helm wrote:
> On Jan 11, 2006, at 4:29 AM, Jean-Marc Lasgouttes wrote:
>
> >>"Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
> >
> >Lars> You have of course tested this on linux as well. Not just
> >Lars> windows.
> >
> >Martin did. W
Jose' Matos wrote:
On Friday 20 January 2006 17:48, Rex Dieter wrote:
gcc-4.1.0 (Fedora Core soon-to-be 5), lyx-1.3.7
./configure --with-frontend=qt
build fails (in this case on x86_64, but I don't think that's relavent).
Details appended at end. Full build log available from:
http://buildsys.
On Jan 11, 2006, at 4:29 AM, Jean-Marc Lasgouttes wrote:
"Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> You have of course tested this on linux as well. Not just
Lars> windows.
Martin did. What would be more interesting is OSX, but Bennett needs
to be able to compile first.
Jean-Marc Lasgouttes wrote:
>> "Jean-Marc" == Jean-Marc Lasgouttes
>> <[EMAIL PROTECTED]> writes:
>
> I think I have another hint:
>
> void MathNestInset::drawSelection(PainterInfo & pi, int x, int y) const
> {
> // FIXME: hack to get position cache warm
> draw(pi, x, y);
>
> Since RowP
Can you please check current cvs, I just added a path for darwin to
ltmain.sh there.
That works -- thanks!
Bennett
Hei!
Can I suggest that you guys change the option to activate/deactivate the
use of the babel package from the Preferences menu to the
Layout/Document menu? It would be nice to have it activeated/deactivated
on a document basis and not for all documents. For me it is nice to use
babel, howev
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> I am not sure what to do at this point, since I have no
Jean-Marc> idea of how 2-stage drawing works. All I can say is that it
Jean-Marc> turns into 4-stage drawing in some cases :)
I think I have another hint:
void
I took a closer look at
http://bugzilla.lyx.org/show_bug.cgi?id=1934
It turns out that the problem is not at all that we use the wrong
font. What seems to happen is that two-stage drawing is going mad.
Consider the attached instrumentation patch, together with the
following textcase, which conta
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote:
>> Could this be an artefact of the autoOpen feature (where insets are
>> both open and closed at the same time)?
>>
>> Do you have an easy way to disable autoopen and see whether this
>> help
Jean-Marc Lasgouttes wrote:
> Could this be an artefact of the autoOpen feature (where insets are
> both open and closed at the same time)?
>
> Do you have an easy way to disable autoopen and see whether this helps?
Yes (commenting out insetcollapsable.C: 132). This changes the situation
insofar
On Thu, 2006-01-26 at 19:39 +0530, samar j. singh wrote:
> Hi
>
> Seems the spell check now does not work on the contents of a Lyx Table. I am
> beginning to wonder if it did on previous versions. Anyone else had this
> problem?
>
> samar
It seems that LyX table doesn't inherit the language of
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote:
>> There is something I do not understand: if the code arrives there,
>> it means that the cursor is already inside the inset, isn't it? How
>> can this happen when it is collapsed? Isn't _this
Jean-Marc Lasgouttes wrote:
> There is something I do not understand: if the code arrives there, it
> means that the cursor is already inside the inset, isn't it? How can
> this happen when it is collapsed? Isn't _this_ the real bug we want to
> fix?
I'm not sure. Doesn't the DocIterator just iter
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> My analysis is as follows: The fix for bug 2094, which
Juergen> prevents coordOffset() from going into collapsed insets is
Juergen> not good enough, because it continues to descend down even in
Juergen> collapsed collapsa
Hi
Seems the spell check now does not work on the contents of a Lyx Table. I am
beginning to wonder if it did on previous versions. Anyone else had this
problem?
samar
http://bugzilla.lyx.org/show_bug.cgi?id=2241
The crash (or assert, if compiled with --disable-stdlib-debug) happens only if
the collapsable below the mathinset has not been opened before (cold cache)
and if it contains a HIGHLY_EDITABLE (table, inlined ERT) or math inset.
My analysis is as foll
> "John" == John C Spray <[EMAIL PROTECTED]> writes:
John> I think I left some time down the back of my sofa... come on
John> JMarc, is now not the best time for you to learn gtkmm? ;-)
I have to admit I have not tried very hard yet to compile the gtk
frontend. Most of my LyX time these days
On Thu, 2006-01-26 at 12:16 +0100, Frederic-Emmanuel PICCA wrote:
> Ha ok :)
> so it would be nice to pop up a windows with non already implemented :)
The idea is to soon (er, probably Sunday, I am living in interesting
times) put in some stubs for the unfinished dialogs, so that they can be
worke
> "Frederic-Emmanuel" == Frederic-Emmanuel PICCA <[EMAIL PROTECTED]> writes:
Frederic-Emmanuel> Jean-Marc Lasgouttes wrote:
>>> "Frederic-Emmanuel" == Frederic-Emmanuel PICCA writes:
Frederic-Emmanuel> Hello It seems that a problemn is present with the
Frederic-Emmanuel> Preferences.
>> It
Jean-Marc Lasgouttes wrote:
"Frederic-Emmanuel" == Frederic-Emmanuel PICCA <[EMAIL PROTECTED]> writes:
Frederic-Emmanuel> Hello It seems that a problemn is present with the
Frederic-Emmanuel> Preferences.
It is not implemented yet. Of course, it would be better if it did not
crash :)
JMarc
> "Frederic-Emmanuel" == Frederic-Emmanuel PICCA <[EMAIL PROTECTED]> writes:
Frederic-Emmanuel> Hello It seems that a problemn is present with the
Frederic-Emmanuel> Preferences.
It is not implemented yet. Of course, it would be better if it did not
crash :)
JMarc
Hello
It seems that a problemn is present with the Preferences.
[EMAIL PROTECTED]:~/Projets/lyx-devel/src$ ./lyx
lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. Please read the bug-reporting
instructions in Help->Introduction and send us a bug report, if
necessary. Thanks !
By
Beck, Andrew Thomas - BECAT001 wrote:
> How do I know when these things have changed? I have essentially added
> more cells for the name & number of args to the macrotemplate class,
> allowing them to be edited directly, just like the expansion or display
> fields of the macro. In my mind, changin
Lars Gullik Bjønnes wrote:
> | OK, but to resolve the bug we need at least the attached.
>
> Ok.
Thanks. I'll apply this and wait with the LaTeXConfig stuff for Jean-Marcs
approval.
Jürgen
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> The added section on dvipost is good. Get OK from J-M before
Lars> removing the others from the doc. (I would have preferred two
Lars> different patches for this)
All these changes are OK.
JMarc
Andrew> I agree metrics is not the place. However, at some point you
Andrew> need to go cycling through all insets to find the macro
Andrew> instantiations and call changeArgs(). You need to do this on
Andrew> the same kind of basis as updating the expansion - since both
Andrew> reflect changes in
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| Lars, are you sure it works for you to login as larsbj?
Lars> I'll test again.
Lars> No... I get "530 Login incorrect"
I am relieved somehow.
Lars> I'll try to contact them tomorrow
Thanks.
JMarc
> "Andrew" == "Beck, Andrew Thomas <- BECAT001" <[EMAIL PROTECTED]>> writes:
Andrew> I agree metrics is not the place. However, at some point you
Andrew> need to go cycling through all insets to find the macro
Andrew> instantiations and call changeArgs(). You need to do this on
Andrew> the sam
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > | // color.sty
| > | if (isRequired("color")) {
| > | - if (params_.graphicsDriver == "default")
| > | - packages << "\\usepackage[usenames]{color}\n";
| > | - else
| > | -
Lars Gullik Bjønnes wrote:
> | // color.sty
> | if (isRequired("color")) {
> | - if (params_.graphicsDriver == "default")
> | - packages << "\\usepackage[usenames]{color}\n";
> | - else
> | - packages << "\\usepackage["
> | +
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| Jean-Marc Lasgouttes wrote:
| > This is definitely the right solution. Getting rid of special casing
| > is always better.
|
| Attached is the patch. Works like a charm.
| The second patch is an update to LaTeXConfig.lyx.in and chkconfig.ltx.
|
Jean-Marc Lasgouttes wrote:
> This is definitely the right solution. Getting rid of special casing
> is always better.
Attached is the patch. Works like a charm.
The second patch is an update to LaTeXConfig.lyx.in and chkconfig.ltx.
OK to apply?
Jürgen
Index: src/buffer.C
Beck, Andrew Thomas - BECAT001 wrote:
> Here is the patch as it stands. I'd be interested in comments.
OK, here you get some. The next time you send a patch please create a
unified diff with function names (write diff -up in your .cvsrc)
> One issue is that I've made cells_ mutable, which seems
Martin Vermeer wrote:
So here it is, the complete patch, still a bit further polished.
Sorry, this does not compile.
Changes to paragraph.h seems to break other stuff:
make[4]: Entering directory `/usr/src/lyx-devel/src/mathed'
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_C
44 matches
Mail list logo