Setting quote-style does not work in the replace_work_area.
The setting
        Dokument->Settings->Language->Quote-style
has no effect.

Inserting quotes I always see (in View->Code Preview Pane->Format:->LyX)
        \begin_layout Standard
        \begin_inset Quotes eld
        \end_inset

        \begin_inset Quotes erd
        \end_inset

while (for instance) I expected
        \begin_layout Standard
        \begin_inset Quotes gld
        \end_inset

        \begin_inset Quotes grd
        \end_inset

Jürgen or Jean-Marc, could you please have a look?

The command to change all quotes around words would otherwise be (in regex 
mode):
        "(\w+)"
with the replace buffer containing
        "$$1"

but because of not able to set the quote-style in replace_work_area, findadv is 
not able
to correct the quotes.

        Kornel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Attachment: pgpqekZpLU4uQ.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to