On Mon, Jul 30, 2001 at 12:19:32PM +0200, Juergen Vigna wrote:
>
> On 30-Jul-2001 Asger K. Alstrup Nielsen wrote:
> > Do you still get problems compiling
>
> Well I now get problems with key-bindings and they seem pretty
> obvious too me. The problem is the LFUN_TEX who is outcommented based
> on availability of NO_LATEX. I don't know if this is a problem of you
> (good) cleanup but surely it is a problem. NO_LATEX is ONLY defined
> in lyxfont.h. Now LyXAction does not include that file (anymore?) and
> so there LFUN_TEX is defined (also for commandtags.h) while in other
> files it isn't defined anymore so the numbers get a bit mixed up for
> different files (LyXFunc!).
The solution is perhaps to include lyxfont.h in commandtags.h
(or to remove all NO_LATEX code).