Thats true. How come I didn't think of that... Thanks On Wed, Feb 3, 2010 at 7:40 PM, Stefan Monnier wrote: > > 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 >