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: [Unicode-2] C-h f doesn't work Date: Tue, 16 Oct 2007 11:43:27 +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 1192527857 30574 80.91.229.12 (16 Oct 2007 09:44:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Oct 2007 09:44:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Katsumi Yamaoka" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 16 11:44:08 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 1Ihixj-0000LA-7g for ged-emacs-devel@m.gmane.org; Tue, 16 Oct 2007 11:43:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ihixc-00021X-5F for ged-emacs-devel@m.gmane.org; Tue, 16 Oct 2007 05:43:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhixZ-00020F-4p for emacs-devel@gnu.org; Tue, 16 Oct 2007 05:43:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhixV-0001tE-0t for emacs-devel@gnu.org; Tue, 16 Oct 2007 05:43:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhixU-0001t5-Qs for emacs-devel@gnu.org; Tue, 16 Oct 2007 05:43:28 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.231]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhixU-0002WL-Oc for emacs-devel@gnu.org; Tue, 16 Oct 2007 05:43:28 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 50so1030049wra for ; Tue, 16 Oct 2007 02:43:27 -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=GTv6dBYb/nyEu6Mav5G1sHEjqQC9bjiAeHn9mPMeH5w=; b=OGRzb7+7Rr/IviUQ2f7WEy64/pq08QEZaZ2kOW6jJYyKGXHUst2Q4zd1NPseUFF5Bs74n+7O3wcXbcJCPKPxrU/l+uyQK55CTwuYt1aSlRIMJsZwdJg2lhDvHxJq+G1mBVcDMoWKyC32OPzZ3bz8/DEDjCbbRR5+/yZMR32Papo= 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=h8GNaaBmv2KS7dujsJvZ+p/9nxQ8wuHo58/8WiaGx02Gvm+0A9pPimKv2KVzSDaWgccO8zr29Y3hhrEAcf4azNSoHM+r2YhXLi6uYvAXXotTlnoaBgtS3ITOKiANNSF2qEVKBS4R2B81Xcm+f4ENZ+PtJ0fgjHOE2gr0IU7S5J8= Original-Received: by 10.90.106.11 with SMTP id e11mr10378202agc.1192527807595; Tue, 16 Oct 2007 02:43:27 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Tue, 16 Oct 2007 02:43:27 -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:81005 Archived-At: On 10/16/07, Katsumi Yamaoka wrote: > Debugger entered--Lisp error: (invalid-function ad-get-advice-info) > ad-get-advice-info(find-file) > describe-function-1(find-file) > describe-function(find-file) > call-interactively(describe-function) It's already been fixed on the trunk. Juanma