From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [Unicode-2] `C-h f' error Date: Wed, 21 Nov 2007 21:14:21 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1195647287 25668 80.91.229.12 (21 Nov 2007 12:14:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Nov 2007 12:14:47 +0000 (UTC) Cc: emacs-devel@gnu.org, chenggao@gmail.com To: Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 21 13:14:53 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 1IuoTj-0004C0-1I for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 13:14:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuoTU-0005oH-VG for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 07:14:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuoTR-0005lo-3I for emacs-devel@gnu.org; Wed, 21 Nov 2007 07:14:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuoTP-0005jQ-He for emacs-devel@gnu.org; Wed, 21 Nov 2007 07:14:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuoTO-0005jE-Nm for emacs-devel@gnu.org; Wed, 21 Nov 2007 07:14:31 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuoTO-0002p0-4p for emacs-devel@gnu.org; Wed, 21 Nov 2007 07:14:30 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id lALCEOPQ018853; Wed, 21 Nov 2007 21:14:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id lALCEOPg007017; Wed, 21 Nov 2007 21:14:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id lALCELgn029909; Wed, 21 Nov 2007 21:14:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IuoTF-0002eR-S6; Wed, 21 Nov 2007 21:14:21 +0900 In-reply-to: (message from Katsumi Yamaoka on Wed, 21 Nov 2007 19:55:44 +0900) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:83781 Archived-At: In article , Katsumi Yamaoka writes: > 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 ... Thank you for investigating this problem. But, as I don't have a time to work on it at the moment, I fixed lread.c so that it works as previously. --- Kenichi Handa handa@ni.aist.go.jp