I am trying to create the string "/*" (*comment-begin* for c-mode) in a function defined in a file with zetalisp syntax. Needless to say if you type "/*", the string is really "*". What I don't understand is why "//*" is "//*" instead of "/*". So, how do I get what I want? Strip