From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: [Unicode-2] `C-h f' error Date: Wed, 21 Nov 2007 19:55:44 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195642564 10006 80.91.229.12 (21 Nov 2007 10:56:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Nov 2007 10:56:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: CHENG Gao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 21 11:56:10 2007 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 1IunFS-00056l-N7 for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 11:56:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IunFE-00006c-PW for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 05:55:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IunFB-0008VM-CA for emacs-devel@gnu.org; Wed, 21 Nov 2007 05:55:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IunFA-0008U8-OG for emacs-devel@gnu.org; Wed, 21 Nov 2007 05:55:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IunFA-0008Tj-IN for emacs-devel@gnu.org; Wed, 21 Nov 2007 05:55:44 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IunFA-0006jn-6N for emacs-devel@gnu.org; Wed, 21 Nov 2007 05:55:44 -0500 Original-Received: from [66.225.201.151] (port=44367 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1IunF5-0002gc-6l; Wed, 21 Nov 2007 04:55:39 -0600 X-Hashcash: 1:20:071121:chenggao@gmail.com::NjRVk4zeB2GvRE8e:00000000000000000000000000000000000000000003qNg X-Hashcash: 1:20:071121:emacs-devel@gnu.org::yfy1QBXYOGDaPkp/:00000000000000000000000000000000000000000009Dy X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:u/mNJ+yC3VqOghQzYA6bNjJfLuU= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:83772 Archived-At: >>>>> CHENG Gao wrote: > *On Mon, 19 Nov 2007 17:31:02 +0900 > * Also sprach Katsumi Yamaoka : >> I think I have reached to the real cause of this problem. Though >> it may happen only to me, I've tested it with two machines running >> different OS (Fedora 8 and RHL 9). The necessary conditions to >> make it happen are: > Yesterday I reported this problem. I just read you already found this. > This is to confirm this problem does not only happen to you. Thanks for the confirmation. I tried bootstrapping Unicode-2 with lread.c before Handa-san changed. It works normal. For the Lisp form (aref (symbol-function (function function-called-at-point)) 2) it returns [buffer table emacs-lisp-mode-syntax-table str sym ... while the latest Unicode-2 returns: [:validate setup-function emacs-lisp-mode-syntax-table str sym ... Regards,