I'd like to be able to do the following kind of thing:
\documentclass{standalone}
\begin{document}
Foo
\begin{MyUndefinedEnv}
Bar
\end{MyUndefinedEnv}
\end{document}
without LaTeX complaining about undefined environment. Is it possible without breaking existing environments?

\beginto remove the\@latex@error(p.204 of source2e.pdf). As a\csnameis invoked it should not be a problem if the control sequence is not defined. But I'd like to hear it is safe from gurus:). – cjorssen Jan 10 at 22:53:). – cjorssen Jan 10 at 22:59