Re: [Cvslog] r27957 - /lyx-devel/trunk/src/Encoding.cpp

2008-12-22 Thread Jürgen Spitzmüller
forenr wrote: > Author: forenr > Date: Tue Dec 23 03:03:53 2008 > New Revision: 27957 > > URL: http://www.lyx.org/trac/changeset/27957 > Log: > Take into account that '\' is always part of a LaTeX command and also > that entries in the unicodesymbols file may not start with '\'. > Maybe the method

Re: [japanese] Translation of web site

2008-12-22 Thread Christian Ridderström
On Sun, 21 Dec 2008, Yokota K. wrote: I'm relieved to hear it :) Is the translation going well otherwise, any questions or problematic issues? So far, so good. Some linked videos look attractive and I'm wondering if there is any easy way to translate them. Could you give me an example of

Re: [Cvslog] r27954 - in /lyx-devel/trunk: lib/symbols lib/ui/stdconte...

2008-12-22 Thread Pavel Sanda
b...@lyx.org wrote: > Author: baum > Date: Mon Dec 22 19:12:32 2008 > New Revision: 27954 > > URL: http://www.lyx.org/trac/changeset/27954 > Log: > fix bug 2558: hspace support in math > > The basic idea was to reuse the corresponding text space inset in the same > fashion as is already done for

Re: Feature request Overpic

2008-12-22 Thread Pavel Sanda
Florian Rubach wrote: > if this would need major code changes it doesn't look like that. >Is my Idea possible to implement? Do you want to do it? usually new feature appears when some user gets annoyed enough to implement what he needs. pavel

Re: [Cvslog] r27951 - in /lyx-devel/branches/BRANCH_1_6_X/src: Text3.c...

2008-12-22 Thread Jürgen Spitzmüller
sanda wrote: > URL: http://www.lyx.org/trac/changeset/27951 > Log: > Backport 5626 fix. Do not forget status.16x for this and your previous commit. Jürgen

Re: How does Encodings::fromLateXCommand work?

2008-12-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > It does work very well in my case. Juergen, can it be applied to trunk > and branch? Yes. Jürgen

Feature request Overpic

2008-12-22 Thread Florian Rubach
Hello Developers of Lyx! I am using Lyx for about a year now and i am very happy with it, especially with the way to handle pictures. But when i want to use the Overpic package to put some Latex-text in my pictures, i have to use Tex-Code. By that, i miss all the advantages of your image-syste

Re: How does Encodings::fromLateXCommand work?

2008-12-22 Thread Jean-Marc Lasgouttes
Enrico Forestieri writes: > On Sat, Dec 20, 2008 at 12:42:05AM +0100, Enrico Forestieri wrote: > >> I'll try to "fix" fromLaTeXCommand() in >> order to make it usable for what you have in mind. > > Please, try the attached patch. It does work very well in my case. Juergen, can it be applied to t

Re: How does Encodings::fromLateXCommand work?

2008-12-22 Thread Jean-Marc Lasgouttes
Enrico Forestieri writes: > So, in my mind, fromLaTeXCommand() was acting on something that LyX > wrote and thus there was no need for checking whether the argument of > \lyxmathsym was a valid macro or not (it actually had to be either a > LaTeX macro representing a unicode symbol, or a unicode s

Re: [patch] bug 4985: inset right-click "dissolve" menu item greyed out

2008-12-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Probably > if (inset && inset->isActive()) { > instead. Yes, of course. > The patch looks fine to me. Nevertheless, I think there is a need to > somehow re-think this contextual menu stuff (but I do not know how). I agree. There are several small glitches no

Re: [patch] bug 4985: inset right-click "dissolve" menu item greyed out

2008-12-22 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Yes, I thought about this as well, but I'd rather not do this in branch now > (even though this is definitely the way to go in the long term). There are > some cases where the context menu might act surprisingly (e.g. if a > collapsable nests a collapsable at pos 0)