From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: bug#111: 23.0.60; keyboard macro bug: recorded Date: Mon, 07 Apr 2008 01:00:35 -0400 Message-ID: <8763uu45u4.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207544455 12258 80.91.229.12 (7 Apr 2008 05:00:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 05:00:55 +0000 (UTC) Cc: 111@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Zhang Wei Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 07 07:01:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JijTq-0007mu-MR for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 07:01:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JijTD-0005hv-Qc for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 01:00:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JijTA-0005hq-BI for emacs-devel@gnu.org; Mon, 07 Apr 2008 01:00:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JijT9-0005he-O3 for emacs-devel@gnu.org; Mon, 07 Apr 2008 01:00:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JijT9-0005hb-Kg for emacs-devel@gnu.org; Mon, 07 Apr 2008 01:00:35 -0400 Original-Received: from c-98-216-111-182.hsd1.ma.comcast.net ([98.216.111.182] helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JijT9-0007N7-9q for emacs-devel@gnu.org; Mon, 07 Apr 2008 01:00:35 -0400 Original-Received: by furry (Postfix, from userid 1000) id 7688DC045; Mon, 7 Apr 2008 01:00:35 -0400 (EDT) In-Reply-To: (Zhang Wei's message of "Fri, 21 Mar 2008 12:16:23 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94549 Archived-At: Zhang Wei writes: > I use Ctrl-Space to active system input method on Windows XP. > > During macro defination, I pressed Ctrl-Space twice to active and deactive the > input method, the key press was recorded in the macro defination, something > looks like: > > (fset 'testm > [(language-change (#)) ?\71110 ?\113542 ? > \177432 (language-change (#))]) > > If I save the defination in my ~/.emacs, I'll got a lisp error when I start > emacs next time I don't see how we could possible fix this problem, even in principle. Suggestions welcome. Otherwise, I'll mark this as wontfix.