From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: wrong number of args to ad-Orig functions plus other, possibly related problems Date: Mon, 29 Sep 2003 12:53:24 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3F787FA4.9000308@yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064861816 15083 80.91.224.253 (29 Sep 2003 18:56:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2003 18:56:56 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 29 20:56:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A43CY-00023b-00 for ; Mon, 29 Sep 2003 20:56:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A43Bo-0004YT-Ul for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Sep 2003 14:56:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A43Bh-0004Xq-6d for bug-gnu-emacs@prep.ai.mit.edu; Mon, 29 Sep 2003 14:56:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A439F-00037R-Fg for bug-gnu-emacs@prep.ai.mit.edu; Mon, 29 Sep 2003 14:54:00 -0400 Original-Received: from [193.4.58.12] (helo=horus.isnic.is) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 1A439C-00034Y-UZ for bug-gnu-emacs@prep.ai.mit.edu; Mon, 29 Sep 2003 14:53:27 -0400 Original-Received: from mail.fu-berlin.de (root@mail.fu-berlin.de [160.45.11.165]) by horus.isnic.is (8.12.9/8.12.9/isnic) with ESMTP id h8TIrO90012948 for ; Mon, 29 Sep 2003 18:53:25 GMT (envelope-from ihs_4664@yahoo.com) Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Mon, 29 Sep 2003 20:53:24 +0200 (MEST) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Mon, 29 Sep 2003 20:53:23 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 170.207.51.80!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 29 X-Orig-NNTP-Posting-Host: 170.207.51.80 X-Orig-X-Trace: news.uni-berlin.de 1064861603 10271347 170.207.51.80 (16 [82742]) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5883 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5883 mfmorss@aep.com wrote: > Problems with emacs 21.1.2 on AIX 5.0, rpm'd straightforwardly from > IBM-supplied files. No extraneous lisp code loaded. Four symptoms, > seemingly interrelated: > > 1. '[start emacs] M-x custom RET [position cursor over Convenience, "go to > group"] RET' > works but opens *Compile-Log* with: > > ** ad-Orig-set-process-filter called with 3 arguments, but accepts only 2 > ** ad-Orig-process-filter called with 0 arguments, but requires 1 > > 2. '[start emacs] M-x custom RET [position cursor over Faces, "go to > group"] RET' > works but opens *Compile-Log* with: > > ** ad-Orig-documentation called with 5 arguments, but accepts only 1-2 The only defadvice calls in the Emacs distribution are in ffap.el, follow.el, locate.el, strokes.el, uniquify.el, woman.el, ada-mode.el, cc-cmds.el, em-dirs.el, and viper.el. Do you still experience those errors when you start Emacs as: emacs -q --no-site-file -- Kevin Rodgers