emacs-devel
[Top][All Lists]
Advanced

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

Re: Meta characters in strings


From: Eli Zaretskii
Subject: Re: Meta characters in strings
Date: Sat, 29 Nov 2008 23:35:35 +0200

> From: Stefan Monnier <address@hidden>
> Cc: address@hidden,  address@hidden
> Date: Sat, 29 Nov 2008 14:57:40 -0500
> 
> > Is this text from the ELisp manual still correct?
> >       Sometimes key sequences are represented as strings.  When a string is
> >     a key sequence, string elements in the range 128 to 255 represent meta
> >     characters (which are large integers) rather than character
> >     codes in the range 128 to 255.
> 
> Almost: it's only true if the string is unibyte.

That's not what I see:

  (multibyte-char-to-unibyte ?\M-a)
     => wrong-type-argument characterp 134217825

What am I missing?




reply via email to

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