> > Thank you. I (or you) can fix the enum{ View, Edit} thing after the
> > patch is confirmed to work.
>
> Urgh... I forgot that... But I have added autoconf support for
> -lshlwapi.

Not a problem. I now have a combined patch and will post it after I
test it later on windows.

JMarc, before we continue this isAutoViewable business, you (we)
really need to decide what to do with configure.py. We can

1. use my "auto" (nobody seems to like it) patch, and change  isAutoViewable

2. disable \format for windows. We need basically a

if os.name != 'nt'  (and cygwin stuff)
  checkFormatEntries(...)

but it may be better to add empty \format lines. I do not know exactly
the consequences of removing all format lines. I seem to get identical
name/prettyname/... etc, as a result of Format::add(name).

Bo

Reply via email to