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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What is the value of ^@ as character in elisp


From: Slavomir Kaslev
Subject: Re: What is the value of ^@ as character in elisp
Date: Tue, 03 Jul 2007 06:34:36 -0700
User-agent: G2/1.0

On Jul 3, 1:06 pm, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> Am 03.07.2007 um 10:08 schrieb Slavomir Kaslev:
>
> > I can't figure a way to get the value of ^@ as character in elisp.
>
> It's ASCII NUL. You can enter it via: C-q 0 0 RET.
>
> --
> Greetings
>
>    Pete
>
> Never be led astray onto the path of virtue

Thank you Pete.

I should have just used string-to-char, which returns 0 on this
string.

Cheers



reply via email to

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