From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50;(set-language-environment 'Chinese-GB) error Date: Mon, 15 Oct 2007 22:43:14 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192484275 18807 80.91.229.12 (15 Oct 2007 21:37:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 21:37:55 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 23:37:45 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 1IhWmr-0005EK-54 for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 22:43:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhWmk-0001mI-A8 for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 16:43:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhWmW-0001gb-0P for emacs-devel@gnu.org; Mon, 15 Oct 2007 16:43:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhWmR-0001f8-5L for emacs-devel@gnu.org; Mon, 15 Oct 2007 16:43:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhWmR-0001f4-0W for emacs-devel@gnu.org; Mon, 15 Oct 2007 16:43:15 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhWmQ-0004zc-KZ for emacs-devel@gnu.org; Mon, 15 Oct 2007 16:43:14 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 50so887502wra for ; Mon, 15 Oct 2007 13:43:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=HFtnS4kxgWCq5lPzG7FhHXW0J5KSAFZhGaCQkwldWCs=; b=o+HkRUwpNuX/67Zb21kpKbqZ5xO2LQyZvWD8XltOislRVfmqtX86YJLUm8icRcVF2LvBr3o0dqJqxcz0buLggwitCVfdsrjCMk2e20PmZ/jseESw1DnSo1Q9l8azU7b/4oBvfPLyk/hRnLb9fD3QPr9Qu72cP56WN5Dt7YbW2pw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F5hW4nlOvyHbCJzKP9yhTGOG7Kbrr776mMSRU3tX8wTnIYNIX/zms5bb+OcSs82i87ap1sVwxb7w1pnqXUmPHBM68E0fkekRY/5nKnX6epeTPuDQnYhQP23grtJS9MXgg8z0EzYeZuexlfZ7EVYVGVLFGujZywdWfdUw/FS3ku8= Original-Received: by 10.90.105.20 with SMTP id d20mr9332505agc.1192480994163; Mon, 15 Oct 2007 13:43:14 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Mon, 15 Oct 2007 13:43:14 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:80966 Archived-At: 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... Juanma