gnu-emacs-sources
[Top][All Lists]
Advanced

[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: Fri, 29 Jun 2007 09:47:13 -0700
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 "address@hidden"
  "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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]