From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: a hyper keybinding for unicode gave a strange kbd macro error Date: Tue, 9 Jun 2009 00:53:35 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244501641 22310 80.91.229.12 (8 Jun 2009 22:54:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2009 22:54:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Lee Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 09 00:53:59 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MDnj5-0000qh-GC for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Jun 2009 00:53:59 +0200 Original-Received: from localhost ([127.0.0.1]:53701 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDnj4-0000gr-RO for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2009 18:53:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDnim-0000dz-Hn for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 18:53:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDnii-0000Rt-S6 for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 18:53:40 -0400 Original-Received: from [199.232.76.173] (port=38873 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDnii-0000Rc-OD for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 18:53:36 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:47215) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDnii-00015a-CI for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 18:53:36 -0400 Original-Received: by fxm17 with SMTP id 17so1274527fxm.42 for ; Mon, 08 Jun 2009 15:53:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=h3/t9cBUfvUpEhH+ha5iqgR97SvU6+TgzqJ36ixT1HE=; b=FDq+GTA2IMN6ioAyRy9DKFzW1E9Ui9r1L72azrsDoByfPy4/hCbUG2Hb+SlsgrzWAm eN1tUFgKxH+fRfZLwCSfLXiidlGrqtUof5BecXmG3asfRr3mGGvgBjgcdLNmHmu7ra6M DOQH5dNGMDdCSIE/5SAY1qWPdfBe/aYFnU6kY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OLBhdv3x1U7NQl8v3gY3zf+klIsuusVqy6PmEPOd/yTlRPV8XevRJMJRin0jfPgB+E aLbsqwgRBfGKuKWOJM3x3vSxp3bmXjzxMJg7McSXnpMVfxol580UdxbuJMDzfRL+SFdy 5QLFeB7FErsuldcgIGxdiVQyr4BQkKN7kcgkI= Original-Received: by 10.239.133.77 with SMTP id 13mr617423hbu.67.1244501615352; Mon, 08 Jun 2009 15:53:35 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65068 Archived-At: 2009/6/8 Xah Lee : > i have this defined in my emacs: > > (global-set-key (kbd "H-*") "=C2=B0") > > which inserts a degree character when Hyper + Shift =C2=A0+ 8 is pressed. > > works fine in OS X, but on Windows Vista + emacsW32, it gives this > error: > =E2=80=9CAfter 0 kbd macro iterations: Keyboard macro terminated by a com= mand > ringing the bell=E2=80=9D > > 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.