On Fri, Nov 03, 2000 at 04:55:56PM +0100, Jean-Marc Lasgouttes wrote:
>
> I noticed a strange problem while testing: create a new file, type a
> few random characters, and try to use the left/right keys: right key
> toggle smallcaps and left key goes right. This is obviously not
> right...
I think that the problem is that lyx_main.C isn't recompiled when
commandtags.h is changed as commandtags.h is missing from the dependency
list of lyx_main.o in src/Makefile.am (isn't it possible to create the
dependancy list automatically in .deps/lyx_main.P ?).