Consider that I want to be able to write:
\inline{some code or keyword} and just have it distinguished from the rest of the paragraph text, I've done that like this:
\def\inline{\lstinline[basicstyle=\ttfamily]}
However, if you have a custom \lstset that sets for instance keywordstyle, this will be used for the inlining as well! Is there a way to remove that? Is it possible to use something like \lstnewenvironment to accomplish it?
