]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.cpp
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetText.cpp
index e0cd894a4ae95ebe1ccf9cdedbe513e2caeac698..5f1eeb17252c4a281dc3c88a850101db65a3a679 100644 (file)
@@ -438,6 +438,8 @@ void InsetText::latex(otexstream & os, OutputParams const & runparams) const
        if (!il.latexname().empty()) {
                if (il.latextype() == InsetLayout::COMMAND) {
                        // FIXME UNICODE
+                       // FIXME \protect should only be used for fragile
+                       //    commands, but we do not provide this information yet.
                        if (runparams.moving_arg)
                                os << "\\protect";
                        os << '\\' << from_utf8(il.latexname());