From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: utf-8 elisp problem Date: Mon, 28 Apr 2008 19:05:22 +0200 Message-ID: <481603D2.2090100@gmail.com> References: <4811a586-7b25-405b-8970-5aeff5ee0774@q1g2000prf.googlegroups.com> <481183C3.70102@gmail.com> <4811FE4B.7010802@gmail.com> <424e2e1c0804270151s39158899t4659d4a9a53e24c4@mail.gmail.com> <48156EA6.1020806@gmail.com> <4815F7E1.1080307@gmail.com> <424e2e1c0804280931n5df0caecm253774b81038c523@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040801010705020507020509" X-Trace: ger.gmane.org 1209402388 19627 80.91.229.12 (28 Apr 2008 17:06:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2008 17:06:28 +0000 (UTC) To: mike yao , Seraphees , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 28 19:07:00 2008 connect(): Connection refused 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 1JqWo3-0007us-GM for ged-emacs-devel@m.gmane.org; Mon, 28 Apr 2008 19:06:23 +0200 Original-Received: from localhost ([127.0.0.1]:49166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqWnM-0001AI-Rt for ged-emacs-devel@m.gmane.org; Mon, 28 Apr 2008 13:05:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqWnD-00013U-Hy for emacs-devel@gnu.org; Mon, 28 Apr 2008 13:05:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqWnA-0000yh-Al for emacs-devel@gnu.org; Mon, 28 Apr 2008 13:05:31 -0400 Original-Received: from [199.232.76.173] (port=47433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqWn9-0000yP-Vx for emacs-devel@gnu.org; Mon, 28 Apr 2008 13:05:28 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JqWn9-000541-7h for emacs-devel@gnu.org; Mon, 28 Apr 2008 13:05:27 -0400 Original-Received: from c83-254-150-27.bredband.comhem.se ([83.254.150.27]:61769 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JqWn7-0006jR-7Z; Mon, 28 Apr 2008 19:05:25 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <424e2e1c0804280931n5df0caecm253774b81038c523@mail.gmail.com> X-Antivirus: avast! (VPS 080428-0, 2008-04-28), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.150.27 X-Scan-Result: No virus found in message 1JqWn7-0006jR-7Z. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1JqWn7-0006jR-7Z 8ad2793563d7446ba60f79c9c1fc58a0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:96078 Archived-At: This is a multi-part message in MIME format. --------------040801010705020507020509 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Thanks mike, that made it clear that this problem is over my head. I am not sure if this is a bug or not. I am sending this on Emacs devel where I am sure there a people who understand this better than me. So the problem is this: - When mike or Shaowei loads the attached file they get the error below. - When I do it I get no error. Can someone please explain what is happening? I think mike has some more information about utf-8 environment, see below. ---------------- Subject: Re: error on nxhtml version higher than 1.03 mike yao wrote: > I have ran your code, there is same message: > Debugger entered--Lisp error: (invalid-read-syntax "] in a list") > eval-buffer() ; Reading at buffer position 103 > call-interactively(eval-buffer nil nil) > > I also found that ran with emacs -Q, can't read the '«' character in > utf8-problem.el file, but in utf-8 enviroment, it can > > On Tue, Apr 29, 2008 at 12:14 AM, Lennart Borgman (gmail) > > wrote: > > Thanks Shaowei, this helped me (though it was not exactly what I meant). > > Can you try to load the attached file with > > M-x load-file > > Before loading it please do > > M-: (setq debug-on-error t) > > If you get an error trace back please send it to me. --------------040801010705020507020509 Content-Type: text/plain; name="utf8-problem.el" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="utf8-problem.el" DQooZGVmdmFyIHV0ZjgtcHJvYmxlbQ0KICAiXFwoPzpeXFx8W1s6c3BhY2U6XV1cXClcXCg/ OmhyZWZcXHxzcmNcXClbWzpzcGFjZTpdXSo9W1s6c3BhY2U6XV0qXCJcXChbXjyrXCJdKlxc KVwiIikNCg== --------------040801010705020507020509--