>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:

Georg> http://bugzilla.lyx.org/show_bug.cgi?id=1934 not easy

Not easy indeed :(

Georg> http://bugzilla.lyx.org/show_bug.cgi?id=1973 x

I am not sure I like the patch (it is intrusive). I have to re-read
the thread to convince myself that there is no way out.

Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2015 x

Should have been applied long ago :)

Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2019 x

I disagree with martin that we should prevent font changes in
charstyles. So the current patch does not appeal to me at all.

If I understand correctly, the problem is that LyXText::current_font
is either (1) the current font setting at cursor position (in this
case it should be an uninstantiated font like in Paragraph), useful
when you change font without having a selection; and (2) the current
instantiated font in this lyxtext, with semantics I do not really
understand. 

I think the bug is caused by a mixture of these semantics. The right
one is IMO (1).

Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2026 trivial

I think whatever solution will be OK. You can add Standard if you
wish, we'll eventually get rid of the class anyway in favour of gbrief2).

Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2088 x

I guess the fix is good enough, provided that Standard exists in the
class. Since we are not going to find out how/why LyX 1.2 did that, we
have to do something.

Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2177 probably easy

This one I don't like. I am not sure it is so easy, and I suspect it
means that our locale tweaking is flawed. We have also a bug where
french people (on macs?) will see ASCII menu entries like "E'diter"
instead of "Éditer". This happens when gettext does not have a good
charset to use.

Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2188

This one should be easy. I'll take a look.

Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2192 x

Can you describe what you do? I cannot guess it from the patch.

Wouldn't it be easier for now to just recognize XCF?

The src/ChageLog entry is wrong BTW.



To these bugs I would add two related ones:

- it is not possible to build on OSX right now. This is related to the
  changes Lars did to the libtool files, I think. Recent libtools
  versions have code that reads -framework Foo from linker commands
  and does something with them (?). Bennett is in a situation where
  what it does is suppress them. Bennett, could you send your
  ltmain.sh file?

- these changes were related to the fact that the OSX skeleton has too
  long paths, exceeding tar file name limits. So Lars decided to use
  the us-tar format (whatever this is), but unfortunately this is not
  understood by OSX. So the change is useless.

  I guess we have to either put the skeleton in its own tar file (the
  lines would be short enough), or add a custom install make target in
  development/MacOSX/LyX.app that creates the skeletton from a flat
  tree. 

  Lars, it is your call.


OK, enough for now.

JMarc

Reply via email to