From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhang Wei Newsgroups: gmane.emacs.devel Subject: 23.0.60; keyboard macro bug: recorded Date: Fri, 21 Mar 2008 12:16:23 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206101817 24738 80.91.229.12 (21 Mar 2008 12:16:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2008 12:16:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 21 13:17:27 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 1JcgBZ-0002uG-Oj for ged-emacs-devel@m.gmane.org; Fri, 21 Mar 2008 13:17:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcgAy-0002m7-Vl for ged-emacs-devel@m.gmane.org; Fri, 21 Mar 2008 08:16:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcgAu-0002m0-H5 for emacs-devel@gnu.org; Fri, 21 Mar 2008 08:16:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcgAt-0002lf-2m for emacs-devel@gnu.org; Fri, 21 Mar 2008 08:16:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcgAs-0002lc-Tz for emacs-devel@gnu.org; Fri, 21 Mar 2008 08:16:42 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JcgAs-0001QO-GY for emacs-devel@gnu.org; Fri, 21 Mar 2008 08:16:42 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JcgAi-0007Ta-TB for emacs-devel@gnu.org; Fri, 21 Mar 2008 12:16:33 +0000 Original-Received: from 60.216.208.135 ([60.216.208.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Mar 2008 12:16:32 +0000 Original-Received: from id.brep by 60.216.208.135 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Mar 2008 12:16:32 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 60.216.208.135 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; GreenBrowser)) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:93109 Archived-At: 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: Debugger entered--Lisp error: (invalid-read-syntax "#") read(#) preceding-sexp() eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil)