|
| 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 <address@hidden> 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__
| [Prev in Thread] | Current Thread | [Next in Thread] |