[EMAIL PROTECTED] wrote: > On Wed, 15 Nov 2006, Georg Baum wrote: > >> > PS. I discovered that the argument of the LFUN layout is case >> > sensitive. In other words, 'layout Standard' works but 'layout >> > standard' doesn't. Maybe it should be case insensitive? >> >> Why? Are layout names case insensitive elsewhere? > > No, but maybe case insensitivity would make it easier to change between > document layouts? I'm thinking of cases where the two document layouts use > "Standard" v.s. "standard" for the "same" paragraph layout.
We have the obsoletedby keyword for such cases. Apart from that this should not happen: People who write layout files should reuse existing names. Georg