all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* What is the value of ^@ as character in elisp
@ 2007-07-03  8:08 Slavomir Kaslev
  2007-07-03 10:06 ` Peter Dyballa
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Slavomir Kaslev @ 2007-07-03  8:08 UTC (permalink / raw)
  To: help-gnu-emacs

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <1183135633.707254.55740@n2g2000hse.googlegroups.com>]

end of thread, other threads:[~2007-07-11  7:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-03  8:08 What is the value of ^@ as character in elisp Slavomir Kaslev
2007-07-03 10:06 ` Peter Dyballa
     [not found] ` <mailman.2990.1183457174.32220.help-gnu-emacs@gnu.org>
2007-07-03 13:34   ` Slavomir Kaslev
2007-07-03 23:01 ` Johan Bockgård
2007-07-04  0:53 ` Pascal Bourguignon
     [not found] <1183135633.707254.55740@n2g2000hse.googlegroups.com>
2007-07-11  7:05 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.