all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* a hyper keybinding for unicode gave a strange kbd macro error
@ 2009-06-08 14:34 Xah Lee
  2009-06-08 17:02 ` B. T. Raven
  2009-06-08 22:53 ` Lennart Borgman
  0 siblings, 2 replies; 3+ messages in thread
From: Xah Lee @ 2009-06-08 14:34 UTC (permalink / raw
  To: help-gnu-emacs

i have this defined in my emacs:

(global-set-key (kbd "H-*") "°")

which inserts a degree character when Hyper + Shift  + 8 is pressed.

works fine in OS X, but on Windows Vista + emacsW32, it gives this
error:
“After 0 kbd macro iterations: Keyboard macro terminated by a command
ringing the bell”

any idea?

GNU Emacs 23.0.94.1 (i386-mingw-nt6.0.6001) of 2009-05-28 on
LENNART-69DE564 (patched)

Thanks.

  Xah
\xAD\xF4 http://xahlee.org/


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

* Re: a hyper keybinding for unicode gave a strange kbd macro error
  2009-06-08 14:34 a hyper keybinding for unicode gave a strange kbd macro error Xah Lee
@ 2009-06-08 17:02 ` B. T. Raven
  2009-06-08 22:53 ` Lennart Borgman
  1 sibling, 0 replies; 3+ messages in thread
From: B. T. Raven @ 2009-06-08 17:02 UTC (permalink / raw
  To: help-gnu-emacs

Xah Lee wrote:
> i have this defined in my emacs:
> 
> (global-set-key (kbd "H-*") "°")
> 
> which inserts a degree character when Hyper + Shift  + 8 is pressed.
> 
> works fine in OS X, but on Windows Vista + emacsW32, it gives this
> error:
> “After 0 kbd macro iterations: Keyboard macro terminated by a command
> ringing the bell”
> 
> any idea?
> 
> GNU Emacs 23.0.94.1 (i386-mingw-nt6.0.6001) of 2009-05-28 on
> LENNART-69DE564 (patched)
> 
> Thanks.
> 
>   Xah
> ∑ http://xahlee.org/

Works ok here (win2000 and Emacs w32 22.3) Not Lennart's patch though.

Ascii control character 7 not 8 is BEL so I suppose the macro issues a 
^G. I have no idea why Emacs 23 or Vista would act differently in this 
context.

Ed


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

* Re: a hyper keybinding for unicode gave a strange kbd macro error
  2009-06-08 14:34 a hyper keybinding for unicode gave a strange kbd macro error Xah Lee
  2009-06-08 17:02 ` B. T. Raven
@ 2009-06-08 22:53 ` Lennart Borgman
  1 sibling, 0 replies; 3+ messages in thread
From: Lennart Borgman @ 2009-06-08 22:53 UTC (permalink / raw
  To: Xah Lee; +Cc: help-gnu-emacs

2009/6/8 Xah Lee <xahlee@gmail.com>:
> i have this defined in my emacs:
>
> (global-set-key (kbd "H-*") "°")
>
> which inserts a degree character when Hyper + Shift  + 8 is pressed.
>
> works fine in OS X, but on Windows Vista + emacsW32, it gives this
> error:
> “After 0 kbd macro iterations: Keyboard macro terminated by a command
> ringing the bell”
>
> any idea?
>
> GNU Emacs 23.0.94.1 (i386-mingw-nt6.0.6001) of 2009-05-28 on
> LENNART-69DE564 (patched)

This is an unknown territory for me. Could be a bug in Emacs+EmacsW32.
Please try the unpatched version and see if it works there.




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

end of thread, other threads:[~2009-06-08 22:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-08 14:34 a hyper keybinding for unicode gave a strange kbd macro error Xah Lee
2009-06-08 17:02 ` B. T. Raven
2009-06-08 22:53 ` Lennart Borgman

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.