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: 23.0.50;(set-language-environment 'Chinese-GB) error Date: Tue, 16 Oct 2007 14:06:02 +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 1192511199 18157 80.91.229.12 (16 Oct 2007 05:06:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Oct 2007 05:06:39 +0000 (UTC) Cc: Jie.Yu@resilience.com, emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 16 07:06:29 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 1IhedQ-0001Gd-Sl for ged-emacs-devel@m.gmane.org; Tue, 16 Oct 2007 07:06:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhedJ-0008S0-Jf for ged-emacs-devel@m.gmane.org; Tue, 16 Oct 2007 01:06:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhedH-0008Rq-3K for emacs-devel@gnu.org; Tue, 16 Oct 2007 01:06:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhedF-0008Re-F8 for emacs-devel@gnu.org; Tue, 16 Oct 2007 01:06:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhedF-0008Rb-CL for emacs-devel@gnu.org; Tue, 16 Oct 2007 01:06:17 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhedE-0006rB-K6 for emacs-devel@gnu.org; Tue, 16 Oct 2007 01:06:17 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l9G568Ka004688; Tue, 16 Oct 2007 14:06:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l9G567ab014602; Tue, 16 Oct 2007 14:06:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id l9G5625a017093; Tue, 16 Oct 2007 14:06:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1Ihed0-0003le-T6; Tue, 16 Oct 2007 14:06:02 +0900 In-reply-to: (lekktu@gmail.com) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (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:80989 Archived-At: "Juanma Barranquero" writes: > On 10/15/07, Juanma Barranquero wrote: > > Perhaps it would be > > easier to just copy the relevant macro from advice.el to help-fns.el, > > or just use its expansion: > > > > (defmacro ad-get-advice-info (function) > > `(get ,function 'ad-advice-info)) > > > > Yes, I know, a horrible kludge. > OTOH, help-fns.el is already using 'origname directly... With the latest update, make bootstrap works fine. But, the original problem (china-util.elc can't be loaded) is still there. --- Kenichi Handa handa@m17n.org