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

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

Re: String to Vector


From: Pascal J. Bourguignon
Subject: Re: String to Vector
Date: Wed, 03 Feb 2010 23:16:05 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin)

Johan Andersson <johan.rejeep@gmail.com> writes:
> How can I convert for example the string: "M-x" to the vector: "[?\M-x]"?

I use the kbd macro: (kbd "M-x") --> [134217848]
Notice that                  ?\M-x == 134217848

-- 
__Pascal Bourguignon__


reply via email to

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