Hello, I am new to emacs lisp and I am writing several functions to make emacs communicate with Autodesk Maya.
I can't figure a way to get the value of ^@ as character in elisp. For the moment I just copied the character in my .el source: (defcustom etom-prompt-regexp "[EMAIL PROTECTED]" "Regexp which matches the Maya's prompt." :type 'regexp :group 'etom) where ^@ is the character, not the string "^@". Can anyone help me? Thank you in advance. _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
