all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* elisp question:keyboard-translate with hyper fail?
@ 2011-03-11 11:00 Xah Lee
  2011-03-11 12:01 ` Deniz Dogan
       [not found] ` <mailman.6.1299844900.14178.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 17+ messages in thread
From: Xah Lee @ 2011-03-11 11:00 UTC (permalink / raw)
  To: help-gnu-emacs

when i try to do this:

(keyboard-translate ?\H-3 ?•) ; set Hyper+3 to type unicode bullet
char

i got this error

Debugger entered--Lisp error: (wrong-type-argument characterp
16777332)
  keyboard-translate(16777332 8226)
  eval((keyboard-translate 16777332 8226))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)

anyone know why? using Ctrl works fine, e.g.

(keyboard-translate ?\C-3 ?•)

i double checked and the syntax for hyper ?\H- seems correct.

 Xah


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2011-03-20  2:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11 11:00 elisp question:keyboard-translate with hyper fail? Xah Lee
2011-03-11 12:01 ` Deniz Dogan
     [not found] ` <mailman.6.1299844900.14178.help-gnu-emacs@gnu.org>
2011-03-11 22:11   ` Xah Lee
2011-03-12  0:26     ` Tim X
2011-03-12  2:54     ` Stefan Monnier
2011-03-12  4:51       ` Le Wang
2011-03-12 21:16         ` Stefan Monnier
2011-03-13  4:31           ` Le Wang
2011-03-12  7:07       ` Xah Lee
2011-03-12  7:22         ` Xah Lee
2011-03-14 14:17           ` Stefan Monnier
2011-03-14 20:32             ` Xah Lee
2011-03-18 13:56               ` Xah Lee
2011-03-19 16:09                 ` rusi
2011-03-20  0:31                   ` Xah Lee
2011-03-20  2:51                     ` rusi
2011-03-12 11:59         ` Deniz Dogan

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.