Uwe Stöhr wrote: > Now I'm confused. Our InsetQuote feature is there to insert outer quotes > and not to insert double quotes, right? If not, this feature is > misleading.
I think we need to clarify the concept first. At least the lfun uses "single" and "double" as arguments, not "outer" and "inner". > I use InsetQuote to map a character of my choice (guillement, > lower " or upper ") to get outer quotes. Why should this feature be > limited to only 3 different characters? When we for example would > implement Japanese quotes, we would have to add 「 and 」 because this > language has no concept of single/double quotes, only of inner/outer > quotes. > > Besides this when InsetQuote is for double quotes only, why don't we have > a similar feature for single quotes? > > If I'm still on the wrong path, what patch would you propose to implement > British quotes? I think we should change to the outer/inner concept and then provide an option to set the outer and inner quotes in Document Settings (as opposed to the outer quotes now only). In theory, all quotation marks, no matter if they are single or double or anything else, should be selectable both as outer and inner quotes. So your patch goes probably towards the right direction, but we need a more general solution. There's also an "InsetQuote needs a rewrite" bug report, where some other issues are recorded. Jürgen