[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
What is the value of ^@ as character in elisp
From: |
Slavomir Kaslev |
Subject: |
What is the value of ^@ as character in elisp |
Date: |
Tue, 03 Jul 2007 08:08:51 -0000 |
User-agent: |
G2/1.0 |
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 "^^@$"
"Regexp which matches the Maya's prompt."
:type 'regexp
:group 'etom)
where ^@ is the character, not the string "^@".
You can check the source code at http://www.emacswiki.org/cgi-bin/wiki/etom.el
Can anyone help me?
Thank you in advance.