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

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

Re: String to Vector


From: Stefan Monnier
Subject: Re: String to Vector
Date: Wed, 03 Feb 2010 14:40:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

> How can I convert for example the string: "M-x" to the vector: "[?\M-x]"?

(kbd "M-x")  =>  [?\M-x]  (which gets printed as [134217848])


        Stefan


reply via email to

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